Search Type: Posts; User: maxkliver
Search: Search took 0.02 seconds.
-
6 Jan 2013 2:41 AM
Jump to post Thread: Grid scroll listener by maxkliver
- Replies
- 1
- Views
- 365
I have a gridPanel im my application using ExtJs 3.4.
I scroll this grid and want to know how many rows was scrolled.
Its possible?
How i understand i gonna use bodyscroll listener but how to... -
11 Dec 2012 11:10 PM
- Replies
- 1
- Views
- 289
I have a window what showed by button click:
x = new Ext.Window({
id: 'myWindow',
layout: 'fit',
autoScroll:false,
width:600,
... -
6 Dec 2012 9:14 PM
- Replies
- 1
- Views
- 250
I have a livegrid 0.61 plug in in my ExtJs 3.4.
I added library in `liferay-portlet.xml` file:
... -
28 Nov 2012 10:34 PM
Jump to post Thread: How the deferredRender works? by maxkliver
- Replies
- 2
- Views
- 228
FormPanel:
var zemform = new Ext.FormPanel({
labelAlign: 'top',
id: 'tab_2',
... -
28 Nov 2012 9:59 PM
- Replies
- 3
- Views
- 599
Its my tab panel:
var tabs = new Ext.TabPanel({
type:'tabpanel',
activeTab: 0,
bodyStyle:'padding:5px 5px 0',
... -
28 Nov 2012 2:55 AM
- Replies
- 3
- Views
- 599
I have a store and dynamically change its URL.
store_form.proxy.conn.url=url;
store_form.load();
tabs.activate(1);
So if I change the URL, data in the store are going to change.... -
27 Nov 2012 9:18 PM
Jump to post Thread: How the deferredRender works? by maxkliver
- Replies
- 2
- Views
- 228
Hi.
Thare is TabPanel into FormPanel. When i use submit method i send values of fields to server. But i have a problem with field of tabs. If i not open some tabs i cant get field values from this... -
27 Nov 2012 9:10 PM
- Replies
- 4
- Views
- 452
Thank you. Its look like what i need.
-
26 Nov 2012 9:52 PM
- Replies
- 4
- Views
- 452
Now its converted in another question: How to take data from store?
I can take record from store: var record = store.getAt(i);
But if i want to take fileds which have a same name from record i get... -
25 Nov 2012 10:09 PM
- Replies
- 4
- Views
- 452
I want to create Ext.data.store with several data sets. Using store like this:
store_form = new Ext.data.Stor
url: url_servlet+"kadastr_zemform.jsp?ss="+<%=str%>,
reader: new... -
19 Nov 2012 1:15 AM
- Replies
- 4
- Views
- 690
When i use deferredRender:false, first tab shows normal but another tabs looks like this:
-
18 Nov 2012 10:13 PM
- Replies
- 4
- Views
- 690
i find solution http://stackoverflow.com/questions/13448264/how-to-submit-data-from-ext-formpanel-with-tabs
-
18 Nov 2012 9:47 PM
- Replies
- 4
- Views
- 690
There are several tabs on a FormPanel:40157
Code:
var podform = new Ext.FormPanel({
labelAlign: 'left',
id: 'tab_6',
frame:true, -
16 Nov 2012 1:48 AM
- Replies
- 2
- Views
- 321
I have a lot of fields, i delete its from code make it look more simplest. And i dont understand i do all like in this example but not works. This error on client side. Please look at it...
-
16 Nov 2012 1:00 AM
- Replies
- 2
- Views
- 321
I have a store and FormPanel. I want to send data from formPanel to server:
var store_form=null;
store_form = new Ext.data.Store({
url:... -
16 Nov 2012 12:58 AM
- Replies
- 2
- Views
- 528
Thank you its works.
-
16 Nov 2012 12:57 AM
- Replies
- 6
- Views
- 1,032
Thank you)
-
15 Nov 2012 10:26 PM
- Replies
- 2
- Views
- 528
I have a store and FormPanel. And i want to show data from store in panel.
If i do this:
var store_form=null;
store_form = new Ext.data.Store({
url:... -
15 Nov 2012 8:51 PM
- Replies
- 6
- Views
- 1,032
var record = store.getAt(rowIndex);
formPanel.getForm().loadRecord(record);
Its work.
What do you think about this?
podform.getForm().setValues(store.getRange(0)[0].data); -
13 Nov 2012 12:58 AM
- Replies
- 6
- Views
- 1,032
I get error:
TypeError: podform.setValues is not a function
And in FormPanel API i dont see a setValue() function. Whats wrong?
UPDATE
My bad right syntax is... -
12 Nov 2012 2:30 AM
- Replies
- 6
- Views
- 1,032
I have a form.Panel in which I show some data. I receive the data as XML from the server and load it directly into the fields using
... -
1 Nov 2012 8:43 PM
- Replies
- 2
- Views
- 574
Im dumb
http://dev.sencha.com/deploy/ext-3.4.0/examples/form/xml-form.html -
1 Nov 2012 8:35 PM
- Replies
- 2
- Views
- 574
I have a Ext.FormPanel with textfielda and i want to show data in this fields. In sencha site i see a example how to do this http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/form/xml-form.html ....
-
30 Oct 2012 11:22 PM
- Replies
- 1
- Views
- 467
I have a jsp with ExtJs application. I click a button and new window appers . In this window i want to show forms from another jsp. Its mean that i want:
1 Send parametrs to jsp.
2 Fill a forms... -
27 Aug 2012 11:14 PM
- Replies
- 1
- Views
- 633
Im thy to upload file to server and send parametrs. But i have two problems.
1 Cant send parametr. I do:
handler: function(){
mapinfo="mapinfo";
...
Results 1 to 25 of 45
