Search Type: Posts; User: christophe.braud

Search: Search took 0.02 seconds.

  1. 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!!!
  2. 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...
  3. Replies
    7
    Views
    3,988
    Hi Frank

    I'm interested too. Did you find something?

    Regards
    Christophe
  4. 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...
  5. 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...
  6. Hi

    if you are using django you will interested by the project that I created:
    django-easyextjs4

    Regards
    Christophe
  7. 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',
    ...
  8. Did you try something like this?

    initComponent: function() {
    var me = this;

    Ext.apply(me, {
    items: [{
    frame : true,
    xtype: 'form',
    ...
  9. Same issue
Results 1 to 9 of 9