mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-12-22 07:18:51 -05:00
Setup netui_tagIdNameMap in a way that allows for numeric IDs
This commit is contained in:
parent
e8314fc3bf
commit
27fd12ff57
@ -240,7 +240,7 @@ netui_names.{0}="{1}"\n
|
|||||||
|
|
||||||
# This is a mapping between tagId and name
|
# This is a mapping between tagId and name
|
||||||
tagIdNameMappingEntry=\
|
tagIdNameMappingEntry=\
|
||||||
netui_tagIdNameMap.{0}="{1}"\n
|
netui_tagIdNameMap["{0}"]="{1}"\n
|
||||||
|
|
||||||
# simple method to return the real id for the a scoped tagId
|
# simple method to return the real id for the a scoped tagId
|
||||||
getNetuiTagNameAdvanced=\
|
getNetuiTagNameAdvanced=\
|
||||||
@ -323,7 +323,7 @@ singleIdToNameMappingTable=\
|
|||||||
\n// map tagId to "real name"\n\
|
\n// map tagId to "real name"\n\
|
||||||
if (netui_tagIdNameMap == null)\n\
|
if (netui_tagIdNameMap == null)\n\
|
||||||
\ var netui_tagIdNameMap = new Object();\n\
|
\ var netui_tagIdNameMap = new Object();\n\
|
||||||
netui_tagIdNameMap.{0}="{1}"\n
|
netui_tagIdNameMap["{0}"]="{1}"\n
|
||||||
|
|
||||||
#This method will invoke the NetUICommand infrastructure
|
#This method will invoke the NetUICommand infrastructure
|
||||||
netuiAction=\
|
netuiAction=\
|
||||||
|
Loading…
Reference in New Issue
Block a user