Commit 96440f23 authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander.Trofimov

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

parent 58c30f6d
......@@ -409,7 +409,8 @@ function CEditorPage(api)
_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.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