[CLOSED] [1.0]Button control inside gridpanel cell

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] [1.0]Button control inside gridpanel cell

    Hello,

    I,have a boolean column with renderer function above:

    function (v, m, r, i) {
                                if (!v) {
                                                return  String.format("<input type='button' class='.x-btn-text-icon'  value='Set' onclick='Predeterminar(" + r.data.Id + ",  #{GridPanel})'/>", v);
                                } else {
                                                return "Default";
                                }
    Is possible put a <ext:button> inside a gridpanel cell instead an <input>?

    where can I see extJs css documentation?


    Thanks
    Last edited by Daniil; Sep 29, 2010 at 6:42 PM. Reason: [CLOSED]

Similar Threads

  1. Replies: 5
    Last Post: Feb 07, 2012, 8:01 AM
  2. [CLOSED] GridPanel Cell Tooltips doesn't work in user control
    By skisly in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 09, 2011, 1:57 PM
  3. [CLOSED] RegisterClientScriptInclude in custom control inside gridpanel
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 14, 2010, 10:12 PM
  4. Replies: 16
    Last Post: Sep 07, 2010, 6:31 PM
  5. [CLOSED] Ext Button - Control - inside XTemplate
    By methode in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 08, 2009, 7:16 AM

Posting Permissions