Namespace: _stdbtn

JTSageDateBox. _stdbtn

Create standard buttons

Source:

Methods


<static> cancel()

Make a cancel button.

Source:
Returns:

JQuery button object, with events attached

Type
Object

<static> clear()

Make a clear button

Source:
Returns:

JQuery button object, with events attached

Type
Object

<static> close(txt, trigger)

Make a close button

Parameters:
Name Type Description
txt string

Button text, if any

trigger boolean | string

If trigger is false, run set, otherwise run named trigger

Source:
Returns:

JQuery button object, with events attached

Type
Object

<static> today()

Make a today button

Source:
Returns:

JQuery button object, with events attached

Type
Object

<static> tomorrow()

Make a tomorrow button

Source:
Returns:

JQuery button object, with events attached

Type
Object