Home
last modified time | relevance | path

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

123456

/plugin/advanced/lang/en/
H A Dconfig.txt21 … | [[doku>exif]] | Metadata editable for images …
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js20481 editable: true,
21841 if (this.isEditing || !this.editable) {
H A Dfabric.min.js11 …:0,selectionEnd:0,selectionColor:"rgba(17,119,255,0.3)",isEditing:false,editable:true,editingBorde…
13 …nEnd(newSelectionEnd)},enterEditing:function(){if(this.isEditing||!this.editable){return}if(this.c…
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2290 public $editable; variable in Google_DriveFile
2379 public function setEditable( $editable) { argument
2380 $this->editable = $editable;
2383 return $this->editable;
/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/bpmnio/vendor/dmn-js/dist/assets/
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 {
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-shared.css221 .dmn-js-parent .content-editable--with-placeholder::before {
/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 …]
H A Dckeditor.js351 …viousScrollTop=a.editable().$.scrollTop},null,null,-1);if(CKEDITOR.env.edge&&14<CKEDITOR.env.versi…
363 this._.editable;if(b&&a)return 0;arguments.length&&(b=this._.editable=a?a instanceof CKEDITOR.edita…
609 …or(var e=a.editable();d&&!(d.getName()in k||d.equals(e));){var f=d.getParent();if(!f)break;d=f}}d=…
692 ….element(y),C;if(D.equals(b.editable())||"html"==D.getName())return f&&f.startContainer&&!f.startC…
964editable,d=a.trigger,e=d.upper,f=d.lower,g=e||f,h=g.getParent(),k={};this.trigger=d;e&&r(a,e,!0);f…
965 …e?b.editable.height+b.editable.padding.top+b.editable.padding.bottom:b.pane.bottom-1,this.look(K))…
966 this.look(S));a.inInlineMode&&(k.top--,k.top+=b.editable.scroll.top,k.left+=b.editable.scroll.left)…
969 …nt();var g;f=f.getAscendant(R,1);if(!q(a,f)&&f&&!f.equals(a.editable)&&!f.contains(a.editable)){(g…
971 …a){var b=a.editable,c=a.mouse,d=a.view,e=a.triggerOffset;z(a);var h=c.y>(a.inInlineMode?d.editable
976 …rn D(b.size,B(a,b,c),{date:+new Date},!0)}function z(a,b){a.view.editable=B(a,a.editable,b,!0)}fun…
[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/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc203 attributes[ 'data-cke-editable' ] = 1;
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js16 var editableElement = editor.editable ? editor.editable() : editor.document;
/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/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …ar f=function(k){return new CKEDITOR.dom.element(k,h.document)};var g=h.editable();var i;return{ti…
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 DCHANGES.md46 …om/ckeditor/ckeditor-dev/issues/2470): [Firefox] Fixed: Widget's nested editable gets blurred upon…
472 * [#14407](https://dev.ckeditor.com/ticket/14407): [IE] Fixed: Non-editable widgets can be edited.
690 …ellChecker/ckeditor-plugin-scayt/issues/107): SCAYT should not check non-editable parts of content.
764 …keditor.com/ticket/13414): Fixed: Content auto paragraphing in a nested editable despite editor co…
910editable element using the [`editor.insertHtml()`](https://ckeditor.com/docs/ckeditor4/latest/api/…
1180 * [#11798](https://dev.ckeditor.com/ticket/11798): Fixed: Inserting a non-editable element inside a…
1229 …* Introduced the [`editable.status`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_edita…
1237 * [#11727](https://dev.ckeditor.com/ticket/11727): Fixed: The editor tries to select a non-editable
1309 …/ticket/11133): [Page Break](https://ckeditor.com/cke4/addon/pagebreak) becomes editable if pasted.
1384 …non-editable elements (for example widgets) and their nested editables. Styles cannot change non-e…
[all …]
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 …]
H A Dckeditor.js.unc1495 $editable: {
7341 b.editable(a);
8074 …arguments.length && (b = this._.editable = a ? a instanceof CKEDITOR.editable ? a : new CKEDITOR.e…
9179 y(b.editable())
16174 if (e.contains(a.editable()) || e.equals(a.editable())) return d.cancel();
20086 c = b.editable();
20679 var c = a.editable,
20684 …var f = d.y > (a.inInlineMode ? b.editable.top + b.editable.height / 2 : Math.min(b.editable.heigh…
20759 a.view.editable = U(a, a.editable, c, !0)
24601 editable: a.editable(),
[all …]
/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/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc203 attributes[ 'data-cke-editable' ] = 1;
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js16 var editableElement = editor.editable ? editor.editable() : editor.document;
/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/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …ar f=function(k){return new CKEDITOR.dom.element(k,h.document)};var g=h.editable();var i;return{ti…

123456