• I want use my custom popControl function for my widget.
    Please give me advice, how I can do it?

    I try redefine in this manner:
    $(‘clockpopper’).onclick = function() { alert(‘New PopUp!’); // popControl(‘clockcontrol’);
    };

    Work fine only in FireBug.
    But cannot redefine in body my widget.

  • The topic ‘How to redefine popControl?’ is closed to new replies.