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.
我搜索了一个小部件来验证表单,但只找到了validateTextBox widget一个小部件,但我需要一个小部件来验证inlineEditBox和 Dgrid。 是否有任何其他验证工具validateTextBox可以做同样的事情?
validateTextBox widget
inlineEditBox
validateTextBox
嗯,我认为 InlineEditBox 和 dgrid 都应该能够使用 ValidationTextBox。您是否尝试过类似的方法:
A <span data-dojo-type="dijit/InlineEditBox" data-dojo-props="editor:'dijit/form/ValidationTextBox', editorParams:{regExp:'\\w+'}">chicken</span> crossed the road.