Home
last modified time | relevance | path

Searched refs:dialogButtons (Results 1 – 2 of 2) sorted by relevance

/plugin/davcard/
Dscript.js128 var dialogButtons = {};
133 dialogButtons[LANG.plugins.davcard['edit']] = function() { function
214 dialogButtons[LANG.plugins.davcard['delete']] = function() {
233 dialogButtons[LANG.plugins.davcard['create']] = function() {
318 delete dialogButtons['create'];
319 delete dialogButtons['edit'];
321 dialogButtons[LANG.plugins.davcard['cancel']] = function() {
337 buttons: dialogButtons,
607 var dialogButtons = {};
610 dialogButtons[LANG.plugins.davcard['cancel']] = function() { function
[all …]
/plugin/davcal/
H A Dscript.js167 var dialogButtons = {};
170 dialogButtons[LANG.plugins.davcal['save']] = function() { function
206 dialogButtons[LANG.plugins.davcal['cancel']] = function () {
254 buttons: dialogButtons,
409 var dialogButtons = {};
424 dialogButtons[LANG.plugins.davcal['edit']] = function() { function
473 dialogButtons[LANG.plugins.davcal['delete']] = function() {
535 dialogButtons[LANG.plugins.davcal['create']] = function() {
585 dialogButtons[LANG.plugins.davcal['cancel']] = function() {
602 buttons: dialogButtons,
[all …]