Skip to content

Commit

Permalink
Merge pull request #10 from smeeckaert/patch-2
Browse files Browse the repository at this point in the history
Update nosAjax.rst
  • Loading branch information
jguyomard committed Sep 17, 2015
2 parents 5a4b4ff + 5a316a2 commit 77188bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/javascript/$container/nosAjax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ nosAjaxSuccess

:param JSON options:

:notify: A ``string`` or ``[string]``. Use for call :js:func:`$.nosNotify`.
:error: A ``string`` or ``[string]``. Use for call :js:func:`$.nosNotify` with ``error`` for notification type.
:action: A ``string`` or ``[string]``. Use for call :js:func:`$container.nosAction`.
:notify: A ``string`` or ``{object}``. Use for call :js:func:`$.nosNotify`. If only a string is given, notification type will be 'notice', otherwise call $.nosNotify with the object parameters.
:error: A ``string`` or ``{object}``. Use for call :js:func:`$.nosNotify` with ``error`` for notification type.
:action: A ``string`` or ``{object}``. Use for call :js:func:`$container.nosAction`.
:closeDialog: ``Boolean``. If ``true``, call :js:func:`nosDialog.close`.
:closeTab: ``Boolean``. If ``true``, call :js:func:`nosTabs.close`.
:replaceTab: ``{}``. Use to call :js:func:`nosTabs.update`.
Expand Down

0 comments on commit 77188bc

Please sign in to comment.