XFormsObject.prototype = new XFormsControl; function XFormsObject (strParentId, strAlert, strHelp, strHint, strAccesskey, strClass, strClassId, bDisabled, strId, nNavindex, strStyle, strTag, strVisibility, strUserDefineAttrib) { if (!strId) { return; } XFormsControl.call(this, strParentId, strAlert, strHelp, strHint, strAccesskey, strClass, bDisabled, strId, nNavindex, strStyle, strTag, strVisibility, strUserDefineAttrib); /** * attribute */ this.attribute["clsid"] = strClassId; }; XFormsObject.prototype.init = function () { XFormsControl.prototype.init.call(this); // TODO Chrome, FireFox에서 flash 동작이 안되서 추가시킴 2011.03.08. 박현우 if (!is_ie) { var heControl = this.m_heControl; var strValuePath = ""; for (var i=0; i