Login

SelectglobalStrings Code
Select Standard Header
headF = getFormatter(globalStrings["headF"]); // 0 = title, 1 = btn, 2 = hint
Select Grouping Script (For Collapsable Header)
groupScriptF = getFormatter(globalStrings["groupScriptF"]); // 0 = functions
Select Grouping Function (For Collapsable Header)
groupFunctionF = getFormatter(globalStrings["groupFunctionF"]); // 0 = id, 1 = status("true" for open, "false" or blank for closed)
Select Anchor Tag
aF = getFormatter(globalStrings["aF"]); // 0 = url, 1 = class, 2 = label
Select Anchor Tag Open In New Tab
aNewTabF = getFormatter(globalStrings["aNewTabF"]); // 0 = url, 1 = class, 2 = label
Select Standard Tag
tagF = getFormatter(globalStrings["tagF"]); // 0 = tag, 1 = class, 2 = content
Select Standard Field Spacer for Table
spacerF = getFormatter(globalStrings["spacerF"]); // 0 = height
Select Bootstrap Horizontal Form 1 Column
bsHorizFormF = getFormatter(globalStrings["bsHorizFormF"]); // 0 = class, 1 = header, 2 = fields
Select cLink in New Tab
cLinkNewTabF = getFormatter(globalStrings["cLinkNewTabF"]); // 0 = id, 1 = url, 2 = btn, 3 = name
Select Pull Right DIV
pullRightF = getFormatter(globalStrings["pullRightF"]); // 0 = class (" badge" for badge), 1 = content
Select Collapsable Header
collapseHeadF = getFormatter(globalStrings["collapseHeadF"]); // 0 = id, 1 = title, 2 = btn, 3 = hint, 4 = content
Select Standard Table
tableF = getFormatter(globalStrings["tableF"]); // 0 = class, 1 = header, 2 = fields
Select Standard Field Display
fieldF = getFormatter(globalStrings["fieldF"]); // 0 = label, 1 = validationImg, 2 = field
Select Bootstrap Horizontal Field 1 Column
bsHorizField1ColF = getFormatter(globalStrings["bsHorizField1ColF"]); // 0 = label, 1 = validationImg, 2 = field
Select Bootstrap Horizontal Form 2 Column
bsHorizFormCol2F = getFormatter(globalStrings["bsHorizFormCol2F"]); // 0 = class, 1 = header, 2 = fields
Select Bootstrap Horizontal Field 2 Column
bsHorizFieldCol2F = getFormatter(globalStrings["bsHorizFieldCol2F"]); // 0 = label, 1 = validationImg, 2 = field
Select SVG
svgF = getFormatter(globalStrings["svgF"]); // 0 = size (lead with space), 1 = color(s) (lead with space), 2 = svg
Select cHeadLinks
cHeadLinksF = getFormatter(globalStrings["cHeadLinksF"]); // 0 = links
Select cLink
cLinkF = getFormatter(globalStrings["cLinkF"]); // 0 = id, 1 = url, 2 = btn, 3 = name
Select User Dashboard Module
moduleF = getFormatter(globalStrings["moduleF"]); // 0 = width, 1 = height, 2 = id, 3 = removeLink, 4 = settingsLink, 5 = modLabel
Select User Dashboard Module List
listModuleF = getFormatter(globalStrings["listModuleF"]); // 0 = head, 1 = subHead, 2 = rows
Select User Dashboard Module List Subheader
listModuleSubHeadF = getFormatter(globalStrings["listModuleSubHeadF"]); // 0 = color (use " cDefault" as default - lead with space), 1 = subHead
Select User Dashboard Module List Item
listItemF = getFormatter(globalStrings["listItemF"]); // 0 = url, 1 = color (use " cDefault" as default - lead with space), 2 = svg (optional), 3 = label, 4 = alt (use pullRightF - optional)
Select Drag and Drop Container
dragDropContainerF = getFormatter(globalStrings["dragDropContainerF"]); // 0 = lists
Select Drag and Drop List
dragDropListF = getFormatter(globalStrings["dragDropListF"]); // 0 = title, 1 = used/notUsed, 2 = ul
Select Drag and Drop Hidden Field
dragDropHideF = getFormatter(globalStrings["dragDropHideF"]); // 0 = field
Select Unordered List Tag
ulF = getFormatter(globalStrings["ulF"]); // 0 = class, 1 = list
Select List Item Tag
liF = getFormatter(globalStrings["liF"]); // 0 = class, 1 = id, 2 = itemName
Select SVG with Title
svgTitleF = getFormatter(globalStrings["svgTitleF"]); // 0 = size (lead with space), 1 = color(s) (lead with space), 2 = svg, 3 = title
Select Search Header
searchHeadF = getFormatter(globalStrings["searchHeadF"]); // 0 = searchText, 1 = searchContent, 2 = searchBtn
Select Search Text
searchTextF = getFormatter(globalStrings["searchTextF"]); // 0 = label, 1 = field
Select Java Script Date Range
jsDateRange = getFormatter(globalStrings["jsDateRange"]); // //0 = Start Date ID, 1 = End Date ID, 2 = String Of Start Date, 3 = String Of End Date
Select HTML Text Input
htmlTxtInput = getFormatter(globalStrings["htmlTxtInput"]); // 0 = id/name, 1 = value
Select HTML Select Input
htmlSelectInput = getFormatter(globalStrings["htmlSelectInput"]); // 0 = type, 1 = class/name, 2 = value/label, 3 = checked status
Select Bootstrap Date Input
bsDateInput = getFormatter(globalStrings["bsDateInput"]); // 0 = id
Select Options Table
cOptionsTableF = getFormatter(globalStrings["cOptionsTableF"]); // 0 = items
Select Options Field
cOptionsItemF = getFormatter(globalStrings["cOptionsItemF"]); // 0 = type ("radio" or "checkbox"), 1 = inputName, 2 = id, 3 = value, 4 = checked ("checked" or leave blank), 5 = label
Select HTML Number Input
htmlNumInput = getFormatter(globalStrings["htmlNumInput"]); // 0 = id/name, value = 1, min = 2, max = 3
Select Pop-In Hint
popinHintF = getFormatter(globalStrings["popinHintF"]); //  // 0=hint ID (required), 1=image, 2=hint title; 3=hint;
Select Email Template
emailF = getFormatter(globalStrings["emailF"]); // 0 = title, 1 = previewText (optional), 2 = bodyText, 3 = button (optional, use emailBtnF), 4 = primaryColor (hex #), 5 = logoLink, 6 = logoImg
Select Email Template Button
emailBtnF = getFormatter(globalStrings["emailBtnF"]); // 0 = btnLink, 1 = btnText, 2 = primaryColor (hex #)
Select MeSA Blue
mesaBlue = getFormatter(globalStrings["mesaBlue"]); // 
Select New MESA Location Notification Receivers
newMESALocation = getFormatter(globalStrings["newMESALocation"]); // 0 = Comma Separated Email Addresses
Select HTML Text Input with Attributes
htmlTxtAttrInput = getFormatter(globalStrings["htmlTxtAttrInput"]); // 0 = id/name, 1 = value, 2 = additional attributes