Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-05-31 21:41:32 +02:00
parent e7619477cd
commit f52f3db1f2
2 changed files with 13 additions and 2 deletions

View File

@ -141,8 +141,8 @@ Contributors, sorted by the number of commits in descending order:
* Artur Shaik * Artur Shaik
* Antoni Boucher * Antoni Boucher
* ZDarian * ZDarian
* Peter Vilim
* Martin Tournoij * Martin Tournoij
* Peter Vilim
* John ShaggyTwoDope Jenkins * John ShaggyTwoDope Jenkins
* Jimmy * Jimmy
* Zach-Button * Zach-Button

View File

@ -45,7 +45,7 @@
|<<ui-hide-statusbar,hide-statusbar>>|Whether to hide the statusbar unless a message is shown. |<<ui-hide-statusbar,hide-statusbar>>|Whether to hide the statusbar unless a message is shown.
|<<ui-window-title-format,window-title-format>>|The format to use for the window title. The following placeholders are defined: |<<ui-window-title-format,window-title-format>>|The format to use for the window title. The following placeholders are defined:
|<<ui-hide-mouse-cursor,hide-mouse-cursor>>|Whether to hide the mouse cursor. |<<ui-hide-mouse-cursor,hide-mouse-cursor>>|Whether to hide the mouse cursor.
|<<ui-model-js-dialog,modal-js-dialog>>|Use standard JavaScript modal dialog for alert() and confirm() |<<ui-modal-js-dialog,modal-js-dialog>>|Use standard JavaScript modal dialog for alert() and confirm()
|============== |==============
.Quick reference for section ``network'' .Quick reference for section ``network''
@ -595,6 +595,17 @@ Valid values:
Default: +pass:[false]+ Default: +pass:[false]+
[[ui-modal-js-dialog]]
=== modal-js-dialog
Use standard JavaScript modal dialog for alert() and confirm()
Valid values:
* +true+
* +false+
Default: +pass:[false]+
== network == network
Settings related to the network. Settings related to the network.