Search Type: Posts; User: seno
Search: Search took 0.02 seconds.
-
14 Nov 2007 7:23 AM
- Replies
- 302
- Views
- 157,518
cool job!
i find two bugs:
1. while clicking in the locked area raises the error "row has no properties".
2. if there are more one locked columns, only last column can resize. -
12 Nov 2007 11:38 PM
- Replies
- 2
- Views
- 1,283
how to save state such as which panel is expanded in accordion layout?
-
5 Apr 2007 4:41 AM
Jump to post Thread: Upload a file via a dialog by seno
- Replies
- 14
- Views
- 5,487
sorry, it's not my blog:)
-
4 Apr 2007 11:41 PM
Jump to post Thread: Upload a file via a dialog by seno
- Replies
- 14
- Views
- 5,487
see here:
http://www.divergingpath.com/index.cfm/2007/4/1/Ext-UploadDialog-Widget-that-extends-from-LayoutDialog -
12 Mar 2007 6:01 PM
Jump to post Thread: a3-rev2 EditorGrid ds.removeAll bug by seno
- Replies
- 3
- Views
- 1,526
yes, this is new bug in a3 rev2:(
-
12 Mar 2007 6:54 AM
Jump to post Thread: a3-rev2 EditorGrid ds.removeAll bug by seno
- Replies
- 3
- Views
- 1,526
invoking ds.removeAll method after edit cell value, there is error: r has no properties
call stack:
onEditComplete
createSingle()
fire()
fireEvent()
completeEdit(undefined)
stopEditing() -
11 Mar 2007 11:50 PM
Jump to post Thread: Grid header hide by seno
- Replies
- 2
- Views
- 2,025
how hide grid header?
I can not find method named such as hideHeader in js file :( i use a2rev6 -
20 Feb 2007 11:15 PM
Jump to post Thread: possible bug in ds.remove(record)? by seno
- Replies
- 1
- Views
- 2,315
there is error when delete record using ds.remove(record) method
Error occurred in the GridView.stripeRows()
var hasAlt = re.test(row.className);
report "row has no properties"
there is... -
20 Feb 2007 9:54 PM
Jump to post Thread: Anatomy of the Grid in 1.0 Alpha1 by seno
- Replies
- 16
- Views
- 11,682
great work!
GridView render gui and Grid assemble all things together -
20 Feb 2007 7:05 AM
Jump to post Thread: where is GridView.onRemove ? by seno
- Replies
- 5
- Views
- 2,763
i rename onDelete to onRemove,but there is another bug
Store.js
remove : function(record){
var index = this.data.indexOf(record);
this.data.removeAt(index);
... -
20 Feb 2007 5:23 AM
Jump to post Thread: where is GridView.onRemove ? by seno
- Replies
- 5
- Views
- 2,763
i remove a record in grid using ds.remove(record) method
but can't remove record with the same error:
l.fireFn has no properties
GridView.js
if(ds){
ds.on("datachanged",... -
19 Feb 2007 7:17 AM
Jump to post Thread: Ext 1.0 Alpha 1 Download by seno
- Replies
- 66
- Views
- 25,907
cool! Congratulations Jack!
thank you -
5 Feb 2007 6:35 PM
- Replies
- 29
- Views
- 11,831
support i18n?
-
30 Nov 2006 8:11 AM
Jump to post Thread: nice forms... by seno
- Replies
- 2
- Views
- 2,138
niceforms :D
http://www.badboy.ro/articles/2005-07-23/index.php -
30 Nov 2006 7:29 AM
- Replies
- 1
- Views
- 1,636
sorry for my pool english :(
i need chang grid column and data models dynamically
code below, it works.
but first execute time is 1636ms,
second is 1845ms,
third is 2103ms,
....
10 is... -
28 Nov 2006 9:09 AM
Jump to post Thread: Max columns limitation in grid? by seno
- Replies
- 9
- Views
- 6,785
Sorry for my poor english express:)
if columns count more than 21, last column content is rendered in first column.
var myData = [
['3m Co',71.72,0.02,0.03,'9/1 12:00am','3m...
Results 1 to 16 of 16
