With ASP.Net, I need to submit twice when using the RequiredFieldValidator in a FCKeditor instance FCKeditor will not work properly with the Requ " /> 日韩专区在线播放,www国产亚洲精品久久网站,夜夜躁日日躁狠狠久久88av

中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

asp.net 控件驗證 FCKeditor

經過查找網上的資料,發現好像是它本身的一個問題,原文如下:

With ASP.NET, I need to submit twice when using the RequiredFieldValidator in a FCKeditor instance
FCKeditor will not work properly with the Required Field Validator when the "EnableClientScript" property of the validator is set to "true" (default). Due to a limitation in the default validation system, you must set it to "false".

If you want to do client side validation, you must use a Custom Validator instead and provide the appropriate validation function, using the FCKeditor JavaScript API.

譯文如下(翻譯的不好,大家能看懂就好):
問:為什么在使用ASP.NET的RequiredFieldValidator時,我需要提交兩次
答:當RequiredFieldValidator的EnableClientScript屬性被設置成true時,FCKEditor不能很好的支持RequiredFieldValidator,為了解除這個限制,你必須把這個屬性設置成為false 如果你希望使用客戶端驗證,你必須使用Custom Validator制作一個非空驗證來替換RequiredFieldValidator,在其中使用FCKeditor JavaScript API即可。 

       看了這篇文章,我就去找FCKeditor JavaScript API的文檔,發現它為客戶端JavaScript的調用提供了一些屬性和方法,于是乎,就按上述的回答寫了一段JavaScript腳本來完成了驗證。

詳細解決方法:首先添加Javascript腳本:
復制代碼 代碼如下:
script language="Javascript" type="text/Javascript">
var oEditer;
function CustomValidate(source, arguments)
{
var value = oEditer.GetXHTML(true);
if(value=="")
{
arguments.IsValid = false;
}
else
{
arguments.IsValid = true;
}
}
function FCKeditor_OnComplete( editorInstance )
{
oEditer = editorInstance;
}
</script>

`然后添加CustomValidator,設置ClientValidationFunction="CustomValidate",注意千萬別忘了ValidateEmptyText="True",否則不起作用!

這樣,再試試,OK,一次就可以直接提交了,不會出現提交兩次的bug了

AspNet技術asp.net 控件驗證 FCKeditor,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 亚洲欧洲精品在线 | 精品欧美在线观看 | 久久久精品久久 | 日韩毛片免费视频 | 成人免费看黄网站在线观看 | 一级a性色生活片久久毛片 午夜精品在线观看 | 国产一区二区免费在线 | 麻豆一区二区三区 | 午夜一区二区三区 | 日韩在线精品强乱中文字幕 | 国产第一页在线播放 | 日韩av在线一区二区三区 | 精品99在线| 天天躁日日躁狠狠很躁 | 日韩中文字幕一区 | 精品一区国产 | 狠狠热视频 | 久久精品国产免费看久久精品 | 久久久国产视频 | 人人看人人射 | 国产日韩中文字幕 | 性色视频 | 欧美精品久久久久久久久久 | 奇色影视 | 亚洲一区二区中文字幕 | 91精品久久久久久久久中文字幕 | 久久久久国产一区二区三区 | 久久国产亚洲 | 国产91在线观看 | 久久久91精品国产一区二区三区 | 国产精品一区二区久久 | 久久性色 | 国产xxx在线观看 | 亚洲午夜电影 | 午夜手机在线视频 | 91精品国产91久久久久久吃药 | 中文字幕国产高清 | 欧美日韩精品一区 | 免费黄色成人 | 不卡一区 | 国产一区二区三区久久久久久久久 |