Searched refs:currentBlock (Results 1 – 5 of 5) sorted by relevance
/plugin/columns/ |
H A D | action.php | 15 private $currentBlock; variable in action_plugin_columns 50 $this->currentBlock->openSection(); 54 $this->currentBlock->closeSection($c); 72 $this->currentBlock = $this->block[0]; 118 $this->currentBlock = new columns_block(count($this->block), $this->currentBlock); 120 $this->currentBlock->startSection($sectionEdit); 121 $this->block[] = $this->currentBlock; 126 $this->currentBlock->startSection($sectionEdit); 130 $this->currentBlock->endSection($sectionEdit); 131 $this->currentBlock->close($callIndex); [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckenterkey.js | 225 FCKEnterKey.prototype._ExecuteBackspace = function( range, previous, currentBlock ) argument 230 …if ( !previous && currentBlock && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode… 232 this._OutdentWithSelection( currentBlock, range ) ; 247 if ( previous && currentBlock ) 250 if ( currentBlock.nodeName.IEquals( 'LI' ) && !previous.nodeName.IEquals( 'LI' ) ) 252 this._OutdentWithSelection( currentBlock, range ) ; 257 var oCurrentParent = currentBlock.parentNode ; 268 FCKDomTools.RemoveNode( currentBlock ) ; 279 FCKDomTools.LTrimNode( currentBlock ) ; 294 if ( ! currentBlock.tagName.IEquals( [ 'TABLE' ] ) ) [all …]
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 709 …currentBlock||this.showBlock(a);return b},getBlock:function(a){return this._.blocks[a]},showBlock:… 720 0)+3);a.setStyle("height",b+"px");h._.currentBlock.element.setStyle("display","none").removeStyle("…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 765 …currentBlock||this.showBlock(a);return b},getBlock:function(a){return this._.blocks[a]},showBlock:… 777 …etHeight||0)-(a.$.clientHeight||0)+3);a.setStyle("height",b+"px");n._.currentBlock.element.setStyl…
|
H A D | ckeditor.js.unc | 15177 this._.currentBlock || this.showBlock(a); 15185 var b = this._.currentBlock, 15188 this._.currentBlock = a; 15400 … n._.currentBlock.element.setStyle("display", "none").removeStyle("display")
|