From: Raymond I. <xw...@ya...> - 2003-04-06 18:38:48
|
Cool. I'll add the patches to the copy that I have. -- Raymond Irving --- Kevin <ke...@ke...> wrote: > Hello, > > I found that false wasn't being set when using the > dictionary > object. > > In dynlayer_base.js: DynLayer() > > -this.visible = (args.visible||true); > +this.visible = (args.visible==false)?false:true; > > -this._textSelectable = (args.textSelectable||true); > +this._textSelectable = > (args.textSelectable==false)?false:true; > > - > Kevin > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of > bandwidth! > No other company gives more support or power for > your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |