Home | Trees | Indices | Help |
|
---|
|
object --+ | Applier --+ | UIObject.UIObject --+ | Widget.Widget --+ | FocusListener.FocusHandler --+ | KeyboardListener.KeyboardHandler --+ | object --+ | | | MouseListener.MouseHandler --+ | object --+ | | | ClickListener.ClickHandler --+ | Focus.FocusMixin --+ | FocusWidget.FocusWidget --+ | object --+ | | | ChangeListener.ChangeHandler --+ | object --+ | | | InputListener.InputHandler --+ | TextBoxBase.TextBoxBase --+ | TextBox
Use Kind to set a HTML5 type
Attributes supported:
* Kind * MaxLength * Min * Max * Placeholder * Required * Step * VisibleLength
|
|||
|
|||
Inherited from |
|
|||
_props = [("kind", "Kind", "Kind", None), ("maxLength", "Max L
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
use this to apply properties as a dictionary, e.g.: x = klass(..., StyleName='class-name') will do: x = klass(...) x.setStyleName('class-name') and: x = klass(..., Size=("100%", "20px"), Visible=False) will do: x = klass(...) x.setSize("100%", "20px") x.setVisible(False)
|
|
|
_props
|
Home | Trees | Indices | Help |
|
---|
http://epydoc.sourceforge.net |