Search Type: Posts; User: feva
Search: Search took 0.02 seconds.
-
15 Nov 2011 5:13 PM
Jump to post Thread: Ext.view.Table onUpdate by feva
- Replies
- 1
- Views
- 341
"Ext.grid.Panel" with "Ext.ux.RowExpander" that copied from Ext's Example, When create or update a record in the gridPanel, There was a error.
Ext version tested:
Ext 4.1 pr1
Browser... -
15 Nov 2011 9:24 AM
- Replies
- 1
- Views
- 387
I use the Ext MVC. When I create and update, it trigger the onUpdate of "Ext.view.Table". But the following codes in onUpdate event is error.
if (!changedFieldNames ||... -
5 Nov 2011 8:01 AM
- Replies
- 1
- Views
- 1,125
29052
-
5 Nov 2011 7:58 AM
Jump to post Thread: layout border by feva
- Replies
- 1
- Views
- 904
region:'west',
width: 240,
id: 'west-region-container',
padding: '0 0 5 5',
layout: 'vbox',
cls: 'viewport-top-bg',
defaults: {
xtype: 'container',
width:... -
5 Nov 2011 7:50 AM
Jump to post Thread: ext-4.1-pr1 formpanel, IE6.0 by feva
- Replies
- 1
- Views
- 1,387
IE6.0.3790.1830
Windows2003 Server SE SP1
Formpanel can not be automatically align:
29049
When the error occurred, It's OK:
29051 -
3 Nov 2011 12:27 AM
Jump to post Thread: How to get successful MSG with MVC? by feva
- Replies
- 2
- Views
- 668
Think to oneself.
this.getReader().rawData.success
But I don't konw how to set response:
1.
{
success:true,
data:{
msg: '...'
} -
2 Nov 2011 11:19 PM
Jump to post Thread: How to get successful MSG with MVC? by feva
- Replies
- 2
- Views
- 668
//Controller//Store: Admin
this.getAdminStore().sync({
success: function(batch, option){
alert(option.operations.update[0].raw.id);
//How to... -
2 Nov 2011 7:01 AM
- Replies
- 6
- Views
- 2,447
Controller:
init: function() {
this.control({
'viewport > adminlist': {//show view
itemdblclick: this.editAdmin
},
'viewport... -
28 Oct 2011 7:02 AM
Jump to post Thread: Store.sync() method with options. by feva
- Replies
- 18
- Views
- 3,765
this.getAdminStore().sync();
record.dirty=false;
record.commit();
Help!!!
I use the MVC, spent nearly a month to learning, development projects with Ext, the sync, what should I do? -
24 Oct 2011 9:43 AM
Jump to post Thread: Ext.grid.Panel by feva
- Replies
- 4
- Views
- 775
Ext is correct.
First step:
Convert a binary data (BinaryRead) to a string by ASP
http://www.motobit.com/tips/detpg_binarytostring/
Then derialize it to ASP Object, in order to ASP read it.... -
24 Oct 2011 9:23 AM
Jump to post Thread: Ext.grid.Panel by feva
- Replies
- 4
- Views
- 775
help
Ext.grid.Panel:proxy: {
type: 'ajax',
method: 'POST',
headers: { 'Content-Type': 'application/json; charset=utf-8'},
api: {
read:... -
24 Oct 2011 8:44 AM
Jump to post Thread: Ext.grid.Panel by feva
- Replies
- 4
- Views
- 775
I'm sorry, my English is poor. :)
When I saving data to server, I have a question:
I DEV. with ASP, not ASP.NET.
I had find JSON.org
ASP:
JSON for ASP.
JSON ASP utility class. -
19 Feb 2009 11:56 PM
Jump to post Thread: charset=gb2312 by feva
- Replies
- 0
- Views
- 846
My web's charset is gb2312, I submit form in FormPanel to server, but the server response the following code is messy.
Ext.lib.Ajax.defaultPostHeader += ';charset=gb2312'; it's void. -
30 Jan 2009 6:46 AM
Jump to post Thread: Ext.form.ComboBox by feva
- Replies
- 2
- Views
- 832
Thanks u, I see...
-
29 Jan 2009 10:07 PM
Jump to post Thread: Ext.form.ComboBox by feva
- Replies
- 2
- Views
- 832
Ext - API Documentation say:
valueField : String
The underlying data value name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'value' if transforming a select)
I... -
28 Oct 2008 5:34 PM
- Replies
- 2
- Views
- 3,879
I have solved the problem.
Ext.form.Field.prototype.msgTarget = 'errorInfEl';
//Set the specified HTML element, you should be specified the value of 'msgDisplay'... -
25 Oct 2008 2:16 AM
- Replies
- 2
- Views
- 3,879
Ext.form.Field.prototype.msgTarget = "my-error-element-id"
HTML Codes:
<body>
<div id="my-error-element-id"></div>
</body> -
26 Aug 2008 3:58 AM
Jump to post Thread: The position of TabPanel's lable? by feva
- Replies
- 0
- Views
- 678
How to pitch the position of TabPanel's lable on left?
Results 1 to 18 of 18
