Search Type: Posts; User: jmcneese
Search: Search took 0.02 seconds.
-
11 May 2009 9:52 AM
- Replies
- 0
- Views
- 1,173
if anyone has had the problem that when using safari, the htmleditor will not allow insertion of HTML, here's an override:
Ext.override(Ext.form.HtmlEditor, {
insertAtCursor :... -
11 Feb 2009 9:31 PM
- Replies
- 14
- Views
- 3,080
ah :D
long live misinterpretation through canned responses! i retract my snarky remark. -
11 Feb 2009 9:25 PM
Jump to post Thread: Documentation Bugs - Ext 2.x by jmcneese
- Replies
- 677
- Views
- 253,471
[closed]
in reference to http://extjs.com/forum/showthread.php?t=59757:
in Ext.grid.GridPanel, the recent inclusion of the config property 'fieldLabel' states that when the grid is contained by... -
11 Feb 2009 9:20 PM
- Replies
- 14
- Views
- 3,080
*sigh* not sure about that implication that i was being anything other than constructive, but sure, i'll post a suggestion in that thread.
-
11 Feb 2009 6:50 PM
- Replies
- 14
- Views
- 3,080
evant, i beg to differ. go and consult the 2.2.1 docs and there it is, under the gridpanel configuration options.
saki, i didn't say i wanted to treat the grid as a field. i just want it to... -
11 Feb 2009 5:13 PM
- Replies
- 14
- Views
- 3,080
understood. buy why include 'fieldLabel' in the docs, if it does nothing without utilizing the undocumented 'isFormField'? better to not have either in the docs, or both preferably, or perhaps a...
-
11 Feb 2009 5:09 PM
- Replies
- 14
- Views
- 3,080
heh. stands for "What The F*ck" ;)
-
11 Feb 2009 4:21 PM
- Replies
- 14
- Views
- 3,080
as they say in australia, WTF mate?
so, if that is required to get that to work, why isn't there an 'isFormField' properties in the configure options documentation? would have saved me a couple... -
11 Feb 2009 3:09 PM
- Replies
- 14
- Views
- 3,080
anyone else have this crop up?
i am adding a grid config to a form after it has been rendered, eg:
formPanel.add({
fieldLabel: 'Related Content',
xtype: 'grid',
height: ... -
29 Jan 2009 8:58 AM
- Replies
- 1
- Views
- 739
http://extjs.com/forum/showthread.php?p=108306#post108306
-
30 Dec 2008 2:21 PM
Jump to post Thread: Ext.plugin.ModalNotice by jmcneese
- Replies
- 11
- Views
- 6,500
how about this?
win.setActive(false);
var wel = win.getEl();
var pos = wel.getXY();
wel.sequenceFx().shift({ -
11 Dec 2008 8:12 AM
- Replies
- 1
- Views
- 745
here's how i do it in (albeit not in Gxt, but i can't imagine it's too different):
listeners: {
'beforeappend': function(tree,pnode,node) {
if(node.attributes.iconCls) {
... -
10 Dec 2008 8:30 AM
Jump to post Thread: GridPanel directly to Excel. by jmcneese
- Replies
- 286
- Views
- 254,020
dude. are you saying you use JSP and don't know enough to translate the above PHP code (which is about as simple as it gets) into JSP?
this forum isn't a soup kitchen. go hit up the php website... -
7 Dec 2008 10:44 AM
- Replies
- 13
- Views
- 4,958
yeah, i saw that on ajaxian and thought "why bother when there is Ext?". i'm sure john would say something about licensing, but meh.
-
4 Dec 2008 2:25 PM
Jump to post Thread: grid/Cakephp by jmcneese
- Replies
- 2
- Views
- 1,518
julie,
i can help with cake integration issues. can you give me more details (not interested in the final html), like the mvc bits that are building up your view?
also, what error are you... -
4 Dec 2008 2:22 PM
- Replies
- 14
- Views
- 4,897
here's an example of how i do similar things http://statler.weaver-group.com/joshua/screencast.html
no code, just showing off. maybe if anyone is interested i'll whip up something more indepth. -
25 Nov 2008 3:12 PM
Jump to post Thread: autoscrolling bottom tabs by jmcneese
- Replies
- 0
- Views
- 918
not so much an extension or plugin, but i know there are a few people wondering how to make this work. this works for me:
Ext.override(Ext.TabPanel, {
autoScrollTabs : function(){
... -
17 Sep 2008 8:13 AM
Jump to post Thread: Ext.ux.Notification by jmcneese
- Replies
- 109
- Views
- 90,779
hey, that stub message looks familiar ;)
-
16 Jul 2008 9:02 AM
- Replies
- 32
- Views
- 9,405
heh, i was just coming back to say that i was being retarded. didn't realize the two extra js files were for iconbrowser. sorry!
implementing now... -
16 Jul 2008 8:51 AM
- Replies
- 32
- Views
- 9,405
nice work, i would love to use it. *but* the demo doesn't actually do anything, and looking at the code, i see nothing that would tell the cssClasses store to load data, or anything to let it know...
-
10 Jul 2008 8:24 AM
- Replies
- 39
- Views
- 13,408
absolutely beautiful
-
29 May 2008 8:19 AM
Jump to post Thread: Ext.ux.Notification by jmcneese
- Replies
- 109
- Views
- 90,779
here's how i do it (with a tweaked version of toastwindow):
Ext.ux.NotificationMgr = {
positions: []
};
Ext.ux.Notification = Ext.extend(Ext.Window, {
initComponent: function(){ -
22 May 2008 9:24 AM
Jump to post Thread: Dynamic JavaScript Load by jmcneese
- Replies
- 3
- Views
- 2,475
this is how i do it:
moduleLoaded: function(moduleName) {
var moduleObj = com.myApp.Module[moduleName];
return (typeof moduleObj != 'undefined' && moduleObj... -
22 May 2008 9:16 AM
- Replies
- 8
- Views
- 1,888
myPanel.close() should destroy the window (assuming you haven't changed the closeAction) and recursively cleanup all children/events/dom elements/etc.
-
12 Feb 2008 8:36 AM
- Replies
- 5
- Views
- 1,597
hello folks,
i'm having a strange problem with a tab that is a GridPanel. when i close it (by clicking on the close button), it appears that it is successful in removing the component. note:...
Results 1 to 25 of 25
