When an LTK widget is created, a corresponding jQuery element is attached to it in the ltk.Widget.__init__ constructor. It uses the tag value defined

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-04-29 00:30:02

When an LTK widget is created, a corresponding jQuery element is attached to it in the ltk.Widget.__init__ constructor. It uses the tag value defined by the declaring class and the constructed element is referred to as element. As the append call is a JavaScript function, implemented by jQuery, we do not pass the LTK widget directly, but pass its element to append to the DOM.

Modified versions can be distributed without having to release the source code. Though source code changes should be documented.

Leave a Comment