DojoMobileLib

The DojoMobileLib widget defines constants that are used by EGL Dojo mobile widgets.

Properties

LIST_STYLE_EDGE_TO_EDGE
Used by DojoMobileList. If you assign this constant to the property of the list style, the mobile list applies an edge-to-edge style.
LIST_STYLE_ROUNDED_RECTANGLE
Used by DojoMobileList. If you assign this constant to the property of the list style, the mobile list applies a round-cornered style.
TRANSITION_SLIDE
Used by DojoMobileListItem. If you assign this constant to the actionTransition property of the list items, the list item plays a slide animation during transition.
TRANSITION_FLIP
Used by DojoMobileListItem. If you assign this constant to the actionTransition property of the list items, the list item plays a flip animation during transition.
TRANSITION_FADE
Used by DojoMobileListItem. If you assign this constant to the actionTransition property of the list items, the list item plays a fade animation during transition.
SLIDER_HORIZONTAL
Used by DojoMobileSlider. If you assign this constant to the property of the slider orientation, the slider applies a horizontal orientation.
SLIDER_VERTICAL
Used by DojoMobileSlider If you assign this constant to the property of the slider orientation, the slider applies a vertical orientation.
SLIDER_AUTO
Used by DojoMobileSlider. If you assign this constant to the property of the slider orientation, the slider applies a best-fit orientation automatically.
TAB_POSITION_TOP
Used by DojoMobileTabContainer. If you assign this constant to the tabPosition property of the tab container, the tab displays before its child content.
TAB_POSITION_BOTTOM
Used by DojoMobileTabContainer. If you assign this constant to the tabPosition property of the tab container, the tab displays after its child content.
TAB_POSITION_FIXED_TOP
Used by DojoMobileTabContainer. If you assign this constant to the tabPosition property of the tab container, the tab is on the top of the window.
TAB_POSITION_FIXED_BOTTOM
Used by DojoMobileTabContainer. If you assign this constant to the tabPosition property of the tab container, the tab is at the bottom of the window.
TRANSACTION_SLIDE
Used by DojoMobileToolBarButton. If you assign this constant to the transition property of the bar button, it plays a slide animation during the view transition.
TRANSACTION_FADE
Used by DojoMobileToolBarButton. If you assign this constant to the transition property of the bar button, it plays a fade animation during the view transition.
TRANSACTION_FLIP
Used by DojoMobileToolBarButton. If you assign this constant to the transition property of the bar button, it plays a flip animation during the view transition.
TRANSACTION_DIR_FORWARD
Used by DojoMobileToolBarButton. If you assign this constant to the transitionDir property of the tab container, the animation direction starts from left to right.
TRANSACTION_DIR_BACKWARD
Used by DojoMobileToolBarButton. If you assign this constant to the transitionDir property of the tab container, the animation direction starts from right to left.
OPENER_POP_BEFORE
Used by DojoMobileOpener. This constant is used by the parameter of showOpener position. If it is passed, the opener tries to display before the widget.
OPENER_POP_AFTER
Used by DojoMobileOpener. This constant is used by the parameter of showOpener position. If it is passed, the opener tries to display after the widget.
OPENER_POP_ABOVE
Used by DojoMobileOpener. This constant is used by the parameter of showOpener position. If it is passed, the opener tries to display above the widget.
OPENER_POP_BELOW
Used by DojoMobileOpener. This constant is used by the parameter of showOpener position. If it is passed, the opener tries to display under the widget.

Feedback