Code Snippets
Netbeans find and replace to convert <select> list into Expandos:
Find What: <option value="(.*)">(.*)</option> Replace with: new Expando([key:'$1', value:'$2'])
Netbeans find and replace to convert <select> list into Expandos:
Find What: <option value="(.*)">(.*)</option> Replace with: new Expando([key:'$1', value:'$2'])
Snippets (last edited 2008-09-25 13:51:34 by DavidKeen)