///import core ///import uicore (function () { var utils = baidu.editor.utils, Popup = baidu.editor.ui.Popup, Stateful = baidu.editor.ui.Stateful, UIBase = baidu.editor.ui.UIBase; var CellAlignPicker = baidu.editor.ui.CellAlignPicker = function (options) { this.initOptions(options); this.initCellAlignPicker(); }; CellAlignPicker.prototype = { initCellAlignPicker:function () { this.initUIBase(); this.Stateful_init(); }, getHtmlTpl:function () { return '
' + ' | ' + ' | ' + ' |
' + ' | ' + ' | ' + ' |
' + ' | ' + ' | ' + ' |