roojs-ui.js
authorAlan <alan@roojs.com>
Tue, 12 Oct 2021 03:03:55 +0000 (11:03 +0800)
committerAlan <alan@roojs.com>
Tue, 12 Oct 2021 03:03:55 +0000 (11:03 +0800)
roojs-ui-debug.js
roojs-all.js
roojs-debug.js
Roo/rtf/Hex.js
Roo/rtf/Paragraph.js
Roo/rtf/Parser.js
Roo/rtf/Span.js

Roo/rtf/Hex.js
Roo/rtf/Paragraph.js
Roo/rtf/Parser.js
Roo/rtf/Span.js
roojs-all.js
roojs-debug.js
roojs-ui-debug.js
roojs-ui.js

index ffb8edd..06bb69e 100644 (file)
@@ -1,4 +1,4 @@
 Roo.rtf.Hex = function(hex)
 {
     this.hexstr = hex;
-}
+};
index 30ab767..511c60c 100644 (file)
@@ -1,4 +1,4 @@
 Roo.rtf.Paragraph = function(opts)
 {
     this.content = []; ///??? is that used?
-}
\ No newline at end of file
+};
\ No newline at end of file
index 5d2f10b..67c4bfb 100644 (file)
@@ -30,7 +30,7 @@ Roo.rtf.Parser = function() {
     this.groups = []; // where we put the return.
     // default is to parse TEXT...
     
-}
+};
 Roo.rtf.Parser.prototype = {
     text : '', // string being parsed..
     controlWord : '',
@@ -372,4 +372,4 @@ Roo.rtf.Parser.prototype = {
         });
     }
      
-} 
\ No newline at end of file
+} ;
\ No newline at end of file
index b4fa1d5..35592dc 100644 (file)
@@ -1,4 +1,4 @@
 Roo.rtf.Span = function(opts)
 {
     this.value = opts.value;
-}
+};
index 436cab7..dfc7aec 100644 (file)
@@ -1833,13 +1833,13 @@ Roo.rtf={};
 // Roo/rtf/Hex.js
 Roo.rtf.Hex=function(A){this.hexstr=A;};
 // Roo/rtf/Paragraph.js
-Roo.rtf.Paragraph=function(A){this.content=[];}
+Roo.rtf.Paragraph=function(A){this.content=[];};
 // Roo/rtf/Span.js
 Roo.rtf.Span=function(A){this.value=A.value;};
 // Roo/rtf/Group.js
 Roo.rtf.Group=function(A){this.content=[];};Roo.rtf.Group.prototype={ignorable:false,content:false,addContent:function(A){this.content.push(A);},toDataURL:function(){var A=false;switch(true){case this.content.filter(function(a){return a.value=='pngblip'}).length>0:A="image/png";
 break;case this.content.filter(function(a){return a.value=='jpegblip'}).length>0:A="image/jpeg";break;default:return 'about:blank';}var B=this.content[this.content.length-1].value;return A+';base64,'+btoa(B.match(/\w{2}/g).map(function(a){return String.fromCharCode(parseInt(a,16));
-}).join(""));}}
+}).join(""));}};
 // Roo/rtf/Ctrl.js
 Roo.rtf.Ctrl=function(A){this.value=A.value;this.param=A.param;};
 // Roo/rtf/Parser.js
@@ -1859,7 +1859,7 @@ this.parserState=this.parseText;}else{this.emitControlWord();this.parserState=th
 ,emitControlWord:function(){this.emitText();if(this.controlWord===''){this.emitError('empty control word');}else{this.push({type:'controlword',value:this.controlWord,param:this.controlWordParam!==''&&Number(this.controlWordParam),pos:this.cpos,row:this.row,col:this.col}
 );}this.controlWord='';this.controlWordParam='';},emitStartGroup:function(){this.emitText();this.push({type:'groupstart',pos:this.cpos,row:this.row,col:this.col});},emitEndGroup:function(){this.emitText();this.push({type:'groupend',pos:this.cpos,row:this.row,col:this.col}
 );},emitIgnorable:function(){this.emitText();this.push({type:'ignorable',pos:this.cpos,row:this.row,col:this.col});},emitHexChar:function(){this.emitText();this.push({type:'hexchar',value:this.hexChar,pos:this.cpos,row:this.row,col:this.col});this.hexChar=''}
-,emitError:function(A){this.emitText();this.push({type:'error',value:A,row:this.row,col:this.col,char:this.cpos});},emitEndParagraph:function(){this.emitText();this.push({type:'endparagraph',pos:this.cpos,row:this.row,col:this.col});}}
+,emitError:function(A){this.emitText();this.push({type:'error',value:A,row:this.row,col:this.col,char:this.cpos});},emitEndParagraph:function(){this.emitText();this.push({type:'endparagraph',pos:this.cpos,row:this.row,col:this.col});}};
 // Roo/htmleditor/namespace.js
 Roo.htmleditor={};
 // Roo/htmleditor/Filter.js
index 6af12b3..ad4e531 100644 (file)
@@ -44513,21 +44513,22 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, {
 Roo.rtf.Hex = function(hex)
 {
     this.hexstr = hex;
-}
+};
 Roo.rtf.Paragraph = function(opts)
 {
     this.content = []; ///??? is that used?
-}Roo.rtf.Span = function(opts)
+};Roo.rtf.Span = function(opts)
 {
     this.value = opts.value;
-}
+};
 
 Roo.rtf.Group = function(parent)
 {
     // we dont want to acutally store parent - it will make debug a nightmare..
     this.content = [];
     
-}
+};
+
 Roo.rtf.Group.prototype = {
     ignorable : false,
     content: false,
@@ -44559,7 +44560,7 @@ Roo.rtf.Group.prototype = {
         }).join(""));
     }
     
