Displaying 1 result from an estimated 1 matches for "createbutton".
Did you mean:
create_button
2006 Sep 19
0
Effect.Highlight interferes with Effect.toggle
...options.parent); }
if(this.options.handle){ this.options.handle =
$(this.options.handle); }
if(this.options.sibling){ this.options.sibling =
$(this.options.sibling); }
if(!this.options.parent && !this.options.handle){
this.options.sibling = element; }
this.createButton();
if(this.options.visible || this.element.hasClassName(''active'')){
Element.show(this.element);
if(!this.options.handle){ this.span.innerHTML =
this.options.hideHTML; }
}else{
Element.hide(this.element);
if(!this.opt...