Search Type: Posts; User: Prince_Elrik
Search: Search took 0.01 seconds.
-
19 Apr 2009 11:10 AM
Jump to post Thread: Focus field problem by Prince_Elrik
- Replies
- 0
- Views
- 1,102
Hello,
when i click on a input field, the focus class, doesn't applied to the input field, but on the whole form item.
13131
This is happening on a linux enviroment with latest adobe AIR... -
14 Mar 2009 1:51 PM
- Replies
- 7
- Views
- 1,209
Of course. I had to add a Record definition for my JsonStore, from the beginning.
Thanks Animal, for your help. -
14 Mar 2009 8:38 AM
- Replies
- 7
- Views
- 1,209
I have a Dataview in a panel:
var dataview = new Ext.DataView({
store: store,
tpl: tpl,
id: 'dataview',
autoHeight: true,
loadingText: 'Loading...', -
14 Mar 2009 8:27 AM
- Replies
- 7
- Views
- 1,209
Ι don't understand how to do that. Any more help?
Thanks for your reply. -
14 Mar 2009 4:48 AM
- Replies
- 7
- Views
- 1,209
Hello,
i have a DataView with a custom template, and a JsonStore for its objects.
var tpl = new Ext.XTemplate(
'<tpl for=".">',
'<div class="thumb-wrap" name="{id}">',
... -
11 Dec 2007 12:50 PM
- Replies
- 5
- Views
- 1,042
Maybe you can use the renderer function of the columnmodel.
An example:
id: 'software_name',
header: "Software",
width: 13,
sortable: true, -
6 Dec 2007 5:21 AM
- Replies
- 6
- Views
- 1,398
I thought that after dom.src, i had to put the whole img, not only the source of the image.:s
Thank you very much :D
Regards,
Prince Elrik -
5 Dec 2007 5:29 PM
- Replies
- 6
- Views
- 1,398
Ok we made some progress.
I added it, after win.show, but on double click i get an empty screen (attached image, i used IE for preview). So i thought to change the code:
... -
5 Dec 2007 5:06 PM
- Replies
- 6
- Views
- 1,398
Hendricd,
thanks for your quick response.
I understood now where the problem was (rendered initially), so i tried your code and firebug returned:
win.getComponent("imagepanel").body has no... -
5 Dec 2007 3:54 PM
- Replies
- 6
- Views
- 1,398
Hi everyone,
i have a problem with my panel and after a lot of searching, i haven't find a solution. So,
we have a successfully rendered grid and with double click on a row, a new window with a... -
5 Dec 2007 4:55 AM
Jump to post Thread: Start Menu for 2.0 Desktop by Prince_Elrik
- Replies
- 722
- Views
- 353,272
@franckxx
Υou have to go to login.html, line 11 and change
<script type="text/javascript" src="js/cookies.js"></script>
to -
17 Nov 2007 11:03 AM
- Replies
- 2
- Views
- 1,636
You can use this:
text: 'Reset',
handler: function(){ name_of_your_form.form.reset(); }
Results 1 to 12 of 12
