Search Results

Type: Posts; User: Zhivko

Search took 0.01 seconds.
  1. When start this page and select different items in GridView,
    <WindowUnload Handler="alert('WindowUnload');" /> fires 2x, 3x, 4x, ... times.




    <%@ Page Language="C#" AutoEventWireup="true" %>...
  2. Hi,

    I have to add Items in AlarmMessagesControlMultiSelect dynamic in client-side with javascript.
    I do not know how to do this.

    Where to read about this?



    <ext:Panel...
  3. Hi

    change


    <Click Handler="Ext.Msg.alert('fddgfdg',SHY.yenile({success: function (result){return result;}}));"


    with
  4. Hi,

    It is not possible to return value like you.

    Read article in main www.ext.net page.

    Zhivko Tropchev
  5. Hi,

    I hope this will help you.



    [AjaxMethod]
    public string SayHello(string text)
    {
    return "Hello " + text;
  6. Hi,

    May be this functionality will be possible in the next version ???

    Zhivko Tropchev
  7. Hi Vladimir,

    You are right. Mistake is my. Take my apologize. Sorry for lost time.

    Zhivko Tropchev
  8. Hi Vladimir,

    This is my test sample:



    <%@ Page Language="C#" AutoEventWireup="true" %>

    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>
    <%@ Register...
  9. Hi Vladimir,

    Sorry, but I do not which selection model I am using. My be default :).
    I do not how to set selection model.

    Zhivko Tropchev
  10. Hi Vladimir,

    Thanks for your answer.
    TreePanel1.getChecked() is useful function, but does not work for me.

    I do not use check boxes in my tree.

    I have just select tree nodes with mouse and...
  11. Hi All,

    I have dynamic created tree: TreeGPSRoutePositions. When I press button: ButtonTreeGPSRoutePositions, the function: submitGPSRoutePositionsSelectedNode() is executed, but...
  12. Hi,

    I found answer. I catch events(listeners) on inner panels.

    Zhivko Tropchev
  13. Hi,

    I want to process "Accordion" events. For example: show or hide panels. But how to catch them?
    I can not add "Listeners".

    Any idea?

    Thanks in advance?
    Zhivko Tropchev
  14. Hi,

    When I use icons and checkboxes in "ext:TreePanel", I sometimes want to change icon - checkbox position.
    How to show checkboxes first?

    Any idea?

    Thanks in advance.
    Zhivko Tropchev
  15. Thank you Vladi,

    I am new in Coolite library. I want to ask you is this right approach to register new java script or
    I have to use ux:GMapPanel.
    Will I have update problem if I use ux:GMapPanel...
  16. Hi All,

    I do not know how to update data in my google map on ajax event.

    On page load I use google map API to generate server-side java script and call...
  17. Thanks fpw2377 I will try.
  18. Hi,
    I am new in Coolite library and do not how to save and restore UI states.
    My problem is that I lose UI state after PostBack. For example:
    When I collapsed ext:Panel ID="PanelLeft" and resize...
Results 1 to 18 of 18