Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 ...

<label id="custom-url-label" value="Custom Connection URL:" />
<textbox *pen:customclass="variabletextbox"* id="custom-url-text" />

...

Since the XUL textbox element renders an implementation of the XulTextbox interface, then the class that my "variabletextbox" name maps to must also implement the XulTextbox interface. For an understanding of what interfaces are implemented for which elements, download the source and inspect the implementations of the XulLoader interface. The xulLoader impl classes hold the references to the handler mappings (element to implementing renderer Java class name).