Search Type: Posts; User: vivid-planet
Search: Search took 0.02 seconds.
-
5 Aug 2008 11:35 PM
- Replies
- 0
- Views
- 1,064
Hi,
If I define my own body template for a GridView it is ignored in the first render. After an refresh it is rendered correctly.
Testcase:... -
16 Jul 2008 12:23 PM
- Replies
- 2
- Views
- 2,239
this space between the paragraphs is probably the margin of the p-tags.
so this is correct behavior I think. -
28 Mar 2008 3:27 AM
Jump to post Thread: Ext Road Map by vivid-planet
- Replies
- 63
- Views
- 35,544
Thanks for the roadmap.
I'm a bit disappointed that no LiveGrid is on this list :( -
3 Mar 2008 11:48 AM
Jump to post Thread: Positive/Neg numeric Vtype by vivid-planet
- Replies
- 5
- Views
- 6,750
you might also consider using a NumberField.
-
3 Mar 2008 10:35 AM
Jump to post Thread: Who's using AIR? by vivid-planet
- Replies
- 27
- Views
- 5,983
I'm skeptical about Air. If I want a Desktop-Application why not use a real Desktop GUI-Toolkit?
- native look at feel (across platforms)
- faster (imagine 3D stuff)
Pro Air is that... -
14 Feb 2008 9:40 AM
- Replies
- 13
- Views
- 4,382
hi,
create a simple testcase - else no one can help you.
how does it work in safari? -
10 Feb 2008 4:55 AM
- Replies
- 76
- Views
- 33,452
Some time ago I posted a similar solution:
http://extjs.com/forum/showthread.php?t=7157
I tweaked the SubmitAction posted in this thread a bit further, it uses getValue now for all Fields.... -
1 Feb 2008 1:00 PM
Jump to post Thread: [2.0.1] LabelWidth by vivid-planet
- Replies
- 2
- Views
- 1,223
you may use hideLabel.
-
1 Feb 2008 12:13 PM
Jump to post Thread: Grid header tooltip fix by vivid-planet
- Replies
- 10
- Views
- 5,944
and note also the reply by brian.moeskau, this feature is now in ext!
so there is no need to use this extension - just use the GroupingView -
1 Feb 2008 12:11 PM
Jump to post Thread: Grid header tooltip fix by vivid-planet
- Replies
- 10
- Views
- 5,944
You can't.
Thats the limitation of such extensions implemented as inherited classes.
It would be possible if these extension would be plugins - though sometimes plugins are harder to write.
... -
4 Dec 2007 9:57 AM
- Replies
- 9
- Views
- 1,580
ReferralForm.form.submit({
url:'ajax/forms/create_referral.php',
waitMsg:'Creating Referral...',
success: function(form, action){
var id =... -
15 Nov 2007 9:38 AM
- Replies
- 76
- Views
- 42,490
amazing! this work really great!
(even in konqueror!)
thanks for sharing... -
30 Oct 2007 9:14 AM
- Replies
- 3
- Views
- 1,188
use deferredRender: false for the TabPanel
-
29 Oct 2007 8:53 AM
- Replies
- 3
- Views
- 1,703
this is standard HTML behaviour.
I use my own submit action which works around this problem. It sends all values as params - so for every field getValue() is called to get the value (not the... -
26 Oct 2007 6:21 AM
- Replies
- 42
- Views
- 10,686
This is maby related with this:
http://extjs.com/forum/showthread.php?t=15354
In your case the combobox has 70px width, in my case only the drop-down-view.
possible workaround: disable... -
26 Oct 2007 12:43 AM
- Replies
- 42
- Views
- 10,686
that works - thanks
yes - but the problem is that the visible tab (which is rendered regardless of dererredRender) isn't shown correctly. -
25 Oct 2007 12:28 AM
- Replies
- 42
- Views
- 10,686
If you put a FormPanel inside the first Tab of a TabPanel it doesn't appear in Firefox 2.0.0.8. If you put the FormPanel into the second Tab everything works fine. Also tried in IE6 - this Browser...
-
23 Oct 2007 10:50 PM
- Replies
- 5
- Views
- 6,034
could this be used to write unit-tests for ext applications?
niko -
22 Oct 2007 10:27 AM
- Replies
- 493
- Views
- 132,751
ns@vivid-planet.com
thanks :D -
21 Oct 2007 9:36 PM
- Replies
- 3
- Views
- 1,359
issue has been solved in revision 1250.
-
18 Oct 2007 11:04 PM
- Replies
- 19
- Views
- 8,319
In my testcase deferredRender is allready false.
when I set it true the problem is solved, but I get another one: http://extjs.com/forum/showthread.php?t=15465 -
18 Oct 2007 12:49 PM
- Replies
- 2
- Views
- 2,131
ooops, I'm sorry :(
I corrected the link in my post....
here the link to the js-file you could put directly into /examples:
http://www.vivid-planet.com/test/ext/examples/form/dynamic2.js -
18 Oct 2007 2:38 AM
- Replies
- 3
- Views
- 1,359
the latest - 1226
-
17 Oct 2007 11:11 PM
- Replies
- 3
- Views
- 1,359
Hello,
the onEnable function should do the same as onDisable (of course not exactly the same :D)
this patch fixes it:
Index: src/widgets/SplitButton.js... -
16 Oct 2007 11:35 PM
- Replies
- 2
- Views
- 2,131
My testcase:
http://www.vivid-planet.com/test/ext/examples/form/dynamic2.html
Click Tab2, no Field 2 appears.
Browser: Firefox Linux + Firefox Windows (+ Konqueror)
If I set deferredRender to...
Results 1 to 25 of 40
