Search Type: Posts; User: christophe.braud
Search: Search took 0.02 seconds.
-
2 Dec 2011 10:32 AM
Jump to post Thread: LinkButton extjs4? by christophe.braud
- Replies
- 7
- Views
- 3,988
Thanks burnnat :)
Just for information: When I click on Ext.Component (Ext JS 4) I found a link to this tutorial Creating new UI controls. This tutorial is very old it's for Ext JS 2.0!!! -
29 Nov 2011 10:15 AM
Jump to post Thread: LinkButton extjs4? by christophe.braud
- Replies
- 7
- Views
- 3,988
> You mean you want a button that opens a URL like a normal link would?
In my mind the LinkButton must be look like a real hyperlink but, like a button, I would like to catch when the user click... -
28 Nov 2011 9:25 AM
Jump to post Thread: LinkButton extjs4? by christophe.braud
- Replies
- 7
- Views
- 3,988
Hi Frank
I'm interested too. Did you find something?
Regards
Christophe -
20 Nov 2011 8:05 AM
- Replies
- 3
- Views
- 1,501
Thanks Mitchell for you answer but I already created some empty class with Ext.define.
The question is more what is the best javascript classes or javascript framework for AES, RSA, SHA and... -
19 Nov 2011 3:25 PM
- Replies
- 3
- Views
- 1,501
Hi
I'm looking for some javascript class for AES (128 and 256), RSA, SHA (SHA1, SHA256), Base64 compatible with Ext JS 4.
The most part of what I found on the Internet is either incomplete or not... -
14 Nov 2011 6:01 PM
- Replies
- 89
- Views
- 171,651
Hi
if you are using django you will interested by the project that I created:
django-easyextjs4
Regards
Christophe -
5 Nov 2011 8:19 PM
- Replies
- 3
- Views
- 707
I have a similar issue with a tree. Following a pseudo code of the case:
Ext.define('AppTest.view.TestTreeViewAndGrid',{
extend: 'Ext.container.Viewport',
layout: 'border',
... -
5 Nov 2011 7:24 PM
- Replies
- 5
- Views
- 907
Did you try something like this?
initComponent: function() {
var me = this;
Ext.apply(me, {
items: [{
frame : true,
xtype: 'form',
... -
31 Oct 2011 3:52 PM
- Replies
- 5
- Views
- 1,023
Same issue
Results 1 to 9 of 9
