SetOptions
methodsAllows changing the widget configuration after initialization. Depending on the widget, some properties may not be changed, and the method's implementation varies for each widget.
In some cases, the
setOptionsmethod can recreate and rebind the widget instance. CallingsetOptionsin an event handler or the respective widget is not recommended and can cause an endless loop or a JavaScript error.
Parameters:newOptionsObject
The options to be changed or added.