Searched refs:noUndo (Results 1 – 5 of 5) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck_ie.js | 355 FCK.CreateLink = function( url, noUndo ) argument 361 FCK.ExecuteNamedCommand( 'Unlink', null, false, !!noUndo ) ; 388 FCK.ExecuteNamedCommand( 'CreateLink', sTempUrl, false, !!noUndo ) ;
|
H A D | fck_gecko.js | 430 FCK.CreateLink = function( url, noUndo ) argument 435 FCK.ExecuteNamedCommand( 'Unlink', null, false, !!noUndo ) ; 443 FCK.ExecuteNamedCommand( 'CreateLink', sTempUrl, false, !!noUndo ) ;
|
H A D | fck.js | 540 SwitchEditMode : function( noUndo ) argument 553 if ( !noUndo && FCKBrowserInfo.IsIE )
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | export.min.js | 1 …noUndo=!0,c.setup.fabric.add(b.group[d]);return b}}},defaults:{position:"top-right",fileName:"amCh…
|
H A D | export.js | 420 cfg.group[ i1 ].noUndo = true; 1265 if ( Number( new Date() ) - _this.drawing.buffer.pressedTS < 200 && !item.noUndo ) { 1274 if ( item.selectable && !item.known && !item.noUndo ) {
|