I have created a JDialog. When it comes up, I have a JTabbedPane that has several FormPanels on it. The form panels are loaded in as a form file (I used Abeille to create the forms.) I have had no pro
I want to make a tabbed formPanel fitting user\'s screen. here\'s my code: var form2 = new Ext.FormPanel({
How do you load values into a formpanel from a store? I\'ve built an entire broken example here. I\'m not sure why my form fields aren\'t loaded.
I have a formPanel with a column layout. It works perfectly as long as there are visible fields in every column.
I am new to ext JS and I am tryin gto place 3 components in a FormPanel but I don\'t know ho wto align them in the center.
i am trying to reach the values of my form in my sencha touch application which i build out of a patchwork of tutorials. i want it to be a MVC pattern app so i use
Here\'s my problem: as long as the tabs are not shown, the data contained within the tabs are not sent. If I click on a tab, the data is added to the \"stack\" and is sent through the post event. (See
Hi im looking for a way to submit a form that contains multiple tabbed forms. The user must be able to submit the entire data from all tabs at a single submit by POST. The major problem is that the da
I have the following FormPanel in my javascript EditRequestForm = Ext.extend(Ext.form.FormPanel, { labelWidth: 75,
How can I make the multiline form field Descriptionword-wrap and top-align its text? <script type=\"text/javascript\">