Search Results

Type: Posts; User: flormariafr

Page 1 of 18 1 2 3 4
Search took 0.03 seconds.
  1. Hi,

    I have a GridPanel with an store that have an ObjectDataSource as DataSourceID.

    When the page is loaded the grid shows all the records according to the select method by default.

    I...
  2. Hi,

    I need to call the same javascript function when a button is pressed. Is there a way to call the function when the key ENTER is pressed without having to send the special key as parameter?
  3. Hi,

    Could you please give me an example using AjaxMethod?
  4. Hi,

    Could you tell me please How to call a javascript function when the ENTER key is pressend in a TextArea control?
  5. Hi,

    Could you tell me please how to know if an image button is pressed = true using javascript?
  6. Hi,

    I palogize because of the last new post that added here. I will create a new post for that question.
  7. Hi,

    Could you tell me please how to know if an image button is pressed = true using javascript?
  8. Hi,

    Could you tell me please how to call the javascript function AskNed sending the selected item text from the comboBox comboBoxAvatarTopics as parameter?



    var AskNed = function(text) ...
  9. Hi,

    If I removed the following line (#1):

    var ImageButtonGenerateLink = document.getElementById("ImageButtonGenerateLink");

    The control ImageButtonGenerateLink is not recognized in...
  10. Hi,

    I did not know how to use ValidateEdit.

    Thanks for the example is very good.
  11. Hi,

    I got the following error:

    Object does not support this property or method.



    var ImageButtonGenerateLink = document.getElementById("ImageButtonGenerateLink"); ...
  12. Hi,

    Could please tell me how to make an image button disabled using javascript?
  13. Hi,

    I apologize I added the last post by mistake. I will create a new one for this question.
  14. Hi,

    Could you tell me please how to make an image button disabled using javascript?
  15. Hi,

    I will take Vladimir suggestion for the future, but I need to fix the problem for the current GridPanels.

    The example that Daniil gave me works fine when the validation is only for the...
  16. Hi,

    I am trying to validate somo grid columns using de change event. My problem is that when I get the new value for the columns I get an empty string instead the value for the property Text for...
  17. Hi,

    I setted those properties to the window, but it did not work.



    <ext:Window ID="WindowLink" runat="server" Collapsible="false" Height="430px" Width="520px" Icon="Application"...
  18. Hi,

    I posted this pos few minutes ago but I do not see it.

    My problem is that I am showing a window in page where an swf animation is runing and the windows appears behind the animation and I...
  19. Hi,

    I just figured aut the right way to do it.



    <Click Handler="showAnimation(node.id);#{ImageButtonGenerateLink}.setDisable(true);" />
  20. Hi,

    I need to make 2 actions for a listener the first action works fine "showAnimation(node.id);", but when I add a second action like for example set the ImageButtonGenerateLink to disable =...
  21. Hi Daniil,

    Thanks so mucho for your help.
  22. Hi Vladimir,

    That solved my problem. Thanks for your help.

    Flor Maria.
  23. Hi,

    Could you tell me please also how to call a Direct Event sending the TreePanel current selected node id as parameter?
  24. Hi,

    I am trying to add the clear button that you have in the examples for Filter Headers on the GridPanel.
  25. Hi Daniil,

    Thanks for the example.
Results 1 to 25 of 441
Page 1 of 18 1 2 3 4