-} 
+}; 
 Roo.rtf.Ctrl = function(opts)
 {
     this.value = opts.value;
@@ -44597,7 +44598,7 @@ Roo.rtf.Parser = function() {
     this.groups = []; // where we put the return.
     // default is to parse TEXT...
     
-}
+};
 Roo.rtf.Parser.prototype = {
     text : '', // string being parsed..
     controlWord : '',
@@ -44939,7 +44940,7 @@ Roo.rtf.Parser.prototype = {
         });
     }
      
-} Roo.htmleditor = {}; 
+} ;Roo.htmleditor = {}; 
 /**
  * @class Roo.htmleditor.Filter
  * Base Class for filtering htmleditor stuff. - do not use this directly - extend it.
index 4ca7115..793d829 100644 (file)
@@ -20545,21 +20545,22 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, {
 Roo.rtf.Hex = function(hex)
 {
     this.hexstr = hex;
-}
+};
 Roo.rtf.Paragraph = function(opts)
 {
     this.content = []; ///??? is that used?
-}Roo.rtf.Span = function(opts)
+};Roo.rtf.Span = function(opts)
 {
     this.value = opts.value;
-}
+};
 
 Roo.rtf.Group = function(parent)
 {
     // we dont want to acutally store parent - it will make debug a nightmare..
     this.content = [];
     
-}
+};
+
 Roo.rtf.Group.prototype = {
     ignorable : false,
     content: false,
@@ -20591,7 +20592,7 @@ Roo.rtf.Group.prototype = {
         }).join(""));
     }
     
-} 
+}; 
 Roo.rtf.Ctrl = function(opts)
 {
     this.value = opts.value;
@@ -20629,7 +20630,7 @@ Roo.rtf.Parser = function() {
     this.groups = []; // where we put the return.
     // default is to parse TEXT...
     
-}
+};
 Roo.rtf.Parser.prototype = {
     text : '', // string being parsed..
     controlWord : '',
@@ -20971,7 +20972,7 @@ Roo.rtf.Parser.prototype = {
         });
     }
      
-} Roo.htmleditor = {}; 
+} ;Roo.htmleditor = {}; 
 /**
  * @class Roo.htmleditor.Filter
  * Base Class for filtering htmleditor stuff. - do not use this directly - extend it.
index 08a46a9..5b3e69a 100644 (file)
@@ -909,13 +909,13 @@ Roo.rtf={};
 // Roo/rtf/Hex.js
 Roo.rtf.Hex=function(A){this.hexstr=A;};
 // Roo/rtf/Paragraph.js
-Roo.rtf.Paragraph=function(A){this.content=[];}
+Roo.rtf.Paragraph=function(A){this.content=[];};
 // Roo/rtf/Span.js
 Roo.rtf.Span=function(A){this.value=A.value;};
 // Roo/rtf/Group.js
 Roo.rtf.Group=function(A){this.content=[];};Roo.rtf.Group.prototype={ignorable:false,content:false,addContent:function(A){this.content.push(A);},toDataURL:function(){var A=false;switch(true){case this.content.filter(function(a){return a.value=='pngblip'}).length>0:A="image/png";
 break;case this.content.filter(function(a){return a.value=='jpegblip'}).length>0:A="image/jpeg";break;default:return 'about:blank';}var B=this.content[this.content.length-1].value;return A+';base64,'+btoa(B.match(/\w{2}/g).map(function(a){return String.fromCharCode(parseInt(a,16));
-}).join(""));}}
+}).join(""));}};
 // Roo/rtf/Ctrl.js
 Roo.rtf.Ctrl=function(A){this.value=A.value;this.param=A.param;};
 // Roo/rtf/Parser.js
@@ -935,7 +935,7 @@ this.parserState=this.parseText;}else{this.emitControlWord();this.parserState=th
 ,emitControlWord:function(){this.emitText();if(this.controlWord===''){this.emitError('empty control word');}else{this.push({type:'controlword',value:this.controlWord,param:this.controlWordParam!==''&&Number(this.controlWordParam),pos:this.cpos,row:this.row,col:this.col}
 );}this.controlWord='';this.controlWordParam='';},emitStartGroup:function(){this.emitText();this.push({type:'groupstart',pos:this.cpos,row:this.row,col:this.col});},emitEndGroup:function(){this.emitText();this.push({type:'groupend',pos:this.cpos,row:this.row,col:this.col}
 );},emitIgnorable:function(){this.emitText();this.push({type:'ignorable',pos:this.cpos,row:this.row,col:this.col});},emitHexChar:function(){this.emitText();this.push({type:'hexchar',value:this.hexChar,pos:this.cpos,row:this.row,col:this.col});this.hexChar=''}
-,emitError:function(A){this.emitText();this.push({type:'error',value:A,row:this.row,col:this.col,char:this.cpos});},emitEndParagraph:function(){this.emitText();this.push({type:'endparagraph',pos:this.cpos,row:this.row,col:this.col});}}
+,emitError:function(A){this.emitText();this.push({type:'error',value:A,row:this.row,col:this.col,char:this.cpos});},emitEndParagraph:function(){this.emitText();this.push({type:'endparagraph',pos:this.cpos,row:this.row,col:this.col});}};
 // Roo/htmleditor/namespace.js
 Roo.htmleditor={};
 // Roo/htmleditor/Filter.js