Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用编辑框控件来存储一些东西,但我不想在 UI 中显示编辑框。我试图将渲染或加载的属性设置为 false,编辑框控件不显示,但我无法访问该控件,因为它没有渲染。有任何想法吗?感谢帮助。
您可以为此使用隐藏输入控件:
<xp:inputHidden>
或者将编辑框的样式属性设置为
display:none;