Skip to content

Commit

Permalink
document actionBarRightIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jan 20, 2016
1 parent 95cbfd2 commit 525eab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/js_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The **payload** structure is shared between JavaScript, Objective C and Java, an
- ``url`` contains the local or remote address from which the WebView must load the content
- ``title`` (optional) is the tile show in the application's ViewController / Action Bar.
- ``toggleSidebarIcon`` (optional) is the sidebar's icon to be displayed and if missing a button to open the sidebar will not be created
- ``actionBarRightIcon`` (optional) icon to display as a button on the right of the actionbar inside the target section, pressing the button triggers the ``navigationbarRightButtonAction`` event on section controllers.
- ``stackMaintainedElements`` (optional) instructs the navigation stack to pop all views and maintain the last X ``sections`` indicated on the bottom of the stack; it is ill advised to use in conjunction with ``stackPopElements``
- ``stackPopElements`` (optional) instructs the navigation stack to pop the first X ``sections``; it is ill advised to use in conjunction with ``stackMaintainedElements``
- ``animation`` (optional) only supported on iOS platform, can be used to change the default push/pop animation in one of ``"fade"`` or ``"slidein"`` values
Expand Down

0 comments on commit 525eab5

Please sign in to comment.