axSMS
Description
axSMS provides functionality to send an SMS via Axes Mobile.
Usability
|
Context |
Supported |
|---|---|
|
Input screen fields |
No |
|
Output screen fields |
Yes |
|
Input subfile fields |
No |
|
Output subfile fields |
No |
|
New screen elements |
Yes |
|
Axes Mobile Execution |
Only |
Properties
|
Name |
Description and Comments |
JavaScript |
Shipped default |
|---|---|---|---|
|
buttonType |
The type of Material Design's button style to apply. The values are unelevated, text, raised, outlined and dense. For Material Design theme only. |
Yes. Must return a string. |
unelevated |
|
caption |
Specifies the text that is to appear on the axSMS. |
Yes. Must return a string. |
None |
|
icon |
The name of icon to display before the button's caption. For Material Design theme only. |
Yes. Must return a string. |
perm_phone_message |
|
messageText |
Specifies the message to be sent to the recipient. |
Yes.Must return a string. |
None |
|
onBlur |
Optional. JavaScript code to be executed when the element lost the focus. |
Yes |
None |
|
onFocus |
Optional. JavaScript code to be executed when the element receives the focus. |
Yes |
None |
|
recipient |
Specifies the recipients contact details. |
Yes. Must return a string. |
None |
|
style |
Additional style properties that should be applied to the axSMS. |
Yes. Must return a valid style object. |
None |
|
sizeToField |
Indicates whether this button should be sized to fill its containing field or automatically sized to match its content. |
Yes |
True |
|
enabled |
Indicates whether this element is enabled. TS2 only. |
Yes. Must return a Boolean. |
True |
Notes
This extension provides the ability to send an SMS via Axes Mobile.
To send a message via Axes Mobile to a recipient do the following:
· Add a message to the message property of the axSMS extension.
· Add the recipient's contact details to the recipient property of the axSMS extension.
In Application, appStylesTheme property = JQueryUI
When JQueryUI is selected from Application->Styling->appStylesTheme property, the display will change according to the theme that was set in the Application’s jqueryTheme property.
Basic theme display:

JQueryUI theme display:

In Application, appStylesTheme property = Material Design
When Material Design is selected from Application->Styling->appStylesTheme property, the display will change according to the theme that was set in the Application’s mdTheme property.

See Also
Using Screen Customization to Add Value
Using Scripting in Properties to Add Value
Application Style Collection for Application themes