/plugin/tagging/less/ |
H A D | editable.less | 1 /*! X-editable - v1.5.3 3 * http://github.com/vitalets/x-editable 16 .editable-buttons { 25 .editable-input { 35 .editable-buttons .editable-cancel { 40 .editable-buttons button.ui-button-icon-only { 46 background: url(../plugins/tagging/less/editable-images/loading.gif) center center no-repeat; 52 .editable-error-block { 60 .editable [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/ |
H A D | GoogleCloudChannelV1Parameter.php | 25 public $editable; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1Parameter 36 public function setEditable($editable) argument 38 $this->editable = $editable; 45 return $this->editable;
|
H A D | GoogleCloudChannelV1alpha1Parameter.php | 25 public $editable; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1alpha1Parameter 36 public function setEditable($editable) argument 38 $this->editable = $editable; 45 return $this->editable;
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.jeditable.mini.js | 2 (function($){$.fn.editable=function(target,options){if('disable'==target){$(this).data('disabled.ed… function 5 …editable.defaults,{target:target},options);var plugin=$.editable.types[settings.type].plugin||func… 26 if(settings.tooltip){$(self).attr('title',settings.tooltip);}}}};});};$.editable={types:{defaults:{… class in $ 29 …){if($.isFunction($.editable.types[settings.type].reset)){var reset=$.editable.types[settings.type… 38 …selected');}});}}},addInputType:function(name,input){$.editable.types[name]=input;}};$.fn.editable…
|
/plugin/diagrams/action/ |
H A D | mediafile.php | 50 * Check all supplied diagrams and return only editable diagrams 63 $editable = []; 73 $editable[] = $image; 77 echo json_encode($editable);
|
/plugin/ckgdoku/ckeditor/plugins/pastebase64/ |
H A D | plugin.js | 16 var editableElement = editor.editable ? editor.editable() : editor.document;
|
/plugin/ckgedit/ckeditor/plugins/pastebase64/ |
H A D | plugin.js | 16 var editableElement = editor.editable ? editor.editable() : editor.document;
|
/plugin/templatepagename/ |
H A D | README.md | 7 * the plugin defaults are: `c_template` and `i_template` (editable by who has write permission) 8 * or DokuWiki defaults are: `_template` and `__template` (only editable via filesystem) 13 editable online in the wiki, only by server admins via the file system.
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/ |
H A D | dmn-js-literal-expression.css | 72 .dmn-literal-expression-container .decision-name:not(.editable), 73 .dmn-literal-expression-container .decision-name .content-editable { 80 .dmn-literal-expression-container .textarea .content-editable { 84 .dmn-literal-expression-container .textarea .content-editable { 93 .dmn-literal-expression-container .decision-name.focussed .content-editable {
|
H A D | dmn-js-decision-table.css | 250 /* content editable styles */ 257 /* end content editable styles */ 291 .dmn-decision-table-container .decision-table-name:not(.editable), 292 .dmn-decision-table-container .decision-table-name .content-editable { 298 .dmn-decision-table-container .decision-table-name.focussed .content-editable {
|
/plugin/fksnewsfeed/inc/ORM/ |
H A D | ModelNews.php | 94 …public function render(string $even, string $stream, string $pageId = '', bool $editable = true): … argument 99 $editable ? 'true' : 'false',
|
/plugin/tagging/ |
H A D | script.js | 1 /* DOKUWIKI:include script/editable.js */ 40 jQuery('div.plugin_tagging_edit ul.tagging_cloud a').editable('toggleDisabled'); 43 //no editable button - we are not the admin 47 .editable({
|
H A D | style.less | 1 @import "less/editable.less";
|
/plugin/tagging/script/ |
H A D | editable.js | 28 this.$clear = $('<span class="editable-clear-x"></span>'); 71 this.$div = $(div); //div, containing form. Not form tag. Not editable-element. 79 '<div><div class="editable-input"></div><div class="editable-buttons"></div></div>'+ 80 '<div class="editable-error-block"></div>' + 87 buttons: '<button type="submit" class="editable-submit">ok</button>'+ 88 '<button type="button" class="editable-cancel">cancel</button>', 102 var $btn = this.$form.find('.editable-buttons'); 105 this.$form.find('.editable-submit').button({ 109 this.$form.find('.editable 416 $.fn.editable = function (option) { global() function [all...] |
/plugin/issuetracker/ |
H A D | tablekit.js | 47 if(op.editable) { 114 … {dom : {head:null,rows:null,cells:{}},sortable:false,resizable:false,editable:false}, 131 return TableKit.tables[table.id] ? TableKit.tables[table.id].editable : false; 158 editable : true, 222 if(op.editable) { 241 if(op.editable) {TableKit.Editable.init(table);} 264 if(TableKit.options.editable) { 736 TableKit.register(table,Object.extend(options || {},{editable:true}));
|
/plugin/ckgdoku/ckeditor/plugins/scayt/ |
H A D | CHANGELOG.md | 16 …SpellChecker/ckeditor-plugin-scayt/issues/107) SCAYT should not check non-editable parts of content
|
/plugin/ckgedit/ckeditor/plugins/scayt/ |
H A D | CHANGELOG.md | 16 …SpellChecker/ckeditor-plugin-scayt/issues/107) SCAYT should not check non-editable parts of content
|
/plugin/advanced/lang/en/ |
H A D | config.txt | 21 … | [[doku>exif]] | Metadata editable for images …
|
/plugin/embeddedphp/ |
H A D | README | 11 a publicly editable wiki!
|
/plugin/ckgdoku/ckeditor/ |
H A D | CHANGES.md | 52 * [#14407](https://dev.ckeditor.com/ticket/14407): [IE] Fixed: Non-editable widgets can be edited. 490 …editable element using the [`editor.insertHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor… 502 …com/ticket/12448): Introduced the [`editable.insertHtmlIntoRange`](http://docs.ckeditor.com/#!/api… 512 …editable.insertHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertElement) an… 760 * [#11798](http://dev.ckeditor.com/ticket/11798): Fixed: Inserting a non-editable element inside a … 809 …* Introduced the [`editable.status`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-property-st… 817 * [#11727](http://dev.ckeditor.com/ticket/11727): Fixed: The editor tries to select a non-editable … 964 …non-editable elements (for example widgets) and their nested editables. Styles cannot change non-e… 1017 …* [`editable.insertElementIntoRange()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-i… 1042 ….ckeditor.com/ticket/10912): Prevent default action when content of a non-editable link is clicked. [all …]
|
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/ |
H A D | find.js | 6 …et+1);d.setEndAt(c.editable(),CKEDITOR.POSITION_BEFORE_END);return d}function t(a){var b=c.getSele… 14 …ge.getCursors(),p=h[h.length-1],h=h[0],g=c.createRange();g.setStartAt(c.editable(),CKEDITOR.POSITI…
|
/plugin/ckgedit/ckeditor/plugins/find/dialogs/ |
H A D | find.js | 7 …et+1);d.setEndAt(c.editable(),CKEDITOR.POSITION_BEFORE_END);return d}function r(a){var b=c.getSele… 15 p=g[g.length-1],g=g[0],m=c.createRange();m.setStartAt(c.editable(),CKEDITOR.POSITION_AFTER_START);m…
|
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/ |
H A D | table.js.unc | 53 var editable = editor.editable(); 355 …'default': editor.filter.check( 'table{width}' ) ? ( editable.getSize( 'width' ) < 500 ? '100%' : …
|
/plugin/ckgedit/ckeditor/plugins/table/dialogs/ |
H A D | table.js.unc | 53 var editable = editor.editable(); 355 …'default': editor.filter.check( 'table{width}' ) ? ( editable.getSize( 'width' ) < 500 ? '100%' : …
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 284 …}return a?new CKEDITOR.dom.elementPath(a,this.editable()):null},createRange:function(){var a=this.… 325 …e&&(a["data-cke-editable"]=a.contenteditable?"true":1);a.contenteditable="false"}function p(a){a=a… 400 …editable=function(a){var b=this._.editable;if(b&&a)return 0;arguments.length&&(b=this._.editable=a… 456 …editable(),c=a.getCustomData("cke-fillingChar");c&&(c.getCustomData("ready")?(y(a),a.editor.fire("… 743 ….element(q),r;if(p.equals(b.editable())||"html"==p.getName())return h&&h.startContainer&&!h.startC… 826 …function(a){return a.elementMode===CKEDITOR.ELEMENT_MODE_INLINE?a.editable():a.editable().getParen… 1042 …editable.height+b.editable.padding.top+b.editable.padding.bottom:b.pane.bottom-1,this.look(D)):(a.… 1048 …a){var c=a.editable,d=a.mouse,b=a.view,e=a.triggerOffset;H(a);var f=d.y>(a.inInlineMode?b.editable… 1055 … d=a.editable(),g=a.document,l=a.window;v(b,{editable:d,inInlineMode:d.isInline(),doc:g,win:l,hotN… 1196 …editable().findOne(".cke_table-faked-selection"))&&a.getAscendant("table")}function A(a,b){var c=a… [all …]
|