More and more of my javascript has become OO (like).
For example:
function Util() { };
Util.selectValue = function ( ele ) {
return ele[ele(id).selectedIndex].value;
}
....
The downside to this is that none of the defined functions show up in the
function dropdown. Even when the Language is set to Javascript I only get
³Util² in the drop.
Before setting out to write a new language module I wanted to know if anyone
else come up with a solution.
Thanks,
Steven Elliott
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>