Appxweb Meta
Home > Developer > Scripting > View Method: msgDlg

addStyle

Creates a new style element with the specified CSS and inserts it into the head element the current web page html.

Syntax
AM_view.addStyle(css)
Parameters
cssThe cascadeing style sheet rule.
Example
AM_view.addStyle('body {color: red;}');