Hi.
Is there any ready event on ui.text ?
I look for an event telling me that text is initialized and ready.
Thanks
Hi.
Is there any ready event on ui.text ?
I look for an event telling me that text is initialized and ready.
Thanks
Hi,
You can use the onAfterRender event: http://webix.com/snippet/7da20056
Yes but, this raises more than once
It’s possible to place the function into the webix.once helper, so it will be called only once:
on:{
onAfterRender:webix.once(function(){
/* */
})
}
Ho Great !!!
Webix is unbelievable.
Thanks