Search Type: Posts; User: attu
Search: Search took 0.05 seconds.
-
27 Feb 2012 11:20 PM
Jump to post Thread: Advise only ExtJs 3 Layout by attu
- Replies
- 6
- Views
- 768
Please check your javascript code with jslint.com :)
-
24 Feb 2012 1:16 AM
Jump to post Thread: Advise only ExtJs 3 Layout by attu
- Replies
- 6
- Views
- 768
try with ext-all-debug.js and tell us the error :).
-
24 Feb 2012 12:28 AM
Jump to post Thread: Advise only ExtJs 3 Layout by attu
- Replies
- 6
- Views
- 768
Are you coding with ext-all.js or ext-all-debug.js?
-
6 Feb 2012 5:11 AM
- Replies
- 5
- Views
- 678
I meant the way you send images to the client. When you develope PHP, you have to write in that way. I don't know how is it in Java. So, hoy do you send images to the client?
Bye! -
2 Feb 2012 2:42 AM
- Replies
- 5
- Views
- 678
Yes, i figured it out :). I develope in PHP and i use pages like getImage.php to download blob images and i use like this
<img src='getImage.php?paramsAndMoreParams'></img>
is there anyway in... -
2 Feb 2012 2:02 AM
Jump to post Thread: Writing custom MessageTargets by attu
- Replies
- 1
- Views
- 318
You could add panels over the textfields like:
{
xtype: 'panel',
style: 'bla bla bla bla',
listeners:{
render: function(){
... -
2 Feb 2012 1:53 AM
Jump to post Thread: Change font of combobox by attu
- Replies
- 3
- Views
- 998
i think this should work:
var resultTpl = new Ext.XTemplate(
'<tpl for="."><div class="search-item">',
'{name} - {code}',
'</div></tpl>'
);
var comboStore = new... -
2 Feb 2012 1:47 AM
- Replies
- 5
- Views
- 678
Hi, anis23.
I think it's not an ExtJS problem. You can show images generating html code or in a Ext.DataView, as far as i know.
Bye! -
2 Feb 2012 1:42 AM
Jump to post Thread: Problem with IE by attu
- Replies
- 4
- Views
- 472
Can you tell us more information about the problem? code and everything else?
-
26 Oct 2011 2:17 AM
- Replies
- 0
- Views
- 259
Hello!
I'm using the Ext.util.Format.comboRenderer:
Ext.util.Format.comboBoxRenderer : function(combo) { return function(value, cell, record, rowIndex, colIndex, store){
... -
8 Jun 2011 5:38 AM
Jump to post Thread: Display Label right of a checkbox by attu
- Replies
- 7
- Views
- 6,194
Cheers!
-
8 Jun 2011 5:32 AM
Jump to post Thread: Display Label right of a checkbox by attu
- Replies
- 7
- Views
- 6,194
Hi emkramer,
Can you show us an example of what you have in a capture?
Bye! -
6 Oct 2010 5:42 AM
Jump to post Thread: Doubt about JsonStore by attu
- Replies
- 8
- Views
- 563
Yes, i watched that screencast :). I'm trying to avoid the use of Ext.getCmp. Anyway, that's just a test :).
Yes, i write something like that. But, i'm really sorry because (i don't know why) it... -
6 Oct 2010 3:01 AM
Jump to post Thread: Doubt about JsonStore by attu
- Replies
- 8
- Views
- 563
Ok :).
This is the situation (a little bit complicated!):
i've got a TabPanel with some items (a ComboBox and TextFields and Store) and an EditorGridPanel with data. Depending on the rows of... -
6 Oct 2010 2:34 AM
Jump to post Thread: Doubt about JsonStore by attu
- Replies
- 8
- Views
- 563
Uhm... I know that, but i'd like to keep data in the store after load event... I can access to data 1 minute after maybe...
Thanks Condor! -
6 Oct 2010 2:17 AM
Jump to post Thread: Doubt about JsonStore by attu
- Replies
- 8
- Views
- 563
Hello!
I've got a doubt about JsonStore. Is there any way to keep data in the store after load? I need to operate with the store but after load, the information seems to be disappeared :(.
What... -
30 Sep 2010 6:01 AM
Jump to post Thread: Referencing some items each other by attu
- Replies
- 4
- Views
- 533
Yeah! I'm really close to the solution!!
Thank you so much!! -
30 Sep 2010 5:38 AM
Jump to post Thread: Referencing some items each other by attu
- Replies
- 4
- Views
- 533
Oh! Thanks! i get it.
Now, is there any way to change some properties of the extended TabPanel if i handle the radiogroup without changing the radiogroup code?
Thanks!! -
30 Sep 2010 3:26 AM
Jump to post Thread: Referencing some items each other by attu
- Replies
- 4
- Views
- 533
Hi everyone!
I've got 2 items in a FormPanel. First one is a radiogroup, second one is an Extended TabPanel.
I'm trying to modify some properties of the TabPanel depending the value of the... -
16 Sep 2010 3:35 AM
Jump to post Thread: gridpaneleditor and htmleditor by attu
- Replies
- 1
- Views
- 413
Yes! You can do something like adding a field in the store and use a column of your gridpanel.
When you clic on that field (show listener of it's editor) just open new Ext.Window and set the value... -
15 Sep 2010 12:48 AM
Jump to post Thread: Center panels in a Viewport by attu
- Replies
- 14
- Views
- 1,248
Ok! I'll try! I didn't know that ux!
I'll tell you about it :).
Thanks!! -
14 Sep 2010 10:30 PM
Jump to post Thread: Center panels in a Viewport by attu
- Replies
- 14
- Views
- 1,248
Uhm... I've been working on this but i don't find the final solution...
Now the problem is i'd like to fit the Container in the TabPanel. If i fit it, i can't see the scrollbar and the tabla,... -
14 Sep 2010 1:33 AM
Jump to post Thread: Center panels in a Viewport by attu
- Replies
- 14
- Views
- 1,248
Oh yeah!! That's really close to the solution!!
Thank you guys so much! -
14 Sep 2010 12:43 AM
Jump to post Thread: Center panels in a Viewport by attu
- Replies
- 14
- Views
- 1,248
Ok, thanks... So, is it something like this?
var tabs = new Ext.TabPanel({
border: false,
activeTab: 0,
region: 'center',
items:[{
xtype:... -
14 Sep 2010 12:36 AM
Jump to post Thread: Center panels in a Viewport by attu
- Replies
- 14
- Views
- 1,248
Actually, i've changed to this but is still displayed in left side...
var tabs = new Ext.TabPanel({
border: false,
activeTab: 0,
region: 'center',
xtype:...
Results 1 to 25 of 95
