Search Results

Type: Posts; User: riccardosarti

Search took 0.01 seconds.
  1. I can't find a way to modify styles of dynamically crated buttons using its own properties, like BackColor, ForeColor, ctCls, CssClass. Any workaround?

    regards
    Riccardo Sarti
  2. Added few Buttons in TabPanel->Tab->TableLayout->Cells, one button in each cell; tried to apply for a different color, back color, CssClass, CtCls, Cls or whatever to every button but nothing...
  3. ok I just realized Tab.Buttons holds buttons to the footer of the Tab; so is there a way to implement a top bar buttons as in Extjs (tbar properties)?

    thx
  4. nope, at first try I still get javascript errors; maybe it relays on the fact it's all dinamically built. Anyway I'll check further later to see if I mistaken something.

    thx
  5. I added buttons to the Buttons collection of a Tab beloging to a TabPanel; unfortunately the buttons are showed on bottom of the Tab and not on the top.

    How to put them on top side of the Tab?
  6. can table layout be nested inside a TabPanel Tab? I mean, puntting a TabLayout in a Cell of another TableLayout which is in the ContentControls of a Tab beloging to a TabPanel

    I tried it but I get...
  7. Solved myself this way:

    I Added a TableLayout to each Tab
    On each TabLayout I added the different Buttons (in the Cells of the TableLayout)
    I enabled TabPanel.LayoutOnTabChange to ensure visual...
  8. In the example I add buttons in a Tab of a TabPanel (taking data from an external class called pmappa). It's all dinamically built. The problem there is the buttons are shown in a column (one under...
  9. OK thx all, also found this topic had already been discussed. Sorry for the post
  10. I tried to build a TabPanel dynamically: adding Tabs to TabPanel and Buttons to each tabs. In the follow I list a very simple example. Issues come as Buttons doesn't show up properly. They come on...
Results 1 to 10 of 10