Search Results

Type: Posts; User: romeu

Page 1 of 5 1 2 3 4
Search took 0.02 seconds.
  1. In my GridPanel, I have to set style in one column only if the cell's value is greater than 0. How can I do this? In the same column, I have a format float <Renderer...
  2. How can I to call UpdateFilter when I filter in my GridPanel?
  3. Ok, thanks!
  4. Can you give me an example?
  5. <script type="text/javascript">
    $(document).ready(function () {
    $.MontarAgenda(Ext.getCmp("colaborador").getValue());
    });

    jQuery.MontarAgenda = function (id) {
    ...
  6. I need to set increment according to the user.
  7. I tried:



    <Listeners>
    <AfterRender Fn="IncrementarMinutos" />
    </Listeners>

    <script>
    var IncrementarMinutos = function (value) {
  8. Hi,

    Yes, I did this:



    Ext.getCmp("horaInicio").increment = 10;


    but still didn't work. Is there any other way to set increment prop?
  9. Hi,

    I have a TimeField and I need to set the increment dynamically because every user has it's own configuration.
  10. Hi,

    I have a compositefield and when I press "Tab" key from it, I want to call a function. Is this possible?

    Thanks.
  11. It worked, thank you.
  12. Hi,
    How can I remove all columns of a GridPanel in client side?

    Thanks.
  13. Daniil,
    I looked here and our version is 1.6.
  14. Hi,

    How can I get all records from a ListView in javascript client side?

    Thanks;
  15. Hello Daniil,

    I'm using version 1.2.
  16. Daniil, tested in google chrome and firefox.
  17. Hello, I would like to create a style for my forms.

    I have this panel, it is possible to stylize it, putting background, border and input?

    I am doing as follows:



    .PanelStyle{
    ...
  18. Daniil, the above example does not work like the others, does not load the CompositeField.
  19. Hello Daniil,

    I did as requested and did not work again.

    Here the code to see how you did.



    <div id="modal-empresa" title="Selecionar Empresa" style="display: none;">
    <ext:Label...
  20. Yes, height.

    Have you changed the height but did not solve the problem.
  21. Hello!

    I changed the time but it did not work, it does not load inputs, follows a print screen for you to better visualize the problem.

    5236
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4