Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
194 views

ExtJS3 Virtual Keyboard plugin throws a exception in ExtJS4

I had used virtual keyboard plugin available here in Ext JS 3 : It does not seem to be working with Ext JS 4 . I have changed VirtualKeyboard.js file & it looks as follwing, problem is BackSpace ...
3
votes
3answers
5k views

How can I get a FormPanel to POST JSON with ExtJS 3.1.0?

By default, a FormPanel in ExtJS 3.1.0 posts the form fields as application/x-www-form-urlencoded when you call its submit() function. Is there any way to get it to post JSON instead?
2
votes
2answers
86 views

GWT: How do I get a Button widget reference given a FormPanel?

I'm using GWT 2.4. I have a reference to a FormPanel, which contains a Button, with id="save." How do I get a reference to the Button widget given the form panel instance? Note, that Button is not ...
1
vote
1answer
122 views

Extjs display form data in a report

Hi i have form with fields.I have buttons PRINT,ADD,REMOVE. I have written listeners for ADD and REMOVE and not for PRINT. When i press print button the data should display in a page with summary with ...
1
vote
0answers
127 views

Adding a JTable to my Pane Inside a Dialog Throws an NPE when I pack it

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 ...
1
vote
1answer
323 views

ExtJS - Nested Window/FormPanel

This is sort of a subjective question, but I'd like to get some ideas on the best way to lay this out. I'll set up the situation for you. I have a grid with a column that allows the user to "View ...
1
vote
1answer
756 views

ExtJS : BUtton actions when extending form panel

