Searched refs:currentBlock (Results 1 – 6 of 6) sorted by relevance
/plugin/columns/ |
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); 119 $this->currentBlock->addColumn($callIndex, $this->currentSectionLevel); 120 $this->currentBlock->startSection($sectionEdit); 121 $this->block[] = $this->currentBlock; 125 $this->currentBlock->addColumn($callIndex, $this->currentSectionLevel); 126 $this->currentBlock->startSection($sectionEdit); [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
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/grensladawritezor/fckeditor/editor/_source/classes/ |
D | fckenterkey.js | 169 FCKEnterKey.prototype._ExecuteBackspace = function( range, previous, currentBlock ) argument 174 …if ( !previous && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode.parentNode.node… 176 this._OutdentWithSelection( currentBlock, range ) ; 191 if ( previous && currentBlock ) 194 if ( currentBlock.nodeName.IEquals( 'LI' ) && !previous.nodeName.IEquals( 'LI' ) ) 196 this._OutdentWithSelection( currentBlock, range ) ; 201 var oCurrentParent = currentBlock.parentNode ; 212 FCKDomTools.RemoveNode( currentBlock ) ; 223 FCKDomTools.TrimNode( currentBlock ) ; 236 FCKDomTools.MoveChildren( currentBlock, previous ) ;
|
/plugin/ckgdoku/ckeditor/ |
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/ |
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…
|
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")
|