JUI(Simple UI & Chart Component)

ui.combo

Hierarchy

core
ui.combo

Requires

jquery

Files

Box

Defined By

Config options

Defines a DOM event to be used in a UI ...

Defines a DOM event to be used in a UI

Defaults to: {}

ui.combo
view source
: Boolean
Drop-down menu is varied by changing the width function ...

Drop-down menu is varied by changing the width function

Defaults to: true

ui.combo
view source
: Integer
Determines an initial selection button with a specified value ...

Determines an initial selection button with a specified value

Defaults to: 100

ui.combo
view source
: Integer
Determines an initial selection button with a specified index ...

Determines an initial selection button with a specified index

Defaults to: 0

ui.combo
view source
: Boolean
It is possible to select a node using the keyboard ...

It is possible to select a node using the keyboard

Defaults to: false

ui.combo
view source
: "top"/"bottom"
It is possible to determine an initial selection button with a specified value ...

It is possible to determine an initial selection button with a specified value

Defaults to: "bottom"

Defines a template markup to be used in a UI ...

Defines a template markup to be used in a UI

Defaults to: {}

ui.combo
view source
: String
Determines an initial selection button with a specified value ...

Determines an initial selection button with a specified value

Defaults to: 0

ui.combo
view source
: Integer
Determines the horizontal size of a combo box ...

Determines the horizontal size of a combo box

Defaults to: 0

Defined By

Methods

( name, params )
Check the parameter type of a UI method and generates an alarm when a wrong value is entered ...

Check the parameter type of a UI method and generates an alarm when a wrong value is entered

Parameters

  • name : String

    Method name

  • params : Array

    Parameters

( name, callback ) : Mixed
Sets a callback function that is called after a UI method is run ...

Sets a callback function that is called after a UI method is run

Parameters

  • name : String

    Method name

  • callback : Function

Returns

  • Mixed
( name, callback ) : Mixed
Sets a callback function that is called before a UI method is run ...

Sets a callback function that is called before a UI method is run

Parameters

  • name : String

    Method name

  • callback : Function

Returns

  • Mixed
( name, callback )
Sets a callback function and the delay time before/after a UI method is run ...

Sets a callback function and the delay time before/after a UI method is run

Parameters

  • name : String

    Method name

  • callback : Function
Removes all events set in a UI obejct and the DOM element ...

Removes all events set in a UI obejct and the DOM element

( type, args ) : Mixed
Generates a custom event. ...

Generates a custom event. The first parameter is the type of a custom event. A function defined as an option or on method is called

Parameters

  • type : String

    Event type

  • args : Function

    Event Arguments

Returns

  • Mixed
ui.combo
view source
( )
Hides the element list of a combo box ...

Hides the element list of a combo box

ui.combo
view source
( ) : Object
Gets the data of the button currently selected ...

Gets the data of the button currently selected

Returns

  • Object
ui.combo
view source
( ) : String
Gets the markup text of the button currently selected ...

Gets the markup text of the button currently selected

Returns

  • String
ui.combo
view source
( ) : Mixed
Gets the value of the button currently selected ...

Gets the value of the button currently selected

Returns

  • Mixed
Removes a custom event of an applicable type or callback handler ...

Removes a custom event of an applicable type or callback handler

Parameters

  • type : String

    Event type

( type, callback )
A callback function defined as an on method is run when an emit method is called ...

A callback function defined as an on method is run when an emit method is called

Parameters

  • type : String

    Event type

  • callback : Function
ui.combo
view source
( )
Shows the element list of a combo box ...

Shows the element list of a combo box

Re-defines a combo box ...

Re-defines a combo box

ui.combo
view source
( index )
Selects a button of a specified index ...

Selects a button of a specified index

Parameters

  • index : Number
Dynamically defines the options of a UI ...

Dynamically defines the options of a UI

Parameters

  • key : String
  • value : Mixed
( name, html )
Dynamically defines the template method of a UI ...

Dynamically defines the template method of a UI

Parameters

  • name : String

    Template name

  • html : String

    Template markup

ui.combo
view source
( value )
Selects a button having a specified value ...

Selects a button having a specified value

Parameters

  • value : Mixed
Defined By

Events

ui.combo
view source
( data, e )
Event which occurs when selecting a combo box ...

Event which occurs when selecting a combo box

Parameters

  • data : Object

    changed data

  • e : EventObject

    The event object

ui.combo
view source
( data, e )
Event which occurs when selecting a combo box ...

Event which occurs when selecting a combo box

Parameters

  • data : Object

    changed data

  • e : EventObject

    The event object

ui.combo
view source
( )
Event which occurs when folding a combo box ...

Event which occurs when folding a combo box

ui.combo
view source
( )
Event which occurs when opening a combo box ...

Event which occurs when opening a combo box