Edit Fieldset label directly in JS

Hello,

Just a small question. Can we edit somehow the label in fieldset directly in the javascript code ?

http://webix.com/snippet/b20207bf

Hello,

Use the define method as follows:

$$("fieldsetID").define("label", "Some text");

http://webix.com/snippet/bd326b2c