ExtJS: How to submit both: combobox value and text using standardSubmit?
相关问题
- WPF ComboBox with custom dropdown width
- Sencha Touch Uncaught typeError: undefined is not
- How I'll create a model from json file? (ExtJS
- Decimal precision in an EXTJS grid
- How to add an Extra button on Extjs grid header me
相关文章
- Sencha Ext.define Uses vs Requires
- Scrolling issues with ExtJS 5 app inside IFrame
- C# ComboBox in DropDownList style, how do I set th
- VBA - close/unwrap/retract a combobox list?
- Sencha Touch in WebView
- load different views into viewport
- Abort an ext js grid store ajax call
- Disabling the timezone conversion in ExtJS
If you want to submit two values, you will need two fields. If you want both fields to be controlled by one field, you should make one field hidden, and update it when the first is updated:
To submit the valueField, you must specify a
hiddenName
to create a hidden input field to hold the value of the valueField. You must also setsubmitValue
to truee.g.
So you get the value sent as unitId and the text as unit