iNomads Classes |
You can apply a pre-defined iNomads class to a panel header or a panel control in the control's properties window within NOMADS.
A pre-defined iNomads class can also be added to Themes and Visual Classes.
(The ability to apply an iNomads class to panel headers and controls was added in PxPlus 2016.)
(The ability to add an iNomads class in both Themes and Visual Class Maintenance was added in PxPlus 2020.)
A list of pre-defined iNomads classes is shown below, consisting of the name of the iNomads class, the control types to which that class can be applied, and the effect of that class on the control in iNomads.
iNomads Class |
Control Type |
Description |
iNomadsHidden |
Panel Header |
The control will not be displayed in iNomads. (The iNomadsHidden class was added in PxPlus 2016.) |
iquery |
Panel Header (query) |
Added automatically by the system to indicate that the panel is a query lookup pane. (The iquery class was added in PxPlus 2023.) |
link_http |
Button control |
Can be used on a "Web style" button to indicate the button is to present as a true Web hyperlink URL to be handled totally in the browser. Example: A Web style button with this iNomads Class and the text "http://www.yahoo.com" will open a new tab or browser session to Yahoo. Any NOMADS logic for On Focus or On Press will be ignored, and the button will be considered Signal Only (no focus). (The link_http (link_https) class was added in PxPlus 2019.) |
link_mailto |
Button control |
Can be used on a "Web style" button to indicate the button is to present as a true Web hyperlink URL that can be used to initiate an email to the email address specified in the button text. Example: A Web style button with this iNomads Class and the text "support@example.com" will become a standard page hyperlink to initiate an email to the email address provided using whatever email client the browser is configured to use. Any NOMADS logic for On Focus or On Press will be ignored, and the button will be considered Signal Only (no focus). (The link_mailto class was added in PxPlus 2019.) |
link_tel |
Button control |
Can be used on a "Web style" button to indicate the button is to present as a true Web hyperlink URL that can be used with smartphones to dial the telephone number specified in the button text. Example: A Web style button with this iNomads Class and the text "1-647-727-8770" will become a standard page hyperlink to place a call to 16477278770. Any NOMADS logic for On Focus or On Press will be ignored, and the button will be considered Signal Only (no focus). (The link_tel class was added in PxPlus 2019.) |
link_tiphttp |
Button control |
Can be used on a "Web style" button to indicate the button is to present as a true Web hyperlink URL to be handled totally in the browser. Example: A Web style button with this iNomads Class and a tip of "http://www.yahoo.com" will open a new tab or browser session to Yahoo. Any NOMADS logic for On Focus or On Press will be ignored, and the button will be considered Signal Only (no focus). (The link_tiphttp (link_tiphttps) class was added in PxPlus 2019.) |
link_tipmailto |
Button control |
Can be used on a "Web style" button to indicate the button is to present as a true Web hyperlink URL that can be used to initiate an email to the email address specified in the button tip. Example: A Web style button with this iNomads Class and a tip of "support@example.com" will become a standard page hyperlink to initiate an email to the email address provided using whatever email client the browser is configured to use. Any NOMADS logic for On Focus or On Press will be ignored, and the button will be considered Signal Only (no focus). (The link_tipmailto class was added in PxPlus 2019.) |
link_tiptel |
Button control |
Can be used on a "Web style" button to indicate the button is to present as a true Web hyperlink URL that can be used with smartphones to dial the telephone number specified in the button tip. Example: A Web style button with this iNomads Class and a tip of "1-647-727-8770" will become a standard page hyperlink to place a call to 16477278770. Any NOMADS logic for On Focus or On Press will be ignored, and the button will be considered Signal Only (no focus). (The link_tiptel class was added in PxPlus 2019.) |
PagedView |
Grid control |
The grid or list box displays with a paged view using page numbers across the bottom instead of scroll bars. (The PagedView class was added in PxPlus 2016.) |
ScrollView |
Grid control |
The grid or list box displays with a scroll view using scroll bars. Note:
|