Commit 00fdc80f authored by Oleg Korshul's avatar Oleg Korshul

willValidate в некоторых браузерах - readOnly

parent 446d1107
...@@ -432,8 +432,9 @@ function CEditorPage(api) ...@@ -432,8 +432,9 @@ function CEditorPage(api)
_text_bx_back.setAttribute("autocomplete", "off"); _text_bx_back.setAttribute("autocomplete", "off");
_text_bx_back.setAttribute("type", "password"); _text_bx_back.setAttribute("type", "password");
} }
_text_bx_back.willValidate = false; // в некоторых браузерах - readonly
try {_text_bx_back.willValidate = false;}catch(err){}
this.m_oMainView.HtmlElement.appendChild(_text_bx_back); this.m_oMainView.HtmlElement.appendChild(_text_bx_back);
this.TextBoxBackground = CreateControl("id_text_box_background"); this.TextBoxBackground = CreateControl("id_text_box_background");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment