Search Type: Posts; User: tagsum
Search: Search took 0.03 seconds.
-
5 Apr 2012 8:38 AM
Jump to post Thread: How to add Handler into a Button by tagsum
- Replies
- 11
- Views
- 2,283
The purpose the designer is to simply configure your components. It does 80% of the work, while your implementation files do the rest.
Watch this video for a better explanation:... -
5 Apr 2012 8:31 AM
- Replies
- 2
- Views
- 731
The XDS files are written in JSON. While there is no built-in way of converting the .ui.js file back into the JSON XDS, it is feasible to write a PHP script that could do this type of conversion. It...
-
3 Apr 2012 6:07 AM
Jump to post Thread: FilterRow Plugin Implementation by tagsum
- Replies
- 0
- Views
- 475
I'm trying to integrate the FilterRow plugin found here, into a GridPanel nested in a TabPanel. I am following the implementation techniques outlined here. The reason I'm posting in the Ext Designer...
-
1 Sep 2008 12:59 PM
- Replies
- 479
- Views
- 147,512
Okay. I figured it out by checking firebug for what the object actually looks like on render.
Here's what I've done:
},'->',{
id: 'DateRangeMenu',
menu: new Ext.menu.DateMenu({
id:... -
29 Aug 2008 9:40 AM
- Replies
- 479
- Views
- 147,512
No suck luck wm003. I am instantiating the DatePickerPlus in a Toolbar by using usePickerPlus: true. Using:
listeners: {
render: function()
{
var dpp = Ext.getCmp('analyticsDateRange');... -
28 Aug 2008 4:16 PM
- Replies
- 479
- Views
- 147,512
wm003. I love your script. It was exactly what I was looking for, for a date range selector. One thing I did have a question about: Is there any way to have a 3 column calendar view start on a...
-
28 Aug 2008 10:22 AM
- Replies
- 0
- Views
- 582
So, I've seen this thread: http://extjs.com/forum/showthread.php?p=198056
And I'm still a little stumped. How, after defining a DateMenu object, can you update it's selected date to a specific... -
11 Mar 2008 3:42 PM
Jump to post Thread: File Inclusion by tagsum
- Replies
- 7
- Views
- 1,031
Cool. I appreciate it. I wasn't trying to be rude, I'll use the bump method from here on out...
-
11 Mar 2008 12:05 PM
Jump to post Thread: File Inclusion by tagsum
- Replies
- 7
- Views
- 1,031
Two weeks later and still no answer...
-
25 Feb 2008 2:14 PM
Jump to post Thread: File Inclusion by tagsum
- Replies
- 7
- Views
- 1,031
What if I want to call the files I need individually? Instead of creating individual ext.js files from the /download/build page. What do I need to learn to figure out what files are needed for...
-
25 Feb 2008 11:19 AM
Jump to post Thread: File Inclusion by tagsum
- Replies
- 7
- Views
- 1,031
Okay,
I need a little more explanation than (or your choice of files), and quite frankly, I can't believe that the preferred method for final production is to use a 512KB file (ext-all.js).
So,... -
20 Feb 2008 8:34 AM
Jump to post Thread: Grid tbar row removal by tagsum
- Replies
- 2
- Views
- 1,154
Thank you so much! That was a 2 hour headache you just remedied.
For anyone reading this I changed:
if (a == 'yes')
{
var pm_ids = '';
var row_ids = new Object(); -
20 Feb 2008 8:04 AM
Jump to post Thread: Grid tbar row removal by tagsum
- Replies
- 2
- Views
- 1,154
Hello,
I tried my best to gather what I could from the forums, but after doing numerous searches my problem still persists. Every time I thought I had found the solution from someone asking the...
Results 1 to 13 of 13
