...
The custom class is required to implement the same interface that the standard element implements, in order to keep the functional code clean (without references to the custom components). For example, if I declare the following definition:
Code Block |
---|
... <label id="custom-url-label" value="Custom Connection URL:" /> <textbox *pen:customclass="variabletextbox"* id="custom-url-text" /> ... |