How can I call the formpanel.getForm() method when I am trying to override the Ext formpanel? commentsForm = Ext.extend(Ext.form.FormPanel, { frame: true, initComponent: function() { ...
1
vote
3answers
283 views

TypeError occurs when instantiating an instance of my extended Ext JS FormPanel

I have the following FormPanel in my javascript EditRequestForm = Ext.extend(Ext.form.FormPanel, { labelWidth: 75, bodyStyle: 'padding:5px 5px 0', width: 350, defaults: { width: 230 ...
1
vote
1answer
262 views

ExtJS FormPanel change element names

I have a FormPanel with a tree of checkboxes wich are added on creation. Now i want to change the general name pattern of all checkboxes inside the panel. According to the DOM the names are changed ...
1
vote
2answers
280 views

GWT and notifyAll() (java.lang.Object)

I'm making a call to the database. The result must be used for a subit form. So i want to wait until the result from the DB comes. For that i need a synchronization. My idea was to use the ...
1
vote
2answers
647 views

GWT - Return object after file upload from FormPanel?

I'm uploading a file using FileUpload and a FormPanel, on the server I generate a List using the data from the uploaded file. The problem is that I need to display this List on the client, but I can't ...
1
vote
2answers
2k views

Extjs - Dynamically generate fields in a FormPanel

I've got a script that generates a form panel: var form = new Ext.FormPanel({ id: 'form-exploit-zombie-'+zombie_ip, formId: 'form-exploit-zombie-'+zombie_ip, border: false, labelWidth: 75, formBind: ...
0
votes
1answer
32 views

GWT - Can you nest FormPanels inside FormPanels?

I'm trying to nest a FormPanel inside another FormPanel. It seems that any field in the nested panel is never rendered. This screenshot is produced by the code below it: TabItem tabItem = new ...
0
votes
1answer
98 views

Form field for IP address v4 with Extjs

I create a form panel with Extjs 3 and i wanna create a field to put an IP address v4 like I have 4 squares to put 4 numbers. Thanks for your help
0
votes
0answers
352 views

Sencha Touch: Formpanel embedded into a carousel causes too big sized fieldset

I want a carousel with a formpanel as its first element. But the fieldset shows much much bigger than it's actually necessary. I suspect that the fieldset gets its width and height size from the ...
0
votes
1answer
301 views

Sencha Touch FormPanel With Store

I have a store as follows. var eventsStore = new Ext.data.Store({ model: 'Event', sorters: [{ property: 'OccurringOn', direction: 'DESC' }], proxy: { type: ...
0
votes
0answers
325 views

GeoExt/Ext JS help with search - Ext.form.RadioGroup & GeoExt.form.FormPanel

I have been trying to create a search tool (using GeoExt and Ext JS) which the user would select the wfs layer (via a radio button) and then type the name or number or even postcode in the textfield ...
0
votes
1answer
96 views

ExtJS: How to force tabbed FormPanel fill all available space?

I want to make a tabbed formPanel fitting user's screen. here's my code: var form2 = new Ext.FormPanel({ labelWidth: 75, border:false, items: { // removing next line affects the ...
0
votes
1answer
621 views

ExtJS, SenchaTouch - FormPanel can't load values from a store?

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. The model: Ext.ns('app', 'app.defaults'); ...
0
votes
1answer
58 views

Hidden fields not displaying right in formpanel

I have a formPanel with a column layout. It works perfectly as long as there are visible fields in every column. I tried adding in hidden fields to provide space for the parts of the column where I ...
0
votes
1answer
401 views

ExtJS: Removing and Readding a FormPanel into a Window

I'm having a problem where I would like to remove a FormPanel from a Window. Here is my Form which is being loaded in a Window: myForm = new Ext.FormPanel({ frame: true, width: '100%', ...
0
votes
1answer
156 views

Receiving data from a FormPanel in GWT

I have a FormPanel in GWT that should send a TextBox input to a new page (newPage.html). Below is my code. How do I receive this input in newPage.html, so that I can work with it from the associate ...
0
votes
0answers
126 views

Sencha touch saves model object with its association too(unwanted)

For last few days I have been trying to play with Sencha Touch. I have not had much of the luck with it. There is one thing which is really driving me mad. I have two models named Question and Answer. ...
0
votes
1answer
1k views

Align components in the center in a Panel: EXT JS

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. Here is my code var durationForm = new Ext.FormPanel({ border ...
0
votes
1answer
313 views

Sencha Touch form fields show gap

I am using following code to create a form in my application. var startAddressPanel = new Ext.form.FormPanel({ title: 'Address', fullscreen: true, scroll: 'vertical', id: ...
0
votes
1answer
2k views

extjs: open a new window when FormPanel submit function is used

Heya, i'm creating a Formpanel: inputForm = new Ext.FormPanel({ id:'inputForm', frame: true, closable:true, collapsible:true, renderTo:'somewhere', layout:'anchor', ...
0
votes
1answer
892 views

sencha touch: how to build an editable FormPanel

i want to build an editable FormPanel where a 'edit'-button in the toolbar makes the form editable and lets appear a 'cancel'- and a 'save'-button, changing the forms to be disabled:false. has anyone ...
0
votes
0answers
334 views

Buttons are not showing up using Ext.form.Panel in Ext JS 4.0.0

Aloha again, stackoverflow. I'm experiencing a bit of an interesting situation here. I was previously using a setup that used a tab panel in order to display all of my content, but now, I'm rewriting ...
0
votes
1answer
2k views

Sencha Touch MVC :: Trying to reach getValues() of Ext.extend(Ext.form.FormPanel,…)

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 app.views.Login = ...
0
votes
3answers
766 views

ExtJS, FormPanel, and TabPanel component: post doesn't send all the fields

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 ...
0
votes
2answers
403 views

GWT FormPanel and submitting data to server

I've a GWT app that I need to put FormPanel to wrap a textbox (TextBox). (to solve some styling issue) EDIT: The style issue is that: we are using some pre-build style sheet which put styles by HTML ...
0
votes
2answers
2k views

Extjs submit multipe tabpanel inside a Formpanel

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 ...
0
votes
2answers
281 views

Uploading a file to AppEngine using GWT: How to provide feedback to the user?

I have a GWT-FormPanel on my website, where people can upload pictures and answer some questions. It's working very well. The only problem is: I would like to provide a feedback to the user (for ...
0
votes
1answer
1k views

How to top-align and word-wrap a form panel field in ExtJS?

How can I make the multiline form field Descriptionword-wrap and top-align its text? <script type="text/javascript"> clearExtjsComponent(regionContent); var panel_form = new ...
0
votes
1answer
609 views

Ext js FormPanel is not showing panel items when toolbar is present

I seem to be having a weird issue here. An extended component has the following code: MyApp.panels.RelationshipDetails = Ext.extend(Ext.FormPanel, { closable: true, relationshipId: null, ...
0
votes
3answers
1k views

Unable to call getValues() on an Ext Js FormPanel on initialization of a container Panel

I have an Ext Js panel that I am adding to my main TabPanel. The panel I am adding contains a FormPanel as one of it's items and inside the FormPanel I have a Name field. What I want to do is change ...
0
votes
1answer
1k views

ExtJS add FormPanel global listener or solution

I'm using ExtJS 3.0 and I would like to extend FormPanel or any solution so that everytime I show a form, the first field should get focus. I was thinking of adding a global listener (if such exists) ...
0
votes
1answer
777 views

ExtJs - FormPanel not rendering properly

I have constuctor (window + formPanel) AddOrgWindowUI = Ext.extend(Ext.Window, { title: 'Create something', width: 400, height: 200, layout: 'fit', initComponent: function() { this.items = [ ...
0
votes
0answers
523 views

GWT: how do I check the response code after a file upload?

I'm using a GWT FormPanel to upload a file; the file is processed on the server and I place the result on the client side. FormPanel works correctly, as in this question (How to get a submission ...
0
votes
1answer
687 views

extjs submit tabpanel under formpanel?

layout:window-->tabpanel-->formpanel. if i want submit formpanel,but have a lot formpanel, i don't know how to do! is layout problem ? i'm java programmer.i use struts2+extjs...
0
votes
1answer
493 views

How to discover if an Ext.FormPanel is changed

i've some Ext.FormPanel and i want to enable the "Save" button only when the user changes the values inside the form. How can i discover that the user changed some fields ? I've tried with ...
0
votes
2answers
2k views

ExtJS FormPanel Change labelWidth after adding fields dynamically

I have a dynamic FormPanel where I need to set the label width after I have loaded in all the fields. I have tried using this.labelWidth = 200 before calling this.doLayout but it's ignoring the new ...
0
votes
2answers
3k views

ExtJS load form items/fields from database

I am using ExtJS 3 here. I would like to populate a formpanel from database with fields to be submitted. Basically, I don't know witch fields my form will have and I want to generate all formpanel ...