Search Results

Type: Posts; User: grupoantolin

Search took 0.01 seconds.
  1. Thank you somuch for the solution.

    We look forward to the next update of ExtJS Sencha framework.
  2. Hi all,

    I need select the text in a gridpanel cell. When I set to true the property EnableTextSelection into a gridView inside my gridpanel, it doesn't work fine.

    What is the problem?

    Thanks.
  3. Thanks.

    This Works for me.

    Regards.
  4. Hi again.

    Finally i used the next css style:



    .mysmallfield{
    height: 10px;
    line-height: 10px;
    min-height: 20px;
  5. Hello.

    I need to call from a JavaScript to a Controller's Action.

    I am trying with


    Ext.Ajax.request({url: 'controller/action', param1: value1, param2: value2})

    But i can't.
  6. It is not running properly.

    I use for CSS:


    <style type="text/css">
    .mySmallField {
    font-size: xx-small;
    height: 5px;
    }
  7. It is posible to modify the default textfiled heigth and the Font size?

    I can't do it with:




    X.Panel().Layout(LayoutType.HBox).Items(
    X.TextField().Height(20)
    ,
Results 1 to 7 of 7