FormNumericTextEdit (open)

Syntax

LOADLIB "mod::publisher/lib/webtools/formcomponents/textedit.whlib";

OBJECTTYPE FormNumericTextEdit

Constructor

Variables

Properties

  • PROPERTY blockelement (inherited from TolliumComponentBase)

    Is this a blockelement?

  • PROPERTY compguid (inherited from FormComponentExtensionBase)

    The question's GUID

  • PROPERTY compname (inherited from FormComponentExtensionBase)

    The question's name (tag)

  • PROPERTY contexts (inherited from TolliumComponentBase)

    Contexts

  • PROPERTY defaultbutton (inherited from TolliumComponentBase)

    Button that must be activated when this component is focused and enter is pushed.

  • PROPERTY elementtype (inherited from TolliumComponentBase)

    XML Element type, either the localname or namespace#localname if not a tollium screens component

  • PROPERTY enabled (inherited from TolliumComponentBase)

    Whether this component is enabled

  • PROPERTY errorlabel (inherited from TolliumComponentBase)

    Name to show for this component in errors

  • PROPERTY height (inherited from TolliumComponentBase)

    Preferred height of the component

  • PROPERTY hint (inherited from TolliumComponentBase)

    Hint for the component

  • PROPERTY invisibletitle (inherited from TolliumComponentBase)

    Whether this component hides its title. Should only be set in NEW(). May be deprecatd inthe future

  • PROPERTY isnowvisible (inherited from TolliumComponentBase)

    Whether the component and its (grand*)parents are visible

  • PROPERTY minheight (inherited from TolliumComponentBase)

    Absolute minimum height of the component

  • PROPERTY minwidth (inherited from TolliumComponentBase)

    Absolute minimum width of the component

  • PROPERTY name (inherited from TolliumComponentBase)

    Name of this component.

  • PROPERTY owner (inherited from TolliumComponentBase)

    Screen that owns this component.

  • PROPERTY parent (inherited from TolliumComponentBase)

    The parent container of this component.

  • PROPERTY parentpanel (inherited from TolliumComponentBase)

    The parent panel of this component.

  • PROPERTY readonly (inherited from TolliumComponentBase)

    Whether this component is readonly

  • PROPERTY renderedtitle (inherited from TolliumComponentBase)

    Title of the component as rendered

  • PROPERTY required (inherited from TolliumComponentBase)

    Whether these value is required (the user must enter a non-default value)

  • PROPERTY subcomponents (inherited from TolliumComponentBase)

    List of components this component controls

  • PROPERTY supercomponent (inherited from TolliumComponentBase)

    Component that controls this component (may only be set once)

  • PROPERTY title (inherited from TolliumComponentBase)

    Title of this component

  • PROPERTY titleforsubcomponent (inherited from TolliumComponentBase)

    Sets the subcomponent that will be activated when the label of this component is clicked on. For internal use only.

  • PROPERTY toddname (inherited from TolliumComponentBase)

    Todd name of this component.

  • PROPERTY tolliumcontroller (inherited from TolliumFragmentBase)

    Tollium controller

  • PROPERTY tolliumuser (inherited from TolliumFragmentBase)

    TolliumUser Tollium user

  • PROPERTY userattributes (inherited from TolliumComponentBase)

    User defined attributes

  • PROPERTY visible (inherited from TolliumComponentBase)

    Whether this component is visible

  • PROPERTY width (inherited from TolliumComponentBase)

    Preferred width of the component

  • PROPERTY ^ (inherited from TolliumFragmentBase)

    Access all components through ^

Functions