Fit.UI icon indicating copy to clipboard operation
Fit.UI copied to clipboard

Controls: Add support for OnRendered event

Open Jemt opened this issue 8 years ago • 1 comments

Being able to determine when a control is rooted in DOM would be helpful.

Jemt avatar Sep 07 '17 12:09 Jemt

WSTreeView could also benefit from this - the Render() function makes sure data is loaded when rendered - but this doesn't work if GetDomElement() is used to obtain the DOM representation, and rooted "manually". So OnRendered should probably cover both Rendered and Rooted.

Jemt avatar Sep 14 '17 10:09 Jemt