JUI(Simple UI & Chart Component)

ui.layout

Hierarchy

core
ui.layout

Requires

jquery

Files

@Deprecated use ui.splitter instead. Layout can split the screen into areas and each area will be resizable

Defined By

Config options

ui.layout
view source
: String
Determines the color of the resizing bar ...

Determines the color of the resizing bar

Defaults to: "#d6d6d6"

ui.layout
view source
: Integer
Determines the size of the resizing bar ...

Determines the size of the resizing bar

Defaults to: 3

ui.layout
view source
: Object
Configures options for the bottom area ...

Configures options for the bottom area

Defaults to: {el: null, size: null, min: 50, max: 200, resize: true}

ui.layout
view source
: Object
Configures options for the center area ...

Configures options for the center area

Defaults to: {el: null}

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

Defines a DOM event to be used in a UI

Defaults to: {}

ui.layout
view source
: Integer
Determines the container height value ...

Determines the container height value

Defaults to: null

ui.layout
view source
: Object
Configures options for the left area ...

Configures options for the left area

Defaults to: {el: null, size: null, min: 50, max: 200, resize: true}

ui.layout
view source
: Object
Configures options for the right area ...

Configures options for the right area

Defaults to: {el: null, size: null, min: 50, max: 200, resize: true}

ui.layout
view source
: Object
Configures options for the top area ...

Configures options for the top area

Defaults to: {el: null, size: null, min: 50, max: 200, resize: true}

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

Defines a template markup to be used in a UI

Defaults to: {}

ui.layout
view source
: Integer
Determines the container area value ...

Determines the container area value

Defaults to: null

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
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.layout
view source
( )
Resets the layout ...

Resets the layout

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