jquery Programming Glossary: c.setstyle
ckeditor image align center customization http://stackoverflow.com/questions/11551922/ckeditor-image-align-center-customization this.setValue D commit function B C D var E this.getValue if B d B f if E switch E case 'left' C.setStyle 'float' E break case 'right' C.setStyle 'float' E break case 'center' C.setStyle 'display' 'block' C.setStyle.. B C D var E this.getValue if B d B f if E switch E case 'left' C.setStyle 'float' E break case 'right' C.setStyle 'float' E break case 'center' C.setStyle 'display' 'block' C.setStyle 'margin left' 'auto' C.setStyle 'margin right'.. switch E case 'left' C.setStyle 'float' E break case 'right' C.setStyle 'float' E break case 'center' C.setStyle 'display' 'block' C.setStyle 'margin left' 'auto' C.setStyle 'margin right' 'auto' break default C.setStyle 'float'..
|