mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Found more JSON properties to change into JavaScript camelCase
This commit is contained in:
parent
b9ef8ae2c9
commit
974350ebee
45 changed files with 361 additions and 412 deletions
|
|
@ -455,11 +455,18 @@ Converts HTML to text
|
|||
Converts text to HTML
|
||||
|
||||
## rl.addSettingsViewModel(SettingsViewModelClass, template, labelName, route)
|
||||
Examples in
|
||||
* ./change-password/js/ChangePasswordUserSettings.js
|
||||
* ./example/js/ExampleUserSettings.js
|
||||
* ./kolab/js/settings.js
|
||||
* ./two-factor-auth/js/TwoFactorAuthSettings.js
|
||||
|
||||
## rl.addSettingsViewModelForAdmin(SettingsViewModelClass, template, labelName, route)
|
||||
Examples in
|
||||
* ./example/js/ExampleAdminSettings.js:34: rl.addSettingsViewModelForAdmin(ExampleAdminSettings, 'ExampleAdminSettingsTab',
|
||||
|
||||
## rl.adminArea()
|
||||
Returns true or false
|
||||
Returns true or false when in '?admin' area
|
||||
|
||||
## rl.app.Remote.abort(action)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue