开发者

HTML ext js fieldsets

This is my first experience with ext js and I use ext js designer tool. I have created 3 fieldsets each having different input format but the same input for backend. E.g. search by selecting checkboxes Or search by type in full data Or search by type in keywords in data

The user would use only one of these and there is one common submit. I want something like this: If one fieldset开发者_运维知识库 has focus others are disabled and cleared of any entries. How to implement this in JavaScript and using ext js?


First I have to say Sencha API Docs are your friend. It's not clear which fields you are using but all fields have events that you can use for that like change, focus, and many more. You should also take a look at the Sencha ExtJS Examples and the Learning-Resources

If you still don't get it to work post the code what you have tried so far and you will get further help.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