Home
last modified time | relevance | path

Searched refs:listsCreated (Results 1 – 1 of 1) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js174 var listsCreated = [] ;
181 this._ChangeListType( groupObj, markerObj, listsCreated ) ;
183 this._CreateList( groupObj, listsCreated ) ;
190 for ( var i = 0 ; i < listsCreated.length ; i++ )
192 var listNode = listsCreated[i] ;
237 _ChangeListType : function( groupObj, markerObj, listsCreated ) argument
265 listsCreated.push( newList.listNode.childNodes[i] ) ;
270 _CreateList : function( groupObj, listsCreated ) argument
315 listsCreated.push( listNode ) ;