Gets or sets the current theme of the control.
Namespace: MindFusion.Common
File: Control.js
SyntaxJavaScript
Copy Code
|
|---|
get theme() {} |
Type: String
String. The current theme.
ExampleThe following code assigns the "gray" theme to a ListView:
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; var listView; document.addEventListener("DOMContentLoaded", function () .......................................... |
See Also