TinyMCE:API/tinymce.ui.ListBox/postRender
From Moxiecode Documentation Wiki
[edit]
Method: postRender
[edit]
Summary
Post render event. This will be executed after the control has been rendered and can be used to set states, add events to the control etc. It's recommended for subclasses of the control to call this method by using this.parent().
[edit]
Syntax
<void> postRender()
