Search Type: Posts; User: wawrek
Search: Search took 0.03 seconds.
-
27 Sep 2011 3:13 AM
- Replies
- 2
- Views
- 777
Hi sencha,
Did you find a solution to this problem? I would like to use a grid with locked columns but it seems to be unstable. It is a live search grid, the vertical scroll bar disappears when... -
3 Aug 2011 8:49 AM
- Replies
- 25
- Views
- 14,663
Hi Condor,
Do you know by any chance how to enable cookies in order to save the state of a grid (when that one is modified). On page refresh, the browser doesn't load the modifications made to a... -
27 Jul 2011 7:35 AM
- Replies
- 15
- Views
- 6,731
it can be scrolled with 2 fingers....
-
17 Jun 2011 12:34 AM
- Replies
- 1
- Views
- 1,226
Hey,
Could you tell me how did you manage to adjust the row height to its content? I have the same problem while using a textarea with CellEditing. Here is a link to the thread.
Dominik -
16 Jun 2011 7:21 AM
Jump to post Thread: Grid: CellEditing with a textarea. by wawrek
- Replies
- 2
- Views
- 856
Here is the script where I generate the grid;
Ext.create("Ext.grid.Panel", {
title : "my title",
store : my_store,
columns : [
{
dataIndex : "column_1",
header : "Column 1", -
16 Jun 2011 7:11 AM
Jump to post Thread: Grid: CellEditing with a textarea. by wawrek
- Replies
- 2
- Views
- 856
I have a grid with editable cells which works pretty much like that one:
http://dev.sencha.com/deploy/ext-4.0.2/examples/grid/cell-editing.html
there are columns where textareas are needed. The... -
16 Jun 2011 1:13 AM
- Replies
- 9
- Views
- 4,218
What is the best way to make an accordion layout from an hbox?
It would have been a very useful feature. -
8 Jun 2011 4:14 AM
Jump to post Thread: Fit to parent by wawrek
- Replies
- 123
- Views
- 77,375
yes , it would be great to have the same plugin for ext4
-
8 Jun 2011 12:34 AM
- Replies
- 5
- Views
- 1,994
In my case it was a layout problem.
i have had to specify a height and set autoScroll to true.
hth,
dominik -
31 May 2011 7:17 AM
- Replies
- 11
- Views
- 17,603
updated for ext 4:
copyStore : function (store, model){
var records = [];
var newStore = new Ext.data.Store(
{
model : model
});
store.each(
function (r) -
1 Mar 2011 6:28 AM
- Replies
- 3
- Views
- 1,271
I tried to do it with the "floating" config property set to "true". But then components show up off screen (container), somewhere around 0.0 with 0 as width and height...
i fixed it using "position... -
25 Feb 2011 4:15 AM
- Replies
- 3
- Views
- 1,271
still no reply?
if you find a thread with a similar question, please post it. -
23 Feb 2011 6:40 AM
- Replies
- 3
- Views
- 1,271
Hello,
I create a container which is containing a "mind map" filled with components positioned absolutely and having an x and y position. These components should logically have the "floating"... -
21 Feb 2011 2:52 AM
- Replies
- 0
- Views
- 677
Can't set "scroll : vertical" to a textareafield (Ext.form.TextArea).
I tried to set " scroll : 'vertical' " while creating the form:
http://dpaste.com/437010/
If I do it like in the dpaste... -
21 Feb 2011 2:49 AM
- Replies
- 1
- Views
- 1,022
Can't set "scroll : vertical" to a textareafield (Ext.form.TextArea).
I tried to set " scroll : 'vertical' " while creating the form:
http://dpaste.com/437010/
If I do it like in the dpaste... -
17 Feb 2011 5:28 AM
- Replies
- 15
- Views
- 6,731
hello
I have the same problem. text area doesn't scroll on iOS systems...
did one of you guys find a solution to this problem?
please share.
wawrek -
11 Feb 2011 4:40 AM
- Replies
- 3
- Views
- 3,134
it's fixed
-
11 Feb 2011 12:40 AM
Jump to post Thread: Ext JS 4: Drawing and Charting by wawrek
- Replies
- 5
- Views
- 2,407
I hope they will include vector graphics enabling drawing lines like with canvas or svg.
-
10 Feb 2011 4:11 AM
Jump to post Thread: Ext JS 4: Drawing and Charting by wawrek
- Replies
- 5
- Views
- 2,407
Hello,
Can we draw lines, paths and charts within sencha touch? I would like to connect components with paths, like in a flowchart.
see these links for more details:... -
10 Feb 2011 1:03 AM
- Replies
- 3
- Views
- 3,134
hello ,
I am working with sencha touch, I've created some forms which are supposed to update the content on my page and are appearing when the user touches the text.
when i press the submit... -
7 Feb 2011 5:29 AM
- Replies
- 10
- Views
- 1,443
did you find a solution to your problem? I am trying to do the same, I have a lot of divs within a parent div, i would like to make these draggable in sencha touch.
it just doesn't work.... -
7 Feb 2011 5:11 AM
Jump to post Thread: horizontal scroll in a tab panel by wawrek
- Replies
- 4
- Views
- 2,193
actually
layout:'table',
layoutConfig:{
columns:3
}
and so on -
7 Feb 2011 5:10 AM
Jump to post Thread: horizontal scroll in a tab panel by wawrek
- Replies
- 4
- Views
- 2,193
i solved the problem using
table : 'layout'
shame that hbox doesn't enable the horizontal scroll, i don't really see what is it useful for.... -
7 Feb 2011 3:10 AM
Jump to post Thread: horizontal scroll in a tab panel by wawrek
- Replies
- 4
- Views
- 2,193
Does somebody knows how to force a horizontal scroll on a tabpanel?
-
7 Feb 2011 12:21 AM
Jump to post Thread: horizontal scroll in a tab panel by wawrek
- Replies
- 4
- Views
- 2,193
Hi,
I work on a website where i need to display different item in a tab panel. these are 2 grids and one pane containing html and a grid.
I create all these elements and try to append them...
Results 1 to 25 of 25
