Search Results

Type: Posts; User: erey

Search took 0.01 seconds.
  1. Thread: Modal Window

    by erey
    Hello,

    Let's say that I have an ext viewport (border layout) with regions north, center, and south, and I display popup coolite windows maximized and constrained to the center region through the...
  2. Hello,

    I found out the issue had to do with mixing the properties Enabled and Disabled to change the state of the tabs. It looks like with the new version of coolite we need to use Disabled...
  3. Hello,

    I am creating a TabPanel with 5 tabs from the code behind. When it first loads, it is fine. But when I move to another tab, I can see a mask (with the same dimensions as the contents of the...
  4. Hello,

    How do I select a TreePanel node from the code behind?

    Thanks
  5. Oh, that's what that code is generating. The ToolbarFill does the trick. Thanks.
  6. Hello,

    How can I align buttons/controls to the right on a toolbar?

    This code centers the controls but using 'right' does not work.
  7. Another issue we've encountered when EnableEventValidation = false is that popup windows are not shown.

    Here is a simple example you can use to test this scenario:

    file:aspx



    ...
  8. That worked for the simple scenario shown above.

    Do you guys plan to continue working on this issue so that coolite controls within updatepanels behave in the same way asp controls do? I have web...
  9. Thank you Geoffrey.
  10. Thank you for replying. Here is a simplied example:

    In ASPX Page Code:



    <asp:UpdatePanel runat="server" id="UP1" UpdateMode="Conditional">
    <ContentTemplate>
    <asp:LinkButton...
  11. Hello,


    Coolite controls placed inside an updatepanel disappear when the panel is updated unless the control triggering the update is listed as an AsyncPostBackTrigger in the trigger section of...
  12. Thread: Coolite Menu

    by erey
    This works:




    CheckMenuItem1.Listeners.CheckChange.Handler = "if (this.checked) {dosomething(#{TriggerField1});}";
  13. Thread: Coolite Menu

    by erey
    <ext:Menu ID="Menu1" runat="server">
    <Items>
    <ext:CheckMenuItem ID="CheckMenuItem1" runat="server" Text="MyText1" Group="theme">
    <listeners>
    <CheckChange Handler="if...
  14. Admin please delete post
  15. Thread: TriggerField Use

    by erey
    I figured it out. In case anybody needs it, this is how I did it:




    <cool:Menu ID="Menu1" runat="server">
    <Items>
    <cool:TextMenuItem ID="TextMenuItem1" runat="server"...
  16. Thread: TriggerField Use

    by erey
    <cool:TriggerField ID="TriggerField1" runat="server" AllowBlank="false" MsgTarget="Side">
    <Triggers>
    <cool:FieldTrigger Icon="Date" />
    <cool:FieldTrigger Icon="Combo" />
    </Triggers>...
  17. Thread: TriggerField Use

    by erey
    Great! Thank you very much.
  18. Thread: TriggerField Use

    by erey
    Any ideas? Thanks for any help you can provide.
  19. Thread: TriggerField Use

    by erey
    Hello,

    Two issues:

    1) Is it possible to attach an ext:Menu to a trigger in a triggerfield? And if so, could you please illustrate how to do it?

    2) Is it possible to use the validation...
Results 1 to 19 of 19