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