Search Type: Posts; User: npintos
Search: Search took 0.01 seconds.
-
11 Jun 2009 10:18 AM
Jump to post Thread: Sortable Plugin for DataView by npintos
- Replies
- 31
- Views
- 16,834
I'm glad you are not experiencing this behaviour! But a link to that source code (I can't find anything similar to your screencast in Ext examples) or some kind of indication about where I should...
-
11 Jun 2009 8:58 AM
Jump to post Thread: Sortable Plugin for DataView by npintos
- Replies
- 31
- Views
- 16,834
Hi!
I found that if the list has a vertical scroll bar, the items that are hidden initially can't be drag and dropped; I actually found that the startDrag event is not triggered at all.
... -
17 Oct 2008 3:02 AM
- Replies
- 3
- Views
- 1,032
because i don't know how to do that! :( the nodes are created automatically by (i guess) the treeloader. As i said, i tried to apply the behaviour i want in the treeloader 'load' event, with no...
-
17 Oct 2008 1:02 AM
- Replies
- 3
- Views
- 1,032
Hi!
I seem to be missing some basic concepts from tree rendering, because i'm trying to do the most basic thing, and it's not working.
I have a tree with async nodes. When i expand a node, i... -
3 Oct 2008 2:22 AM
- Replies
- 6
- Views
- 1,334
yes! actually I've looking for an opportunity to start using the history component :)
The card layout seems to fit my needs, thank u all -
3 Oct 2008 1:43 AM
- Replies
- 6
- Views
- 1,334
my idea is having a 'Back' button in every current 'screen', but you seem to see a problem in this, which is it?
-
3 Oct 2008 1:37 AM
- Replies
- 6
- Views
- 1,334
Thanks for the quick reply!
The window method, i thought of it, but by now won't try it because the application has actually 6 screens (and probably more as development advances). I'm not sure if... -
3 Oct 2008 1:23 AM
- Replies
- 6
- Views
- 1,334
Hello,
I have to make an application that mimics the navigation behaviour of a typical desktop app. this means having one 'screen' for each part of the applications. All the examples I've seen so... -
7 Jul 2008 9:05 AM
Jump to post Thread: [NEWBIE]Puzzled by ComboBox by npintos
- Replies
- 2
- Views
- 695
Thanks!!! That was it! (I may say it's a bit obscure, though ;))
-
7 Jul 2008 7:40 AM
Jump to post Thread: [NEWBIE]Puzzled by ComboBox by npintos
- Replies
- 2
- Views
- 695
Hello,
I'm just trying to emulate a traditional combobox in one form; by traditional I mean i just want a field that when clicked shows a predefined list of values, no typing is possible and no... -
4 Jul 2008 3:50 AM
Jump to post Thread: Very simple drag/drop example? by npintos
- Replies
- 13
- Views
- 5,826
My application needs the same as yours, i.e. letting the user sort 'things' and update this order on the server. Browsing and re-browsing i found this:
http://tof2k.com/ext/sortable/
(you need to... -
1 Jul 2008 5:08 AM
- Replies
- 11
- Views
- 4,190
If I use a table layout with one column, the buttons appear one above the other, and i want them centered and vertically separated. Probably there's a clean way of doing this with styles, but i have...
-
1 Jul 2008 4:02 AM
- Replies
- 11
- Views
- 4,190
I'm afraid that using a container is not working:
var panelBotones = new Ext.Container({
layout: 'absolute',
//frame: false,
width: 85,
height: 350,
autoEl: {},
... -
1 Jul 2008 2:10 AM
- Replies
- 11
- Views
- 4,190
Why 'obviously'? Actually it looks better when i add the buttons as child elements; as footer buttons, there's some automatic left padding added...
-
1 Jul 2008 1:50 AM
- Replies
- 11
- Views
- 4,190
ok! so i guess i have to put the each button into a panel and then add them to the main panel.
Thanks a lot!! -
1 Jul 2008 1:27 AM
- Replies
- 11
- Views
- 4,190
Hello,
I'm trying to do something really simple, render a panel with two buttons positioned one over the other, with some blank space between. Here's the code:
var panelBotones = new... -
19 Jun 2008 7:11 AM
Jump to post Thread: Example Login by npintos
- Replies
- 6
- Views
- 1,187
remove the
inputType:'text',
line -
17 Jun 2008 2:49 AM
Jump to post Thread: Radio buttons on the same line by npintos
- Replies
- 3
- Views
- 3,747
your solution works well for having radio buttons on the same line. but when i submit the form, and there's a validation error at the server, it is not displayed on the radio buttons. I've tried with...
Results 1 to 18 of 18
