Search Type: Posts; User: xenon
Search: Search took 0.09 seconds.
-
16 Sep 2010 1:21 AM
Jump to post Thread: dynamic dataUrl by xenon
- Replies
- 4
- Views
- 841
Fixed, Thank you MrSparks
it worked also this way
xtype: Button
listeners: {
click: function() {
tp.getLoader().baseParams = {foo:'bar'} -
16 Sep 2010 1:03 AM
Jump to post Thread: dynamic dataUrl by xenon
- Replies
- 4
- Views
- 841
Thanks MrSparks,
I reconstruct my code a little bit by using TreeLoader
var tl = new Ext.tree.TreeLoader({
dataUrl: 'json.php'
}); -
16 Sep 2010 12:18 AM
Jump to post Thread: dynamic dataUrl by xenon
- Replies
- 4
- Views
- 841
Hi is there any way to load different dataUrl in treepanel?
Heres a panel
var tp = new Ext.tree.TreePanel({
title: 'Specialties',
width: 400,
height: 300,
userArrows: true, -
15 Sep 2010 7:17 PM
Jump to post Thread: Help: how to add data on treepanel by xenon
- Replies
- 2
- Views
- 518
Hi dawesi, Thank you for your response
Heres the combo and add(+) button
var combospecialties = new Ext.form.ComboBox({
fieldLabel:'Specialties',
displayField:'name',... -
15 Sep 2010 2:18 PM
Jump to post Thread: Help: how to add data on treepanel by xenon
- Replies
- 2
- Views
- 518
Hi extjs,
I would like to ask how to add new node in treepanel. I tried .add but still cant make it work.
What i'am doing right now is to get the selected item on combo then when you click the... -
5 Jan 2009 4:35 PM
Jump to post Thread: Float Ext.Window above Frame by xenon
- Replies
- 2
- Views
- 1,028
Yes ofcourse I used viewport but viewport is located in mainframe. And also the reason why the Frameset is untouchable because this project was built using html + php + mysql only. And EXTJS is just...
-
5 Jan 2009 12:09 PM
Jump to post Thread: Float Ext.Window above Frame by xenon
- Replies
- 2
- Views
- 1,028
Hello EXTJS,
I have frameset, and this set has topframe and mainframe...
a topframe with a basic html content and a mainframe with extjs on it.
I used Ext.Window extension as a popup window... -
23 Jul 2008 6:42 AM
- Replies
- 5
- Views
- 2,103
Hello Jack, I would like to ask if this issue was fixed? :)
Thanks in advance. -
23 Jul 2008 4:00 AM
Jump to post Thread: Scrolling option on BBAR by xenon
- Replies
- 5
- Views
- 1,693
oh, thanks.. that's seems to work well.. :)
-
22 Jul 2008 7:31 AM
Jump to post Thread: Scrolling option on BBAR by xenon
- Replies
- 5
- Views
- 1,693
Please disregard my previous post, I just used tab panel instead of Ext.Toolbar anymore to cater my needs especially on scrolling.. One thing, do you have any idea how to tweak Tab style to look like...
-
21 Jul 2008 6:34 PM
Jump to post Thread: Scrolling option on BBAR by xenon
- Replies
- 5
- Views
- 1,693
Yes im also thinking about that, But, does desktop taskbar support scrolling? Correct me if i'm wrong.
Thanks in advance. -
21 Jul 2008 11:34 AM
Jump to post Thread: create PDF by xenon
- Replies
- 2
- Views
- 875
It should work, cause it's working on IE :D
One thing, where do you want to load the pdf? on the window? Cause i have a problem loading fpdf on Ext.window there's some issue on z-index or... -
21 Jul 2008 11:28 AM
- Replies
- 2
- Views
- 937
Can you try posting your code?
-
21 Jul 2008 10:29 AM
Jump to post Thread: Scrolling option on BBAR by xenon
- Replies
- 5
- Views
- 1,693
Hello ExtJS,
Scenario:
I have an Ext.Viewport and on the Center region bbar, it has Ext.Toolbar... The Ext.Toolbar operates as a taskbar like when a window is opened, a button is added on a... -
26 Jun 2008 6:18 PM
Jump to post Thread: Ext.ux.LiveGrid by xenon
- Replies
- 823
- Views
- 290,260
Hello again, I have a livegrid inside Ext.BoxComponent and collapsible == true. The scenario is when i scroll the livegrid halfway and turn the BoxComponent collapsed then expand it again, the scroll...
-
19 Jun 2008 12:40 AM
Jump to post Thread: Ext.ux.LiveGrid by xenon
- Replies
- 823
- Views
- 290,260
great, just keep us posted if you found a way.
-
17 Jun 2008 4:17 PM
Jump to post Thread: Ext.ux.LiveGrid by xenon
- Replies
- 823
- Views
- 290,260
As i was looking at data_proxy.php source, I notice that the answer to my question is already answered. :D thanks wm003 for posting. and thanks mindpatterns for the great ext.
-
16 Jun 2008 9:53 AM
Jump to post Thread: Ext.ux.LiveGrid by xenon
- Replies
- 823
- Views
- 290,260
hi, im new on extjs and nice work mindpatterns, by the way to all, is it possible to set limit on Ext.ux.grid.BufferedStore proxy? My problem is, im loading 15000+ records with 10 columns so it loads...
Results 1 to 18 of 18
