Search Results

Type: Posts; User: Tactem

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Hi guys,

    I'd like increase and center icon in my tab header.

    Actually, my tab header is 35px height.

    i join a picture to represent my trouble.

    Is there a solution as the scale button ?
  2. Thank you it's work
  3. Hi guys,

    I have some troubles to select a node in treePanel in a frame.
    I have the same object in my main frame and my child frame.
    If i select in my main frame, it's work
    but if i select in my...
  4. problem solved.


    .test .x-tab-inner {
    height: 50px;
    }

    and after I apply the css class 'test' to my TabPanel.
    You can close the thread.
  5. Daniil I found something for the height issue.


    .x-tab-inner {
    height: 50px;
    }

    But this method changes the height of all Tabpanels in my project. How can I do to change only...
  6. Hi Daniil it works great. As the height issue i'm going to search on the forums, please notify me if you find anyway.
  7. And I'm also wondering if it's possible to increase the height, see attached file Sample3.png.
  8. Hi guys,
    I want to customize panel of my TabPanel. For example change the background color of my panel on demand. Here is my code


    @using Ext.Net;
    @using Ext.Net.MVC;

    <style...
  9. Thank, i forgot this point
  10. Hi Daniil

    this is my sample to reproduce my problem

    Controleur


    public ActionResult Test()
    {
    return View();
  11. Hi Dannil,

    sorry for my response late.

    I test this exemple with my direct call in js and I don't see my tab.

    I must call my direct method in js, I have some treatment before.

    Regards
  12. Hi guys,

    I 'd like to dynamically add a panel with a tabMenu in Ajax. Actually, I can add my panel without my tabMenu.

    My ajaxresult function


    public AjaxResult AddDashTab(string...
  13. thank you, we will test this on update our ext version (actually 2.3), answer in 2 or 3 weeks
  14. this function doesn't work

    my grid2 wasn't clean
  15. cshtml


    @{
    var X = Html.X();
    }

    @Html.X().ResourceManager(ViewBag.ManagerConfig as MvcResourceManagerConfig)
    <script type="text/javascript">
    var resetGrid = function () {
  16. I tried this, but, if i choose the same row after on my first grid, my second stay empty
  17. Hi guys,

    I have 2 linked gridpanel



    Html.X().GridPanel()
    .Title(Html.GetResource("DashBoardSelector", "DashBoardSelection"))
    .ID("GridDashboardType")
    ...
  18. Thank you very much Daniil that was my need. You can close the thread.
  19. I know Daniil, I just want to have the direction of menu Down instead of having it to right. Is it possible ?
  20. Hi guys,

    I have a problem with my dynamic menu which contains an button with menu. So when I click on my dynamic menu, "Menu 1" appears but when I click on "Menu 1", it desappears.

    I want my...
  21. Thank you Daniil it works, and is it valid for all ext components ? Otherwise you can close the Thread.
  22. Without the dropable case there is no js error. I will try to give you a test case as soon as possible.
  23. thank you, it's work
  24. We can't pass parameter with
    <ext:Toolbar runat="server" Html="<%# GetHeadBandProduct() %>" AutoDataBind="true">

    but it's ok for me in this context.

    Thank you so much
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4