Search Type: Posts; User: moegal
Search: Search took 0.03 seconds.
-
26 Jan 2012 2:06 PM
- Replies
- 2
- Views
- 1,030
not sure, you can try this
http://code.google.com/p/earth-api-samples/issues/detail?id=699 -
17 Oct 2011 4:21 PM
Jump to post Thread: how do I group by 1st letter by moegal
- Replies
- 0
- Views
- 510
I have a grouping grid. How can I group by first letter only? I could always add a column and hide it that contains the letter, I was hopeing fo anyther way.
A,B,C, etc
Thanks,
Marty -
17 Oct 2011 5:17 AM
- Replies
- 28
- Views
- 16,909
If anyone needs the classic asp version of the xhrupload, here it is:
<%
Response.Buffer = TRUE
Const adSaveCreateNotExist = 1
Const adSaveCreateOverWrite = 2 ' Mode for ADODB.Stream ... -
21 Sep 2011 3:11 AM
Jump to post Thread: ArcGIS map in a Panel by moegal
- Replies
- 5
- Views
- 1,877
do you have a working version I this. Seems I need to support argis as well.
Thanks, Marty
I got it working, do you have any more to this, it is very basic. -
7 Jun 2011 3:14 AM
Jump to post Thread: crud post different date format by moegal
- Replies
- 2
- Views
- 857
skirtle,
Thanks, I was hoping for a property that I could set.
I appreciate the response.
Marty -
5 Jun 2011 6:25 AM
Jump to post Thread: Simple ExtJS 4 jsfiddle clone by moegal
- Replies
- 8
- Views
- 6,725
looks great!
-
4 Jun 2011 4:47 AM
Jump to post Thread: crud post different date format by moegal
- Replies
- 2
- Views
- 857
Hi,
I am having an issue with some data being posted via CRUD. I have the following DATE field in my store:
{name: 'startdate', type: 'date', mapping: 'startdate', dateFormat: 'm/d/Y'},
... -
31 May 2011 2:58 PM
Jump to post Thread: Ext.ux.GMapPanel - Google Maps by moegal
- Replies
- 322
- Views
- 176,670
do you have the latest version with all of the corrections?
Thanks, Marty -
20 May 2011 12:06 PM
- Replies
- 1
- Views
- 1,431
i would like to see this too. Have you looked at jointjs? It uses raphael
-
18 Apr 2011 8:11 AM
- Replies
- 8
- Views
- 1,688
have you looked at google static maps? You would need something server side as well. Not sure about html5, but maybe.
-
18 Apr 2011 8:03 AM
Jump to post Thread: retrieve components dynamically by moegal
- Replies
- 7
- Views
- 704
you can try something like this in a button handler or wherever you need. Assign return to a function and then call the function.
handler: function(){
Ext.Ajax.request({
url:... -
29 Mar 2011 11:53 AM
Jump to post Thread: grid and newly inserted rows by moegal
- Replies
- 3
- Views
- 544
I am not sure what the return value should be either. How do I reference the id that it sends with the create json so the records match if there are more then 1?
Marty -
25 Mar 2011 3:54 AM
Jump to post Thread: Email validation on textfield by moegal
- Replies
- 3
- Views
- 3,277
have you looked at vtypes?
-
21 Mar 2011 12:28 PM
- Replies
- 94
- Views
- 31,496
I just removed blur from the fieldEvents for now. We were hoping to filter after each column header change with out clicking the search button but for no we can just use the search button. Thanks!
-
21 Mar 2011 11:01 AM
- Replies
- 94
- Views
- 31,496
It seems that I created an extension that is a clearable field based on TwinTriggerField. And it has a lookup button, but when the field loses focus it queiries the database again. Clicking the...
-
21 Mar 2011 5:13 AM
- Replies
- 94
- Views
- 31,496
i will post some code later today, leaving for a meeting in a few. Thanks!
I have tried in Chrome and IE9. Same problem in both so it must be my code.
I appreciate the fast response. This is... -
21 Mar 2011 3:19 AM
- Replies
- 94
- Views
- 31,496
For some reason, after I filter a column, the grid does not respond to the 1st rowclick. I can click on a row and the loading box appears, but my grid stays the same. On the second click the...
-
16 Mar 2011 1:12 AM
Jump to post Thread: Request LiveSearch example by moegal
- Replies
- 4
- Views
- 722
do you get a result from your data file if you run it alone?
http://localhost/ext/examples/form/test.php
Do you see the combobox on the page?
What kind of problem are you having? -
14 Mar 2011 11:41 AM
- Replies
- 28
- Views
- 9,645
very nice as usual!
-
11 Mar 2011 5:29 AM
Jump to post Thread: Ext.ux.ButtonColumn by moegal
- Replies
- 1
- Views
- 960
this looks like a nice implementation, thanks!
-
21 Feb 2011 12:24 PM
Jump to post Thread: 鄙人扩展的Ext.form.RichEditor, 哈哈,请多指教 by moegal
- Replies
- 12
- Views
- 3,768
what is richeditor? Looks interesting
-
19 Feb 2011 4:31 PM
- Replies
- 2
- Views
- 777
try adding the following line in desktop.js after var windows = new Ext.WindowGroup();
windows.zseed = 10000; -
4 Feb 2011 12:19 PM
- Replies
- 94
- Views
- 31,496
I got it.
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/ -
3 Feb 2011 11:47 AM
- Replies
- 94
- Views
- 31,496
This is a really nice extension. I am trying to integrate a customr trigger field in it. Not sure what to do next.
here is the search field:
/*!
* Ext JS Library 3.3.1
* Copyright(c)... -
26 Jan 2011 4:49 PM
- Replies
- 94
- Views
- 31,496
I am trying to reset all filter fields as well. I've tried adding a method to the extension but I can't figure it out. How can I find the columns from within the plugin itself?
Thanks, Marty
I...
Results 1 to 25 of 120
