macMikey / LC-NavRad

1 stars 0 forks source link

Merge labels with navNames #4

Open macMikey opened 2 years ago

macMikey commented 2 years ago

each item has a label (what appears on the navbar) and a navName. the editors are separate. there is an editor for the itemArray (com.livecode.pi.navbar) which does not include the navName, and a separate line/section for the navNames

property itemNames      get getNavNames         set setNavNames
metadata itemNames.editor is "com.livecode.pi.editorList"
metadata itemNames.subeditor is "com.livecode.pi.string"
metadata itemNames.delimiter is ","
metadata itemNames.label is "Navigation names"