Coolite 0.8 Examples Explorer not working

  1. #1

    Coolite 0.8 Examples Explorer not working



    Great to see the 0.8 version of Coolite is available, the one thing I was waiting expectantly for was the message box access.

    Just to let you know in the Examples Explorer for the message box examples, the one where you set different icons never changes, it is always the Error icon.
  2. #2

    RE: Coolite 0.8 Examples Explorer not working

    Hi,

    Just to add form tag to this example or add ExtraParams


    <ext:Button ID="Button8" runat="server" Text="Show">
            <AjaxEvents>
                <Click OnEvent="Button8_Click">
                    <ExtraParams>
                        <ext:Parameter Name="Icon" Value="#{ComboBox1}.getValue()" Mode="Raw"></ext:Parameter>
                    </ExtraParams>
                </Click>
            </AjaxEvents>
        </ext:Button>

    server side change
      Icon = (MessageBox.Icon)Enum.Parse(typeof(MessageBox.Icon), e.ExtraParams["Icon"])

Similar Threads

  1. [CLOSED] Examples explorer Dynamic Grid Panels not working
    By anup in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 28, 2012, 8:37 PM
  2. [CLOSED] TabBar Config examples in Examples Explorer not working
    By anup in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2012, 9:32 AM
  3. Coolite Examples Explorer 0.8.2 Error Page
    By walle in forum 1.x Help
    Replies: 1
    Last Post: May 07, 2010, 4:07 PM
  4. Coolite Examples Explorer
    By georgelanes in forum Examples and Extras
    Replies: 10
    Last Post: Nov 01, 2009, 5:25 PM
  5. Replies: 0
    Last Post: Feb 10, 2009, 7:12 AM

Posting Permissions