new PmaVariables()
- Source:
Methods
getGlobalVars()
Retrieves the globalVars array
- Source:
Returns:
array
getMessages()
Retrieves the messages array
- Source:
Returns:
array
getTimePickerVars()
Retrieves the timePickerVars array
- Source:
Returns:
array
getValidatorMessages()
Retrieves the validationVars array
- Source:
Returns:
array
setAllMessages(obj)
Saves the key value pair provided in input
- Source:
Parameters:
Name | Type | Description |
---|---|---|
obj |
array The input array of messages |
Returns:
void
setGlobalVars(obj)
Saves the key value pair provided in input
- Source:
Parameters:
Name | Type | Description |
---|---|---|
obj |
array The input array of global variables |
Returns:
void
setTimePickerVars(obj)
Saves the key value pair provided in input
- Source:
Parameters:
Name | Type | Description |
---|---|---|
obj |
array The input array of timepicker edits |
Returns:
void
setValidatorMessages(obj)
Saves the key value pair provided in input
- Source:
Parameters:
Name | Type | Description |
---|---|---|
obj |
array The input array jQuery validation edits |
Returns:
void