Home
last modified time | relevance | path

Searched refs:editable (Results 1 – 25 of 128) sorted by relevance

123456

/plugin/tagging/less/
H A Deditable.less1 /*! 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 DGoogleCloudChannelV1Parameter.php25 public $editable; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1Parameter
36 public function setEditable($editable) argument
38 $this->editable = $editable;
45 return $this->editable;
H A DGoogleCloudChannelV1alpha1Parameter.php25 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 Djquery.jeditable.mini.js2 (function($){$.fn.editable=function(target,options){if('disable'==target){$(this).data('disabled.ed… function
5editable.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 Dmediafile.php50 * 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 Dplugin.js16 var editableElement = editor.editable ? editor.editable() : editor.document;
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js16 var editableElement = editor.editable ? editor.editable() : editor.document;
/plugin/templatepagename/
H A DREADME.md7 * 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 Ddmn-js-literal-expression.css72 .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 Ddmn-js-decision-table.css250 /* 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 DModelNews.php94 …public function render(string $even, string $stream, string $pageId = '', bool $editable = true): … argument
99 $editable ? 'true' : 'false',
/plugin/tagging/
H A Dscript.js1 /* 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 Dstyle.less1 @import "less/editable.less";
/plugin/tagging/script/
H A Deditable.js28 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 Dtablekit.js47 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 DCHANGELOG.md16 …SpellChecker/ckeditor-plugin-scayt/issues/107) SCAYT should not check non-editable parts of content
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md16 …SpellChecker/ckeditor-plugin-scayt/issues/107) SCAYT should not check non-editable parts of content
/plugin/advanced/lang/en/
H A Dconfig.txt21 … | [[doku>exif]] | Metadata editable for images …
/plugin/embeddedphp/
H A DREADME11 a publicly editable wiki!
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md52 * [#14407](https://dev.ckeditor.com/ticket/14407): [IE] Fixed: Non-editable widgets can be edited.
490editable 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…
512editable.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 Dfind.js6 …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 Dfind.js7 …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 Dtable.js.unc53 var editable = editor.editable();
355 …'default': editor.filter.check( 'table{width}' ) ? ( editable.getSize( 'width' ) < 500 ? '100%' : …
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc53 var editable = editor.editable();
355 …'default': editor.filter.check( 'table{width}' ) ? ( editable.getSize( 'width' ) < 500 ? '100%' : …
/plugin/ckgedit/ckeditor/
H A Dckeditor.js284 …}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…
400editable=function(a){var b=this._.editable;if(b&&a)return 0;arguments.length&&(b=this._.editable=a…
456editable(),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…
1042editable.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…
1196editable().findOne(".cke_table-faked-selection"))&&a.getAscendant("table")}function A(a,b){var c=a…
[all …]

123456