简体   繁体   English

如何使用Javascript设置Visible false和True RadEditor?

[英]How to set Visible false and true RadEditor using Javascript ?

How to set Visible false and true RadEditor using Javascript ? 如何使用Javascript设置Visible false和True RadEditor? Please Help me . 请帮我 。 Thank u. 感谢你。

You can use the set_visible function like so: 您可以像这样使用set_visible函数:

var editor = $find("<%=RadEditor1.ClientID%>");
editor.set_visible(true);

Here is a link to the RadEditor client side documentation: Getting familiar with Client-Side API 这是RadEditor客户端文档的链接: 熟悉客户端API

Hope this helps. 希望这可以帮助。

I notice you are a new user, If this or any other questions you ask on the site provide the answers you are looking for, remember to accept the answers (It rewards posters who give correct answers, gives you reputation points and lets other users find correct answers easily). 我注意到您是新用户,如果您在网站上提出的这个问题或任何其他问题提供了所需的答案,请记住接受答案(它会奖励给出正确答案的海报,为您提供声望点,并让其他用户找到轻松纠正答案)。

See the following for more information: How does accepting an answer work? 有关更多信息,请参见以下内容: 如何接受答案?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM