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 | |
| css | The cascadeing style sheet rule. |
| Example | |
| AM_view.addStyle('body {color: red;}'); | |
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 | |
| css | The cascadeing style sheet rule. |
| Example | |
| AM_view.addStyle('body {color: red;}'); | |