Search Results

Type: Posts; User: trePjt

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. It's work. Thank you.
  2. In following example I add a ExtraParams in RemoteValidation, but it makes the page cannot show.
    It seems have some javascript error. Is it a bug or I do some thing wrong?
    I have tried if I change...
  3. Thank you! Work now.
  4. In following sample, if I don''t input anything in the textfield, and press directly on the button.
    #{txtName}.validate() return true until I really do some change on the textfield.

    My problem...
  5. Hi Daniil,

    Can you provide some sample code?

    I have searched in the Sencha's website and find validate() should be work, but it's not working.

    I have tried this in the select listener, call...
  6. I have a formpanel that bind to a gridpanel and the gridpanel is bind to a sqldatasource.

    There is a textfield in formpanel that enable remote validation.

    The problem is if the data load in the...
  7. Hi Daniil,

    Actually, I have tried to use listener like this



    <BeforeDeselect Handler="
    App.direct.chkGridRow();
    //chkGridRow will set hidRowChkFlg to 1 if checking not pass
    ...
  8. I have a gridpanel that bind to a formpanel.

    Every time user select other row of gridpanel, I will update the record of the formpanel to the current row of the grid.

    I want to add some checking...
  9. It's work! Thank you!
  10. I have try to set the .cls property when from load and it works.

    However, when I do same thing on button

    This is my .css file


    .testInner .x-btn-default-small .x-btn-inner
    ...
  11. I have tried this, but not work.


    .label-view .x-panel-body .x-form-display-field .x-form-field .x-body
    {
    background: white !important;
    font: 12px "Helvetica Neue",Arial, Helvetica,...
  12. I have create a .css file and load this file in every form in my web site.


    .label-view .x-panel-body .x-form-display-field .x-form-field .x-body
    {
    background: white;
    font: 12px...
  13. Thanks Daniil. I will study on this case. You can mark this thread as closed.
  14. hi Daniil,

    According to this example, I have implement the paging like following.

    Config the gridpanel in code behind


    Store store1 = this.pnlSelect.GetStore();
    ...
  15. If the gridpanel bind with a large data source, it must need more loading time.

    Is it help to reduce the loading time, if I enable paging in gridpanel?
  16. You can mark it as closed. Thank you.
  17. I understand what my problem is. Actually this field will not contains a long text with no withe space.
    My testing example not correct. Sorry to border you.
  18. I tried to build a table dynamically as following code example.

    However if there is a column have very long text. The text will not grow inside its own column, but overlap to following column....
  19. Thank you Daniil. You can mark this thread as close.
    I will create topic for further issue later.
  20. I have added the special date, but seems no different in the date picker.
    The alert of the SpecialDate function can show the correct result.



    var SpecialDate = function(){
    ...
  21. It's work! Thanks a lot.

    Where can I find the documentation about thee CSS setting of ext component?
  22. I prefer the second solution, as the dataset already bind to a gridpanel. I can reuse it.

    Can you provide some code example? Thank you!
  23. I have a gridpanel that contains a checkcolumn and some data is multiline.

    The checkboxs in the checkcolumn are align to top. How can I set the vertical align to middle?

    7321

    The checkcolumn...
  24. hi Daniil,

    Actually I will prepare a Dataset/Datatable. One of the column is datetime. I want to bind this Dataset/Datatable to the datepicker then have some further effect base on the datasource.
  25. I want to add a date picker that can access remote data. And show some highlight for special date according to the remote data.
    And I want to add some event listener on date picker, like show detail...
Results 1 to 25 of 48
Page 1 of 2 1 2