UNPKG

docx4js

Version:
22 lines 450 B
define(['./field'], function(Super){ return Super.extend({ type:'fied.date' },{ FieldCode: Super.FieldCode.extend({ parse: function(){ var option=null; while(option=this.nextSwitch()){ switch(option.type){ case '@': var i=option.data.indexOf('"'); if(i!=-1) this.format=option.data.substring(0,i); else this.format=option.data; break; } } } }) }) })