Search Type: Posts; User: michaelc
Search: Search took 0.03 seconds.
-
6 Jan 2012 3:01 PM
- Replies
- 2
- Views
- 354
Yes - I do it all the time - there may be better methods then this but.
I will make an AJAX call then decode the response and take parts of it and load 3 or 4 separate stores from that one... -
6 Jan 2012 2:56 PM
Jump to post Thread: Processing a checkbox group by michaelc
- Replies
- 3
- Views
- 1,194
Kwel - you guys rock.
but one minor question.
use used the following
var group = cnt.down('checkboxgroup');
any real difference in that vs.
var checkBoxGroup =... -
6 Jan 2012 2:19 PM
Jump to post Thread: Processing a checkbox group by michaelc
- Replies
- 3
- Views
- 1,194
I had this simple bit of 3.x code that no longer works, but I can't see how to fix it.
What it did chcekbox of the checkbox group is "All" if it's checked disable all others, if it's unchecked... -
6 Jan 2012 10:18 AM
- Replies
- 2
- Views
- 780
Bingo - thanks again
who was that masked man ? -
6 Jan 2012 10:12 AM
Jump to post Thread: change to the combobox by michaelc
- Replies
- 2
- Views
- 428
You rock.
Don't need the load mask as it's loaded before display by data from a json store.
xtype: 'combo', // Position Selectior
fieldLabel:... -
6 Jan 2012 9:24 AM
Jump to post Thread: jsonstore with loaddata by michaelc
- Replies
- 3
- Views
- 530
Got it - the changes in 4.0 are all very subtle and sensible.
thanks -
5 Jan 2012 5:37 PM
Jump to post Thread: jsonstore with loaddata by michaelc
- Replies
- 3
- Views
- 530
I had this working in 3 but seems to not load in 4.0
// Speciality Object reader
var reader = new Ext.data.JsonStore({
root: 'dataObj',
fields: [{ ... -
5 Jan 2012 4:47 PM
Jump to post Thread: change to the combobox by michaelc
- Replies
- 2
- Views
- 428
what changed in the combo box ?
it's loaded from a store.
now when I open the drop down I get a disabled dialog and it spins as if trying to get the values.
xtype: 'combo', ... -
5 Jan 2012 4:39 PM
Jump to post Thread: Checkbox group change by michaelc
- Replies
- 1
- Views
- 365
It's been simplified.
you no longer add to the column but to the component.
makes scene.
var group = Ext.getCmp('regionChkGroup'); //Build chcek boxes based on groups.
... -
5 Jan 2012 4:36 PM
Jump to post Thread: Checkbox group change by michaelc
- Replies
- 1
- Views
- 365
I had a 3 column check box that no longer works when I add the columns.
var group = Ext.getCmp('regionChkGroup'); //Build chcek boxes based on groups.
... -
5 Jan 2012 4:03 PM
- Replies
- 2
- Views
- 780
trying to find the size of the view.
I use to use Ext.lib.Dom.getViewWidth() and Ext.lib.Dom.getViewHeight()
where would I find it now ?
var colWidth = Math.floor( (... -
5 Jan 2012 3:34 PM
- Replies
- 3
- Views
- 773
I dug thru the source the answer is header
xtype:'actioncolumn', width : 45, header : 'no experence', -
5 Jan 2012 3:04 PM
- Replies
- 3
- Views
- 773
90% there - worked like a champ - except the header does not show.
functions just like I want.
how do you get the text to show in the header - it's define in the API.
{
... -
4 Jan 2012 4:30 PM
- Replies
- 3
- Views
- 773
So I have an app that's in 3.x that used a module RadioColumn.js to create a radio button in a grid.
It does not seem to be in 4.x but as I look thru the code line I find an actioncolumn.
this... -
16 Dec 2011 4:14 PM
Jump to post Thread: Issues with Layout by michaelc
- Replies
- 3
- Views
- 1,109
I need to code more UI - Seem to forget little things.
to make the tab active
tabPanel.setActiveTab("tabpanel" + 0);
I guess this is because all tabs are created after the fact so... -
15 Dec 2011 10:29 AM
Jump to post Thread: Issues with Layout by michaelc
- Replies
- 3
- Views
- 1,109
Out of town for a few days.
The layout is anchor
Panel Layout Anchor
Checkbox
combo box
tabpanel
Grid -
9 Dec 2011 2:08 PM
Jump to post Thread: Issues with Layout by michaelc
- Replies
- 3
- Views
- 1,109
Seem to have some Minor issues with layout.
I want more bottom pad space between some components.
The combo box is right on top of my tab panel.
Also the grind in the tab panel I want to fill... -
1 Dec 2011 9:04 AM
- Replies
- 3
- Views
- 604
If the Ext.grid.RadioColumn component still works in 4.0 and it allows 2 separate radio controls sets.
Then the only other question is how to set the lines bolder on some columns so you convey to... -
30 Nov 2011 4:12 PM
- Replies
- 3
- Views
- 604
Little lost on this one as I have not been doing any front-end work for months now.
I have an tab form and each tab has an update grid with two sets of radio buttons that should convey something... -
16 Nov 2011 11:42 AM
Jump to post Thread: Ratings widget by michaelc
- Replies
- 2
- Views
- 1,187
I noted a blog item by Tommy on June 10, 2009
is there an update to this ?
is the ratings widgit part of 4.0 or is it still a user extension.
thinking I might use this in an update grid, any... -
5 Aug 2011 8:58 AM
- Replies
- 0
- Views
- 371
It's been a while ( a very long time ), just opening the ext4 package - impressive.
I was wondering if anyone had an example of a update tree grid or the rating widget in in ext4 ?
I have a new... -
20 Jul 2011 9:39 AM
- Replies
- 0
- Views
- 363
I am getting an error now in IE6 when you click on an item from the drop down.
it throws and error 'Ext.Fly(...)' is null or not and object
I find this is being thrown in ext-all.js Line... -
19 Jul 2011 12:15 PM
Jump to post Thread: SSL error in IE Only (Solved) by michaelc
- Replies
- 2
- Views
- 1,053
Thanks, I had forgotten what the parameter was called.
Seems to only be used in IE now, Firefox has some built in image. -
18 Jul 2011 3:41 PM
Jump to post Thread: SSL error in IE Only (Solved) by michaelc
- Replies
- 2
- Views
- 1,053
I have just installed SSL certificates on my server and now two pages that have extjs components show a dialog in IE only of "This page contains secure and nonsecure items."
Just wondering if... -
10 Feb 2011 3:29 PM
- Replies
- 0
- Views
- 392
I have set of checkboxes 3 columns wide, seems good and looks like this
24659
But in IE(6) you click around and the checkboxes hide
24658
So I played with it and found that it's because I have...
Results 1 to 25 of 116
