Changeset 2113
- Timestamp:
- 03/26/09 16:18:20 (4 years ago)
- Location:
- codedepot/trunk/projects/LookupManager
- Files:
-
- 2 modified
-
handlers/lookups.cfc (modified) (1 diff)
-
views/lookups/addLookupHelper.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codedepot/trunk/projects/LookupManager/handlers/lookups.cfc
r2106 r2113 124 124 /* Setup some list types */ 125 125 rc.propertyTypes = "binary,boolean,date,numeric,UUID,GUID,string"; 126 rc.pktypes = "UUID,GUID,string ";126 rc.pktypes = "UUID,GUID,string,numeric"; 127 127 rc.lookupBooleanTypes = "radio,select"; 128 128 rc.lookupHTMLTypes = "password,richttext,text,textarea"; -
codedepot/trunk/projects/LookupManager/views/lookups/addLookupHelper.cfm
r2106 r2113 10 10 return left(word,len(word)-1); 11 11 } 12 return word; 12 13 } 13 14 </cfscript>
