/** * @class FR.RHIframe * @extends FR.BaseEditor */ (function($){ FR.RHIframe = FR.extend(FR.BaseEditor, { _defaultConfig: function () { return $.extend(FR.RHIframe.superclass._defaultConfig.apply(), { baseName: 'rh.iframe', baseClass: 'rh.iframe', widgetName: "", src: "", width: "100%", height: "100%", showOverFlowX: true, showOverFlowY: true }); }, _init: function () { FR.RHIframe.superclass._init.apply(this, arguments); this.initData(); // 控件属性 var o = this.options; this.editComp = this.element.css({ width: '100%', height: '100%' }); o.iframeName = o.widgetName || this.createNoRepeatName(); this.$iframe = $("