Search Type: Posts; User: nukboon
Search: Search took 0.06 seconds.
-
26 May 2013 12:12 PM
Jump to post Thread: Combobox.setValue TODO by nukboon
- Replies
- 1
- Views
- 124
I saw this todo on setValue of combobox, and my question when this todo will finish? or how about your (Sencha) plan to do this todo?
[ext-all-dev.js line 139548] combobox.setValue todo:
// TODO:... -
5 Apr 2013 1:50 AM
- Replies
- 3
- Views
- 157
Wait for response.
-
3 Apr 2013 9:59 AM
- Replies
- 3
- Views
- 157
Ext.create('Ext.data.Store', {
remoteSort : true,
groupField : 'name',
autoLoad : false,
fields : ['name'],
sorters : [
{ -
3 Apr 2013 12:26 AM
- Replies
- 3
- Views
- 157
autoLoad: false ignored when we config remoteSort: true
-
2 Apr 2013 11:21 AM
- Replies
- 3
- Views
- 810
http://www.sencha.com/forum/showthread.php?173629-Store.getGroupString-ignores-Grouper.getGroupString
Problem not solved. -
7 Jan 2013 9:46 AM
- Replies
- 2
- Views
- 1,231
Oh, sorry i found this
http://www.sencha.com/blog/ext-js-4-1-rc-2-released
:(( -
7 Jan 2013 3:59 AM
- Replies
- 2
- Views
- 1,231
this Model.load(id)
#1 id not is idProperty
#2 callback params incorrect
callback result:
record = undefined,
oparation.resultSet no records
related topic -
18 Jul 2012 3:31 AM
Jump to post Thread: Ext.require CSS issue. by nukboon
- Replies
- 5
- Views
- 1,410
I strongly agree with @themightychrist that CSS dependency management is required. The problem about CSS loading that still remains is acceptable if we synchronously use "require" to the file (which...
-
5 Jul 2012 2:17 AM
Jump to post Thread: Bug of Ext.util.Format.number by nukboon
- Replies
- 2
- Views
- 572
Ext.util.Format.number is wrong thousandSeparator and decimalSeparator position
ex.
Ext.util.Format.number(1000,'0,000.00');
// now output 1.000,00
// should be 1,000.00 -
18 Jun 2012 6:44 PM
Jump to post Thread: This's bug of Store? by nukboon
- Replies
- 1
- Views
- 661
When i have config this:
remoteSort: true
OR
remoteGroup: true
Then
autoLoad: false not work
This's a bug? or remoteSort/remoteGroup = true auto cancel autoLoad = false -
18 Jun 2012 6:25 AM
- Replies
- 5
- Views
- 609
You can try store.filter,sorters,groupers to handle any params you want to send to server
and to easy handle store request i have extended store like this:
Ext.define('Ext.data.myStore', {... -
17 Jun 2012 8:56 PM
Jump to post Thread: Ext.ux.container.ButtonSegment by nukboon
- Replies
- 10
- Views
- 3,955
I try to config scope but it's wrong for me.
-
17 Jun 2012 8:39 PM
Jump to post Thread: Ext.require CSS issue. by nukboon
- Replies
- 5
- Views
- 1,410
It is very good. If the Ext.require import CSS file of some ux.
-
29 Mar 2012 1:11 AM
- Replies
- 22
- Views
- 5,725
4.1RC1 has bug
Tileview.js change to:
metaTableTpl: ['{%if (this.openTableWrap)out.push(this.openTableWrap())%}',
............
'{%if... -
10 Mar 2012 6:12 AM
- Replies
- 3
- Views
- 1,891
Ext.create('Ext.form.Panel', {
title: 'Simple Form',
bodyPadding: 5,
width: 350,
// The form will submit an AJAX request to this URL when submitted
url: 'save-form.php',
... -
10 Mar 2012 4:59 AM
- Replies
- 1
- Views
- 490
Version 4.1bx
I cannot call addCls method from any Ext.Element object.
32591 -
8 Feb 2012 8:52 PM
- Replies
- 5
- Views
- 684
I found solution
remove
sm.view.refresh(); in selectionchange but i don't know why
???? -
7 Feb 2012 8:35 AM
- Replies
- 5
- Views
- 684
give me your example :)
this full code
Ext.create('Ext.data.Store', {
storeId:'simpsonsStore',
fields:['name', 'email', 'phone'],
data:{'items':[
{ 'name': 'Lisa', ... -
7 Feb 2012 8:32 AM
- Replies
- 5
- Views
- 684
this is my code that not work:
var sm = new Ext.selection.CheckboxModel();
.......
selModel: sm,
listeners: {
scope: this,
itemdblclick: function(){
console.log(this); -
7 Feb 2012 7:52 AM
- Replies
- 5
- Views
- 684
this's full code that i config selModel with Ext.selection.CheckboxModel()
i try to test by v4.0.7 - 4.1b2
it's not work but when i removed selModel: sm it's work (itemdblclick not fire)
... -
5 Feb 2012 1:24 AM
Jump to post Thread: Store.rejectChanges should be ... by nukboon
- Replies
- 1
- Views
- 406
rejectChanges : function() {
.......
for (i = 0; i < len; i++) {
//now > 4.1 beta1
me.insert(0, recs[i]);
//should be > my suggestion
... -
2 Feb 2012 9:04 AM
- Replies
- 2
- Views
- 591
Wow, Thank!
-
1 Feb 2012 9:36 PM
- Replies
- 2
- Views
- 591
Request to dev-team
Some grid i when to set column's text:
#1 a keyword
#2 expand / description
31273 -
21 Jan 2012 12:29 AM
- Replies
- 2
- Views
- 1,040
Height is 300 but when we add width config in parent panel it be 300-60
Please try my sample code -
20 Jan 2012 10:26 AM
- Replies
- 2
- Views
- 1,040
Ext.create('Ext.panel.Panel',{
renderTo: Ext.getBody(),
height: 300,
//width: 400, //when we defined width it's no problem!
layout: {
type: 'border',
padding: 5
...
Results 1 to 25 of 62
