﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Coolite Forums / Community Forums / Help </title><generator>InstantForum.NET v4.1.4</generator><description>Coolite Forums</description><link>http://www.coolite.com/forums/</link><webMaster>do-not-reply@coolite.com</webMaster><lastBuildDate>Wed, 20 Aug 2008 05:42:12 GMT</lastBuildDate><ttl>20</ttl><item><title>Help with viewport sample</title><link>http://www.coolite.com/forums/Topic1222-4-1.aspx</link><description> Hi! I'm trying to adapt the viewport with BorderLayour sample to use in a personal project. I want to show an aspx page in each panel of accordion control, select an option of this panel (with buttons, links or anything) and show a page in a tab in center region. &lt;BR&gt;&lt;BR&gt;But I have a problem: when I add in the panel some asp.net controls (buttons, for example), I have a crash when I click them. If I add coolite buttons, they doesn't show when I run the application. (I'm using AutoLoad property in the panel to show the page with the buttons). The buttons are visible if I run only the page which contains them (not the viewport page). &lt;BR&gt;&lt;BR&gt;Can someone help me? (any sample or something like it would be very welcome!)&lt;BR&gt;&lt;BR&gt;(Disclaimer: I'm from Argentina and my english sucks. Sorry if you can't understand me and thanks for trying!)</description><pubDate>Tue, 19 Aug 2008 11:43:50 GMT</pubDate><dc:creator>LuB</dc:creator></item><item><title>Firefox and DateField/DatePicker</title><link>http://www.coolite.com/forums/Topic1187-4-1.aspx</link><description> Hi!&lt;br&gt;&lt;br&gt;I have problem rendering the DateField/DatePicker in Firefox 3.x (which does not occurs in IE).&lt;br&gt;Was not happening in 0.4.x version.&lt;br&gt;&lt;br&gt;Attached the screenshot.&lt;br&gt;&lt;br&gt;Cheers.&lt;br&gt;</description><pubDate>Fri, 15 Aug 2008 09:31:35 GMT</pubDate><dc:creator>GuS</dc:creator></item><item><title>Problems with Window and Buttons</title><link>http://www.coolite.com/forums/Topic1184-4-1.aspx</link><description> Hi guys,&lt;br&gt;&lt;br&gt;Since this new version i have a weird problem... I want to open a window when i click on a button but when i browse the page/site the window self open.&lt;br&gt;&lt;br&gt;&lt;br&gt;Here is a part of the code:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;&amp;lt;ext:TabPanel ID="TabPanel1" runat="server" ActiveTab="0" Height="300px" &lt;br&gt;                        Plain="True" BodyStyle="padding:10px" ButtonAlign="Center"&amp;gt;&lt;br&gt;                        &amp;lt;Tabs&amp;gt;&lt;br&gt;                            &amp;lt;ext:Tab ID="Tab1" runat="server" Title="Instructivo"&amp;gt;&lt;br&gt;                                &amp;lt;Content&amp;gt;&lt;br&gt;                                &amp;lt;p&amp;gt;En este apartado tendr&amp;amp;aacute; una gu&amp;amp;iacute;a instructiva para el usuario...&amp;lt;/p&amp;gt;&lt;br&gt;                                &amp;lt;/Content&amp;gt;&lt;br&gt;                            &amp;lt;/ext:Tab&amp;gt;&lt;br&gt;                            &amp;lt;ext:Tab ID="Tab2" runat="server" Title="Reportes por Fecha" Width="300"&amp;gt;&lt;br&gt;                                &amp;lt;Content&amp;gt;&lt;br&gt;                                &amp;lt;div id="tabsSearch1"&amp;gt;&lt;br&gt;                                &amp;lt;table class="tabsSearchTable1" cellspacing="4" width="40%"&amp;gt;&lt;br&gt;                                &amp;lt;tbody&amp;gt;&lt;br&gt;                                &amp;lt;tr align="left" valign="top"&amp;gt;&amp;lt;td&amp;gt;&lt;br&gt;                                &amp;lt;asp:Label ID="searchLabel1" runat="server" Text="Fecha Inicial:"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;                                &amp;lt;/td&amp;gt;&lt;br&gt;                                &amp;lt;td&amp;gt;&lt;br&gt;                                &amp;lt;ext:DateField ID="DateField1" runat="server"&amp;gt;&amp;lt;/ext:DateField&amp;gt;&lt;br&gt;                                &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br&gt;                                &amp;lt;tr align="left" valign="top"&amp;gt;&amp;lt;td&amp;gt;&lt;br&gt;                                &amp;lt;asp:Label ID="Label1" runat="server" Text="Fecha Final:"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;                                &amp;lt;/td&amp;gt;&lt;br&gt;                                &amp;lt;td&amp;gt;&lt;br&gt;                                &amp;lt;ext:DateField ID="DateField2" runat="server"&amp;gt;&amp;lt;/ext:DateField&amp;gt;&lt;br&gt;                                &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br&gt;                                &amp;lt;tr align="left" valign="top"&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br&gt;                                &amp;lt;asp:Button ID="searchButton1" runat="server" Text="Buscar" /&amp;gt;&lt;br&gt;                                &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br&gt;                                &amp;lt;/tbody&amp;gt;&lt;br&gt;                                &amp;lt;/table&amp;gt;&lt;br&gt;                                &amp;lt;/div&amp;gt;&lt;br&gt;                                    &amp;lt;ext:Window                                    &lt;br&gt;                                        ID="Window1"&lt;br&gt;                                        runat="server"&lt;br&gt;                                        Title="Resultados" &lt;br&gt;                                        Width="550px"&lt;br&gt;                                        Height="400px" &lt;br&gt;                                        BodyStyle="padding: 6px;" &lt;br&gt;                                        CloseAction="Hide" &lt;br&gt;                                        Collapsible="True" &lt;br&gt;                                        TriggerElement="searchButton1" &lt;br&gt;                                        AnimateTarget="searchButton1"&amp;gt;&lt;br&gt;                                        &amp;lt;Content&amp;gt;&lt;br&gt;                                            &amp;lt;ext:Panel &lt;br&gt;                                                ID="Panel1" &lt;br&gt;                                                runat="server" &lt;br&gt;                                                Title="Reportes por Fecha"&lt;br&gt;                                                Height="400px"&lt;br&gt;                                                BodyStyle="padding: 6px;"&lt;br&gt;                                                AutoLoad="searchResult.aspx"/&amp;gt;&lt;br&gt;                                        &amp;lt;/Content&amp;gt;&lt;br&gt;                                    &amp;lt;/ext:Window&amp;gt;                                 &lt;br&gt;                                &amp;lt;/Content&amp;gt;&lt;br&gt;                            &amp;lt;/ext:Tab&amp;gt;&lt;br&gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Any tip?&lt;br&gt;&lt;br&gt;&lt;br&gt;NOTE: this was working before...&lt;br&gt;</description><pubDate>Fri, 15 Aug 2008 09:09:35 GMT</pubDate><dc:creator>GuS</dc:creator></item><item><title>Problems with the Content of Cool-Panel</title><link>http://www.coolite.com/forums/Topic873-4-1.aspx</link><description> Hi !!!&lt;BR&gt;&lt;BR&gt;I'm using the Coolite controls in a web application. Everything is fine, except for a little trouble with the Cool-Panel control. Let me explain. I have a Master Page, with three Panels that I use like a "menu container" and "footer containers". Sometimes (I don't know exactly when), when the page refresh, the text (or any object) inside the panels stays out of place, until I pass the mouse over them, then they put in place again. The panels are simple:&lt;BR&gt;&lt;BR&gt;[code]&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;cool&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;Panel&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;ID&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="PanelPrincipal"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;runat&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="server"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Title&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="Menu Principal"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Frame&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="True"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;AutoScroll&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="true"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Width&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="200px"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Height&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="460px"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Font-Size&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="Smaller"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;style&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="font-size: xx-small"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;Content&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;asp&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;TreeView&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;ID&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="TreeOpciones"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;runat&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="server"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;ImageSet&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="Arrows"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;onselectednodechanged&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="TreeOpciones_SelectedNodeChanged"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;ontreenodepopulate&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="TreeOpciones_TreeNodePopulate"&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;NodeWrap&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="true"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Width&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="190px"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Font-Size&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="Smaller"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;style&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="font-size: xx-small"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;ParentNodeStyle&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Font-Bold&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="False"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;/&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;HoverNodeStyle&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Font-Underline&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="True"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;ForeColor&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="#5555DD"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;/&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;SelectedNodeStyle&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Font-Underline&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="True"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;ForeColor&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="#5555DD"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;HorizontalPadding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="0px"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;VerticalPadding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="0px"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;/&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;NodeStyle&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Font-Names&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="Tahoma"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Font-Size&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="10pt"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;ForeColor&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="Black"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;HorizontalPadding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="5px"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;NodeSpacing&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="0px"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;VerticalPadding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;="0px"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;/&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;asp&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;TreeView&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;Content&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;[/code]&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;I attach an image (&lt;A class=SmlLinks title="41.97 KB" href="http://www.coolite.com/forums/Attachment40.aspx" target=_blank&gt;&lt;FONT color=#0e9fa3&gt;Cool-Panel problem.jpg&lt;/FONT&gt;&lt;/A&gt;), so you can figure out this issue much better.&lt;BR&gt;&lt;BR&gt;Thanks in advance, and Regards !!!&lt;BR&gt;&lt;BR&gt;Alfonso Penunuri.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;</description><pubDate>Mon, 07 Jul 2008 15:30:00 GMT</pubDate><dc:creator>Penunuri</dc:creator></item><item><title>ext:Window position</title><link>http://www.coolite.com/forums/Topic1067-4-1.aspx</link><description>&lt;P&gt;I have an ext:Window on my page, which is not displayed on PageLoad and a bunch of user controls with buttons. When a button in user control is clicked, an iframe inside the window is updated client-side and the window is displayed (modal). Everything works fine when the page is not scrolled down. When the page is scrolled down and a button is clicked on any of the bottom user controls, I have to scroll up to see the &amp;#119;indow.&lt;BR&gt;&lt;BR&gt;Is there anyway to make the Ext:Window show up in the centre of the screen, regardless of the scroll position (e.g. like Ext.Confirm -- it is always displayed in the centre)?&lt;BR&gt;&lt;BR&gt;I believe the problem is that the window already exists and it's just being hidden/shown, but it doesn't know that the document scrolled down. So the question is: how do I tell the window what the new "center" is? My guess would be to create a BeforeShow listener for the window, but what do I set in the listener?&lt;BR&gt;&lt;BR&gt;Thank you!&lt;/P&gt;</description><pubDate>Mon, 28 Jul 2008 12:26:42 GMT</pubDate><dc:creator>haltenberg</dc:creator></item><item><title>Window Position between postbacks</title><link>http://www.coolite.com/forums/Topic1157-4-1.aspx</link><description> i am a novice asp.net/ajax programmer.i am creating a window with coolite and i have to make postbacks.But when postback occurs window is moved to starting position(commonly center of the page) &lt;br&gt;   all i want to do is actually when a users press buttons windows are shown.And if a post back occurs all windows preserve their current properties (position,visible /unvisible etc...)&lt;br&gt;   why i cant do this?&lt;br&gt;&lt;br&gt;  Secondly i couldn't find a tutorial.Is there a tutorial?&lt;br&gt;</description><pubDate>Fri, 08 Aug 2008 01:55:18 GMT</pubDate><dc:creator>tonytony</dc:creator></item><item><title>create window from within another window</title><link>http://www.coolite.com/forums/Topic1070-4-1.aspx</link><description>&lt;P&gt;Is it possible to create a window from a buttonfield in a gridview of another window but tie it to the viewport?&lt;BR&gt;&lt;BR&gt;I have a main page [i]simplified[/i]:&lt;BR&gt;[code]&lt;BR&gt;&lt;B&gt;&lt;FONT color=#5e5eff size=2&gt;&lt;/B&gt;&lt;/FONT&gt;&amp;lt;html&amp;gt;&lt;BR&gt;&amp;lt;head runat="server"&amp;gt;&lt;BR&gt;  &amp;lt;title&amp;gt;BICSI Vantage&amp;lt;/title&amp;gt;&lt;BR&gt;  &amp;lt;link rel="stylesheet" href="css/style.css" type="text/css" /&amp;gt;&lt;BR&gt;&amp;lt;/head&amp;gt;&lt;BR&gt;&amp;lt;body&amp;gt;&lt;BR&gt;  &amp;lt;ext:ScriptManager ID="ScriptManager1" runat="server" Theme="Gray" Hide="true"&amp;gt;&lt;BR&gt;    &amp;lt;Listeners&amp;gt;&lt;BR&gt;      &amp;lt;DocumentReady Fn="Ext.get('lnkHome').on('click', function() { winHome.show(); });"/&amp;gt;&lt;BR&gt;    &amp;lt;/Listeners&amp;gt;&lt;BR&gt;  &amp;lt;/ext:ScriptManager&amp;gt;&lt;BR&gt;  &amp;lt;form id="MainForm" runat="server"&amp;gt;&lt;BR&gt;  &amp;lt;div&amp;gt;&lt;BR&gt;  &amp;lt;ext:ViewPort ID="ViewPort1" runat="server"&amp;gt;&lt;BR&gt;    &amp;lt;Content&amp;gt;&lt;BR&gt;      &amp;lt;ext:BorderLayout ID="BorderLayout1" runat="server"&amp;gt;&lt;BR&gt;        &amp;lt;North Collapsible="True" Split="True"&amp;gt;&lt;BR&gt;          &amp;lt;ext:Panel ID="NorthPanel" runat="server" Height="95" Title="Header" Header="False"&amp;gt;&lt;BR&gt;            &amp;lt;Content&amp;gt;&lt;BR&gt;              &amp;lt;ext:Accordion ID="WestAccordion" runat="server" Animate="true" TitleCollapse="true"&amp;gt;&lt;BR&gt;                &amp;lt;ext:Panel ID="Favorites" runat="server" Title="Favorites" Border="false" BodyStyle="padding:6px;" Icon="Star"&amp;gt;&lt;BR&gt;                  &amp;lt;Content&amp;gt;&lt;BR&gt;                    &amp;lt;ul&amp;gt;&lt;BR&gt;                      &amp;lt;li class="findindividual"&amp;gt;&amp;lt;a href="#" id="lnkInd"&amp;gt;Find Individual&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR&gt;                    &amp;lt;/ul&amp;gt;&lt;BR&gt;                  &amp;lt;/Content&amp;gt;&lt;BR&gt;                &amp;lt;/ext:Panel&amp;gt;&lt;BR&gt;              &amp;lt;/ext:Accordion&amp;gt;&lt;BR&gt;            &amp;lt;/Content&amp;gt;&lt;BR&gt;          &amp;lt;/ext:Panel&amp;gt;&lt;BR&gt;        &amp;lt;/North&amp;gt;&lt;BR&gt;      &amp;lt;/ext:BorderLayout&amp;gt;&lt;BR&gt;    &amp;lt;/Content&amp;gt;&lt;BR&gt;  &amp;lt;/ext:ViewPort&amp;gt;&lt;BR&gt;  &amp;lt;ext:Window ID="winInd" Show&amp;#111;nload="false" Icon="User" Minimizable="true" runat="server" Collapsible="true" Title="Individual" AutoLoad="&lt;A href="http://localhost:3077/BICSI-Vantage2/windows/favorites/findindividual.aspx"&gt;http://localhost:3077/BICSI-Vantage2/windows/favorites/findindividual.aspx&lt;/A&gt;" Width="800" Height="800" CloseAction="Hide"&amp;gt;&lt;BR&gt;  &amp;lt;/ext:Window&amp;gt;&lt;BR&gt;  &amp;lt;/div&amp;gt;&lt;BR&gt;  &amp;lt;/form&amp;gt;&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt;[/code]&lt;BR&gt;&lt;BR&gt;and a window with a bunch of tabs with gridviews [i]simplified[/i]:&lt;BR&gt;[code]&lt;BR&gt;&amp;lt;script runat="server"&amp;gt;&lt;BR&gt; protected void RowCommand(object sender, GridViewCommandEventArgs e)&lt;BR&gt;    {&lt;BR&gt;        if (e.CommandName == "showInv")&lt;BR&gt;        {&lt;BR&gt;            Window win = new Window(); &lt;BR&gt;            win.Title = "Invoice";&lt;BR&gt;            win.AutoLoad = "&lt;A href="http://localhost:3077/BICSI-Vantage2/windows/financials/invoice.aspx"&gt;http://localhost:3077/BICSI-Vantage2/windows/financials/invoice.aspx&lt;/A&gt;"; &lt;BR&gt;            this.form1.Controls.Add(win);    &lt;BR&gt;        }&lt;BR&gt;    }&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html xmlns="&lt;A href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;"&amp;gt;&lt;BR&gt;&amp;lt;head id="Head1" runat="server"&amp;gt;&lt;BR&gt;    &amp;lt;title&amp;gt;BICSI Vantage&amp;lt;/title&amp;gt;&lt;BR&gt;    &amp;lt;link rel="stylesheet" href="../../css/style.css" type="text/css" /&amp;gt;&lt;BR&gt;&amp;lt;/head&amp;gt;&lt;BR&gt;&amp;lt;body&amp;gt;&lt;BR&gt;    &amp;lt;form id="form1" runat="server"&amp;gt;&lt;BR&gt;    &amp;lt;asp:ScriptManager ID="ScriptManager2" runat="server" LoadScriptsBeforeUI="False"&amp;gt;&lt;BR&gt;    &amp;lt;/asp:ScriptManager&amp;gt;&lt;BR&gt;    &amp;lt;ext:ScriptManager ID="ScriptManager1" runat="server" Theme="Gray" Hide="true"&amp;gt;&lt;BR&gt;    &amp;lt;/ext:ScriptManager&amp;gt;&lt;BR&gt;    &amp;lt;div&amp;gt;&lt;BR&gt;        &amp;lt;ext:ViewPort ID="ViewPort1" runat="server"&amp;gt;&lt;BR&gt;            &amp;lt;Content&amp;gt;&lt;BR&gt;                &amp;lt;ext:BorderLayout ID="BorderLayout1" runat="server"&amp;gt;&lt;BR&gt;                    &amp;lt;Center&amp;gt;&lt;BR&gt;                        &amp;lt;ext:Panel ID="Panel7" runat="server" Title="Result"&amp;gt;&lt;BR&gt;                            &amp;lt;Content&amp;gt;&lt;BR&gt;                                &amp;lt;ext:FitLayout ID="FitLayout2" runat="server"&amp;gt;&lt;BR&gt;                                    &amp;lt;ext:TabPanel ID="TabPanel2" runat="server" ActiveTab="2" Border="false" &lt;BR&gt;                                        Title="Center"&amp;gt;&lt;BR&gt;                                        &amp;lt;Tabs&amp;gt;&lt;BR&gt;                                            &amp;lt;ext:Tab ID="InvoicesTab" runat="server" Title="Invoices"&amp;gt;&lt;BR&gt;                                                &amp;lt;Content&amp;gt;&lt;BR&gt;                                                    &amp;lt;asp:UpdatePanel ID="UpdatePanel9" runat="server"&amp;gt;&lt;BR&gt;                                                        &amp;lt;ContentTemplate&amp;gt;&lt;BR&gt;                                                            &amp;lt;asp:GridView ID="GridView5" runat="server" AllowSorting="True" AutoGenerateColumns="False"&lt;BR&gt;                                                                DataSourceID="LinqDataSource3" OnRowCommand="RowCommand"&amp;gt;&lt;BR&gt;                                                                &amp;lt;Columns&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="INVOICENUM" HeaderText="Inv #" ReadOnly="True" SortExpression="INVOICENUM" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="INVOICESTT" HeaderText="Inv Status" ReadOnly="True" SortExpression="INVOICESTT" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="INVOICEDATE" HeaderText="Inv Date" ReadOnly="True" SortExpression="INVOICEDATE" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="DUEDATE" HeaderText="Due Date" ReadOnly="True" SortExpression="DUEDATE" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="TOTALAMT" HeaderText="Total Amt" ReadOnly="True" SortExpression="TOTALAMT" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="BALANCEDUE" HeaderText="Bal. Due" ReadOnly="True" SortExpression="BALANCEDUE" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="PAIDFLG" HeaderText="Paid" ReadOnly="True" SortExpression="PAIDFLG" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="PAYMENTNUM" HeaderText="Pay #" ReadOnly="True" SortExpression="PAYMENTNUM" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="PAYMENTDATE" HeaderText="Pay Date" ReadOnly="True" SortExpression="PAYMENTDATE" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="ORDERSOURCE" HeaderText="Source" ReadOnly="True" SortExpression="ORDERSOURCE" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:BoundField DataField="SOURCECD" HeaderText="Source CD" ReadOnly="True" SortExpression="SOURCECD" /&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:ButtonField CommandName="showInv"  HeaderText="InvNum" &lt;BR&gt;                                                                        InsertVisible="False" ShowHeader="True" DataTextField="INVOICENUM" /&amp;gt;&lt;BR&gt;                                                                &amp;lt;/Columns&amp;gt;&lt;BR&gt;                                                            &amp;lt;/asp:GridView&amp;gt;&lt;BR&gt;                                                            &amp;lt;asp:LinqDataSource ID="LinqDataSource3" runat="server" ContextTypeName="CV2DataContext"&lt;BR&gt;                                                                TableName="INVOICE2s" Where="PAYEECD == @PAYEECD" Select="new (INVOICENUM, INVOICESTT, INVOICEDATE, DUEDATE, PRICEAMT, TOTALAMT, BALANCEDUE, PAIDFLG, PAYMENTNUM, PAYMENTDATE, ORDERSOURCE, SOURCECD)"&amp;gt;&lt;BR&gt;                                                                &amp;lt;WhereParameters&amp;gt;&lt;BR&gt;                                                                    &amp;lt;asp:ControlParameter ControlID="GridView3" Name="PAYEECD" PropertyName="SelectedValue"&lt;BR&gt;                                                                        Type="Int32" DefaultValue="0" /&amp;gt;&lt;BR&gt;                                                                &amp;lt;/WhereParameters&amp;gt;&lt;BR&gt;                                                            &amp;lt;/asp:LinqDataSource&amp;gt;&lt;BR&gt;                                                        &amp;lt;/ContentTemplate&amp;gt;&lt;BR&gt;                                                    &amp;lt;/asp:UpdatePanel&amp;gt;&lt;BR&gt;                                                &amp;lt;/Content&amp;gt;&lt;BR&gt;                                            &amp;lt;/ext:Tab&amp;gt;&lt;BR&gt;                                        &amp;lt;/Tabs&amp;gt;&lt;BR&gt;                                    &amp;lt;/ext:TabPanel&amp;gt;&lt;BR&gt;                                &amp;lt;/ext:FitLayout&amp;gt;&lt;BR&gt;                            &amp;lt;/Content&amp;gt;&lt;BR&gt;                        &amp;lt;/ext:Panel&amp;gt;&lt;BR&gt;                    &amp;lt;/Center&amp;gt;&lt;BR&gt;                &amp;lt;/ext:BorderLayout&amp;gt;&lt;BR&gt;            &amp;lt;/Content&amp;gt;&lt;BR&gt;        &amp;lt;/ext:ViewPort&amp;gt;&lt;BR&gt;    &amp;lt;/div&amp;gt;&lt;BR&gt;    &amp;lt;/form&amp;gt;&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;I have the simplified rowcommand function that [i], I think,[/i] should just create an invoice window in the existing window but i get this error with some encrypted viewstate data highlighted in the debug screen:&lt;BR&gt;&lt;BR&gt;[code]Microsoft JScript runtime error: 'this.ctl32' is null or not an object[/code] &lt;BR&gt;&lt;BR&gt;if i use the same code in a pageload it works fine&lt;BR&gt;[code]    &lt;BR&gt;protected void Page_Load(object sender, EventArgs e)&lt;BR&gt;    {&lt;BR&gt;        Window win = new Window();&lt;BR&gt;        win.Title = "Invoice";&lt;BR&gt;        win.AutoLoad = "&lt;A href="http://localhost:3077/BICSI-Vantage2/windows/events/registration.aspx"&gt;http://localhost:3077/BICSI-Vantage2/windows/events/registration.aspx&lt;/A&gt;";&lt;BR&gt;        this.form1.Controls.Add(win);&lt;BR&gt;    }    &lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;any ideas?&lt;/P&gt;</description><pubDate>Mon, 28 Jul 2008 20:16:56 GMT</pubDate><dc:creator>jlertle</dc:creator></item><item><title>Javascript intellisense in VS for embedded ExtJS js files</title><link>http://www.coolite.com/forums/Topic1146-4-1.aspx</link><description> Hi.  What's the correct syntax to get javascript intellisense for the ExtJS framework embedded in the Coolite assembly?  This is in reference to the following blog about ExtJS and intellisense that Geoffrey commented on:&lt;br&gt;&lt;br&gt;http://blogs.msdn.com/webdevtools/archive/2008/03/12/jscript-intellisense-working-with-ext-js.aspx&lt;br&gt;</description><pubDate>Wed, 06 Aug 2008 12:21:50 GMT</pubDate><dc:creator>jchau</dc:creator></item><item><title>ext:HtmlEditor in ext:Window</title><link>http://www.coolite.com/forums/Topic1031-4-1.aspx</link><description>&lt;P&gt;I have the following mark-up code:&lt;BR&gt;[code]&amp;lt;asp:UpdatePanel ID="upWinPanel" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="false"&amp;gt;&lt;BR&gt;&amp;lt;ContentTemplate&amp;gt;&lt;BR&gt;    &amp;lt;ext:Window ID="EditorWindow" runat="server" Title="&amp;lt;%$ Resources:LanguageFile, Note %&amp;gt;" MinHeight="600" MinWidth="800" Closable="True" Show&amp;#111;nload="false" CloseAction="Hide" Maximizable="true" Modal="True" Icon="PageWhiteEdit"&amp;gt;&lt;BR&gt;        &amp;lt;Content&amp;gt;&lt;BR&gt;            &amp;lt;ext:AnchorLayout ID="alWin" runat="server"&amp;gt;&lt;BR&gt;                &amp;lt;ext:Anchor&amp;gt;&lt;BR&gt;                    &amp;lt;ext:Panel ID="pnlWinMsg" runat="server" Height="0" AutoHeight="true" BodyStyle="background-color:#e4e4e4;" Border="False" AutoScroll="True" BodyBorder="False" Header="True" HideBorders="True"&amp;gt;&lt;BR&gt;                        &amp;lt;Content&amp;gt;&lt;BR&gt;                            &amp;lt;asp:Label ID="lblErrorMsg" runat="server" CssClass="red" /&amp;gt;&lt;BR&gt;                        &amp;lt;/Content&amp;gt;&lt;BR&gt;                &amp;lt;/ext:Anchor&amp;gt;&lt;BR&gt;                &amp;lt;ext:Anchor&amp;gt;&lt;BR&gt;                    &amp;lt;ext:FieldSet ID="fldsetEditorEmail" runat="server" Icon="EmailGo" Title="&amp;lt;%$ Resources:LanguageFile, SendByEmail %&amp;gt;" Collapsible="True" TitleCollapse="True" Cls="AssignmentFieldset" Collapsed="true" StyleSpec="margin:5px;" Height="135"&amp;gt;&lt;BR&gt;                        &amp;lt;Listeners&amp;gt;&lt;BR&gt;                            &amp;lt;Collapse Handler="Ext.getCmp('btnSendEmail').hide();" /&amp;gt;&lt;BR&gt;                            &amp;lt;Expand Handler="Ext.getCmp('btnSendEmail').show();" /&amp;gt;&lt;BR&gt;                        &amp;lt;/Listeners&amp;gt;&lt;BR&gt;                        &amp;lt;Content&amp;gt;&lt;BR&gt;                            ... some textboxes with labels here ...&lt;BR&gt;                        &amp;lt;/Content&amp;gt;&lt;BR&gt;                    &amp;lt;/ext:FieldSet&amp;gt;&lt;BR&gt;                &amp;lt;/ext:Anchor&amp;gt;&lt;BR&gt;                &amp;lt;ext:Anchor Horizontal="100%" Vertical="100%"&amp;gt;&lt;BR&gt;                    &amp;lt;ext:HtmlEditor ID="HtmlEditor" runat="server"&amp;gt;                    &lt;BR&gt;                &amp;lt;/ext:Anchor&amp;gt;&lt;BR&gt;            &amp;lt;/ext:AnchorLayout&amp;gt;&lt;BR&gt;        &amp;lt;/Content&amp;gt;&lt;BR&gt;        &amp;lt;Buttons&amp;gt;&lt;BR&gt;            &amp;lt;ext:Button ID="btnSendEmail" runat="server" Icon="EmailGo" AutoPostBack="false" Text="&amp;lt;%$ Resources:LanguageFile, EmailSend %&amp;gt;" OnClientClick="&amp;#100;ocument.getElementById('hbtnEmail').click();" /&amp;gt;&lt;BR&gt;            &amp;lt;ext:Button ID="btnSave" runat="server" Icon="Disk" AutoPostBack="false" Text="&amp;lt;%$ Resources:LanguageFile, Save %&amp;gt;" OnClientClick="&amp;#100;ocument.getElementById('hbtnSave').click();" /&amp;gt;&lt;BR&gt;            &amp;lt;ext:Button ID="btnNoteCancel" runat="server" Icon="Cancel" AutoPostBack="false" Text="&amp;lt;%$ Resources:LanguageFile, Cancel %&amp;gt;" OnClientClick="Editor&amp;#119;indow.hide();" /&amp;gt;&lt;BR&gt;        &amp;lt;/Buttons&amp;gt;&lt;BR&gt;    &amp;lt;/ext:Window&amp;gt;&lt;BR&gt;&amp;lt;/ContentTemplate&amp;gt;&lt;BR&gt;&amp;lt;/asp:UpdatePanel&amp;gt;[/code]&lt;BR&gt;&lt;BR&gt;Two issues that I have with this:&lt;BR&gt;&lt;BR&gt;1. This works perfeclty well and as expected when the window is displayed and HtmlEditor content is populated or empty. The fieldset collapses/expands and HtmlEditor's size is changed respectively to fit all the controls inside the &amp;#119;indow. However, when I start typing in the editor and when I reach the visible bottom of the entry field, the editor grows and occupies 100% of window height, making the fieldset above the editor disappear (scroll beyond visible boundaries of the window, no scrollbars displayed). This does not happen in FireFox, but happens in IE7. Is there any way to prevent editor from "growing" its height?&lt;BR&gt;&lt;BR&gt;2. As you might see from the markup code above, the window is not shown on page load, and the fieldset in the window is collapsed by default. When I load the page, for about 1 second I see the fieldset content labels/texboxes on the page, which then disappear. I guess Ext rebuilds dom? When window is displayed, fieldset is collapsed as expected and behaves appropriately. Is there any way to prevent this "flicker" on page load?&lt;BR&gt;&lt;BR&gt;Thank you!&lt;/P&gt;</description><pubDate>Thu, 24 Jul 2008 12:29:29 GMT</pubDate><dc:creator>haltenberg</dc:creator></item><item><title>Viewport and TreeView</title><link>http://www.coolite.com/forums/Topic1101-4-1.aspx</link><description>&lt;P&gt;Hi, I hope this is a simple question.&lt;BR&gt;&lt;BR&gt;I am using the viewport control and in the west panel I have a treeview. Can anyone tell me the best way to get the center panel to update using an updatepanel when clicking an item in the treeview?&lt;BR&gt;&lt;BR&gt;I was thinking have a trigger on the center panels updatepanel, but I am not sure what event to use on the treeview?&lt;BR&gt;&lt;BR&gt;Also, the treeview is created dynamically; so would I need to add the triggers in the codebehind?&lt;BR&gt;&lt;BR&gt;Thanks &lt;BR&gt;Tony&lt;/P&gt;</description><pubDate>Tue, 05 Aug 2008 07:23:01 GMT</pubDate><dc:creator>t0ny</dc:creator></item><item><title>Unterminated string constant</title><link>http://www.coolite.com/forums/Topic1092-4-1.aspx</link><description>Hi there, &lt;BR&gt;&lt;BR&gt;If I use an ext:textarea and populate it with some text from a database that has newlines in it, I get 'Unterminated string constant'. &lt;BR&gt;&lt;BR&gt;'I think' this happens when coolite builds the page... I can see it falling over on this part:&lt;BR&gt;&lt;FONT size=2&gt;&lt;P&gt;[code]this.SiteCommentsTextArea.setRawValue("blah blah blah&lt;BR&gt;&lt;BR&gt;blah blah&lt;BR&gt;&lt;BR&gt;blah blah blah&lt;BR&gt;&lt;BR&gt;"); &lt;BR&gt;[/code]&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Mon, 04 Aug 2008 05:52:40 GMT</pubDate><dc:creator>t0ny</dc:creator></item><item><title>ext:Window Hide Handler</title><link>http://www.coolite.com/forums/Topic683-4-1.aspx</link><description>&lt;P&gt;How do I attach a &lt;STRONG&gt;server-side&lt;/STRONG&gt; handler to ext:Windows's hide event? I need to perform some server-side action when the window is hidden.&lt;BR&gt;&lt;BR&gt;Also, from what I understand, if the CloseAction is 'Close' (default), there is no way to open this window after it had been closed? Therefore I should use CloseAction="Hide" if I need the ability to reopen the window (e.g. on button click)?&lt;BR&gt;&lt;BR&gt;Thank you!&lt;/P&gt;</description><pubDate>Mon, 16 Jun 2008 10:14:34 GMT</pubDate><dc:creator>haltenberg</dc:creator></item><item><title>How to use ext:Window to open new aspx page?</title><link>http://www.coolite.com/forums/Topic1030-4-1.aspx</link><description>  On a button click in my main page, I want to pop open a new dialogaspx page inside an ext:&amp;#119;indow.  I set the Window's autoload propertybut it seems like the dialog page is loaded when the main page isloaded.  Is there a way to load the aspx page inside the Window onlywhen the Window is shown?  I would also like to add parameters to theurl of the dialog aspx page before it is shown.  &lt;br&gt;</description><pubDate>Thu, 24 Jul 2008 06:41:56 GMT</pubDate><dc:creator>jchau</dc:creator></item><item><title>Advice / best practice request for custom component development</title><link>http://www.coolite.com/forums/Topic1004-4-1.aspx</link><description>&lt;P&gt;Hi guys,&lt;BR&gt;&lt;BR&gt;Loving Coolite controls... I am busy trying to develop/playing around with some custom controls (some of which are composite controls) and interested in what the best approach for this would be. What I mean by this is at what stage in the Page Lifecycle is it best to do things such as:&lt;BR&gt;- Add Component Controls to the ItemsCollection; OR should we add to the ContentControls (if supported) &lt;BR&gt;- Adding permanent events to a custom control (is it best to add this in the code, or add a javascript resource file to the output)&lt;BR&gt;&lt;BR&gt;Below is some sample code to show what I am meaning above (some code has been commented out to show areas where I have tried to add listeners to the custom control in the code - which didnt work by the way....).&lt;BR&gt;&lt;BR&gt;[code]&lt;BR&gt;using CoolExt = Coolite.Ext.Web;&lt;/P&gt;&lt;P&gt;namespace Coolite.Ext.ux.Samples&lt;BR&gt;{&lt;BR&gt;    public class CustomPanel : CoolExt.Panel &lt;BR&gt;    { &lt;BR&gt;        //some custom div we want to manipulate&lt;BR&gt;        private CustomDiv div = new CustomDiv();&lt;BR&gt;        &lt;BR&gt;        protected override void OnInit(EventArgs e)&lt;BR&gt;        {&lt;BR&gt;            base.OnInit(e);&lt;/P&gt;&lt;P&gt;           this.ConfigCustomPanel();&lt;BR&gt;        }&lt;/P&gt;&lt;P&gt;        //settings for panel&lt;BR&gt;        private void ConfigCustomPanel()&lt;BR&gt;        {&lt;BR&gt;            //panel settings&lt;BR&gt;            this.Width = Unit.Pixel(250);&lt;BR&gt;            this.Height = Unit.Pixel(250);&lt;BR&gt;   &lt;BR&gt;            //add custom component to control&lt;BR&gt;            div.Html = "testing custom div";&lt;BR&gt;            this.ContentControls.Add(this.div);&lt;BR&gt;            &lt;BR&gt;        }&lt;/P&gt;&lt;P&gt;        //protected override void OnPreRender(EventArgs e)&lt;BR&gt;        //{&lt;BR&gt;        //    //test function&lt;BR&gt;        //    string fn = "Ext.Msg.alert('Confirm', String.format('You Clicked {0}', el.id));";&lt;/P&gt;&lt;P&gt;        //    //add function to custom div&lt;BR&gt;        //    this.div.AddListener("click", "function(el){" + fn + "}");&lt;/P&gt;&lt;P&gt;        //    base.OnPreRender(e);&lt;BR&gt;        //}&lt;/P&gt;&lt;P&gt;&lt;BR&gt;    }&lt;/P&gt;&lt;P&gt;    public class CustomDiv : CoolExt.Component&lt;BR&gt;    {&lt;BR&gt;        public string Html&lt;BR&gt;        {&lt;BR&gt;            get&lt;BR&gt;            {&lt;BR&gt;                return (string)this.ViewState["Html"] ?? "";&lt;BR&gt;            }&lt;BR&gt;            set&lt;BR&gt;            {&lt;BR&gt;                this.ViewState["Html"] = value;&lt;BR&gt;            }&lt;BR&gt;        }&lt;BR&gt;        &lt;BR&gt;        protected override void RenderContents(HtmlTextWriter writer)&lt;BR&gt;        {&lt;BR&gt;            if (!string.IsNullOrEmpty(this.Html))&lt;BR&gt;            { &lt;BR&gt;                writer.Write(this.Html); &lt;BR&gt;            }           &lt;BR&gt;            base.RenderContents(writer);&lt;BR&gt;        }&lt;/P&gt;&lt;P&gt;        //protected override void OnPreRender(EventArgs e)&lt;BR&gt;        //{&lt;BR&gt;        //    //test function&lt;BR&gt;        //    string fn = "Ext.Msg.alert('Confirm', String.format('You Clicked {0}', el.id));";&lt;/P&gt;&lt;P&gt;        //    //add function to div&lt;BR&gt;        //    this.AddListener("click", "function(el){" + fn + "}");&lt;/P&gt;&lt;P&gt;        //    base.OnPreRender(e);&lt;BR&gt;        //}&lt;/P&gt;&lt;P&gt;    }&lt;BR&gt;}&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;When one of the PreRender code is uncommented, I always get a javascript error after the page has been rendered saying that ctrl_blah (or a specific ID if I specify the ID) has no properties.&lt;BR&gt;&lt;BR&gt;When reviewing the markup and javascript output by the ScriptManager, I noticed that "_Content", "_Container" is added to the ID for the markup and is dependant on the type of base object of the custom control. However, in the javascript there is no reference to the rendered ID before trying to reference it. This is not the case when adding coolite controls, but not for the custom ones, especially ones which have Component as the base type. (i.e. no "contentEl" property has been added to the javascript output to create the association)&lt;BR&gt;&lt;BR&gt;Some sample javascript / html snippets&lt;BR&gt;[code]&lt;BR&gt;&lt;BR&gt;this.ctl05.on("click",function(el){Ext.Msg.alert('Confirm', String.format('You Clicked {0}', el.id));});&lt;BR&gt;&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;div&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; id&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"ctl03_Content"&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;div&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; id&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"ctl05_Container"&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;    hello there &amp;lt;/&lt;SPAN class=end-tag&gt;div&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;div&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;[/code]&lt;BR&gt;&lt;BR&gt;Obviously I am missing the point here somewhere.. If I try add the Listener to the ScriptManager after PreRender it doesnt render since I believe the scripts have already been rendered. If I add it when the component is Initialized (i.e. OnInit), then it says that the ScriptManager needs to be added before adding scripts to it....&lt;BR&gt;&lt;BR&gt;To give you an idea why I am looking at doing everything programmatically, is the creation of a composite control with a "pluggable" interface model for custom modules. This would then be implemented via markup similar to the following:&lt;BR&gt;&lt;BR&gt;[code]&lt;BR&gt;&amp;lt;ext:InterfaceType ID="InterfaceTypeContainer" runat="server" &amp;gt;&lt;BR&gt;&amp;lt;Content&amp;gt;&lt;BR&gt;     &amp;lt;ext:Core id="coreCustomisation" runat="server"&amp;gt;&lt;BR&gt;        &amp;lt;ext:Informer id="informer" runat="server"&lt;BR&gt;                      Display="true" AllActions="true"&amp;gt;&lt;BR&gt;        &amp;lt;/ext:Informer&amp;gt;&lt;BR&gt;        &amp;lt;ext:CoreModules id="modules" runat="server"&amp;gt;&lt;BR&gt;            &amp;lt;ext:Module id="core1" runat="server"&amp;gt;&amp;lt;/ext:Module&amp;gt;&lt;BR&gt;            &amp;lt;ext:Module id="core2" runat="server"&amp;gt;&amp;lt;/ext:Module&amp;gt;&lt;BR&gt;        &amp;lt;/ext:CoreModules&amp;gt;              &lt;BR&gt;     &amp;lt;/ext:Core&amp;gt;&lt;BR&gt;     &amp;lt;ext:Plugins id="pluginComponent" runat="server"&amp;gt;&lt;BR&gt;        &amp;lt;ext:Plugin id="plugin1" runat="server"&amp;gt;&amp;lt;/ext:Plugin&amp;gt;&lt;BR&gt;        &amp;lt;ext:Plugin id="plugin2" runat="server"&amp;gt;&amp;lt;/ext:Plugin&amp;gt;&lt;BR&gt;        &amp;lt;ext:Plugin id="plugin3" runat="server"&amp;gt;&amp;lt;/ext:Plugin&amp;gt;&lt;BR&gt;        &amp;lt;ext:Plugin id="pluginEtc" runat="server"&amp;gt;&amp;lt;/ext:Plugin&amp;gt;&lt;BR&gt;     &amp;lt;/ext:Plugins&amp;gt;     &lt;BR&gt;&amp;lt;/Content&amp;gt;&lt;BR&gt;&amp;lt;/ext:InterfaceType&amp;gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;i.e. remove the Layout/Structure from the developer and creating a model for developers to add your their own "plugin" type components, which can then interact with each other with a common data layer model... The backend models and how they communicate with each other is not my issue here.. I can see Coolite control UI capabilities as the perfect marriage for such a system. What I am struggling with (probably since I am not a UI developer) at the moment is determining the rendering model for custom controls.&lt;BR&gt;&lt;BR&gt;Any advice how best to approach the development of custom objects that have custom javascript, CSS and/or markup would help immensely.&lt;BR&gt;&lt;BR&gt;thanks,&lt;BR&gt;Conor&lt;BR&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt; &lt;/P&gt;</description><pubDate>Tue, 22 Jul 2008 07:17:50 GMT</pubDate><dc:creator>conor</dc:creator></item><item><title>Programmatically show/hide borderlayout regions</title><link>http://www.coolite.com/forums/Topic808-4-1.aspx</link><description> I have a viewport in my masterpage.  The north region has a header image, a RadMenu control, and a RadToolbar control.  The other 4 regions have contentplaceholders that a content page can populate if needed.  If a region is empty, I would like to hide it.  How can I achieve this?  Since the viewport is in a masterpage, it needs to be very flexible.  I will have up to 50 pages in this website.  There could be 10 pages that use center region only, 20 pages that use center and west, and etc.  I want the content page to tell the masterpage which region to show.  &lt;br&gt;</description><pubDate>Thu, 26 Jun 2008 13:28:52 GMT</pubDate><dc:creator>jchau</dc:creator></item><item><title>COOLITE &amp; EXTJS 2.0</title><link>http://www.coolite.com/forums/Topic1074-4-1.aspx</link><description>Hi there, just revisiting a project that I partially developed using extjs Extender, which I had to leave for a few months for another project, which i developed sing coolite. &lt;BR&gt;&lt;BR&gt;My experience with coolite has been much more enjoyable and productive, so I would like to redo the original app using coolite.&lt;BR&gt;&lt;BR&gt;However, the application relied on the the treeview control so I was wondered as this is not done in coolite yet if someone could point me in the right direction for perhaps using the extjs one or something ???&lt;BR&gt;&lt;BR&gt;Thanks for any help.</description><pubDate>Tue, 29 Jul 2008 09:47:47 GMT</pubDate><dc:creator>t0ny</dc:creator></item><item><title>Viewport Header</title><link>http://www.coolite.com/forums/Topic1055-4-1.aspx</link><description>Hi, &lt;BR&gt;I have asked this question before, but I did not make it clear what I was after. &lt;BR&gt;&lt;BR&gt;I am using the viewport, but I would like a header (div) at the top ABOVE the north tag as I have the north tag collapsed 99% of the time, but would like the app header visible 100% of the time.&lt;BR&gt;&lt;BR&gt;Can anyone suggest anything?&lt;BR&gt;&lt;BR&gt;Thanks</description><pubDate>Mon, 28 Jul 2008 03:36:46 GMT</pubDate><dc:creator>t0ny</dc:creator></item><item><title>Tooltips?</title><link>http://www.coolite.com/forums/Topic1010-4-1.aspx</link><description>&lt;P&gt;Is there any way for ext:Buttons to have tooltips?&lt;BR&gt;Thanks!&lt;/P&gt;</description><pubDate>Tue, 22 Jul 2008 18:49:38 GMT</pubDate><dc:creator>haltenberg</dc:creator></item><item><title>"Maximize" ext:Panel and ext:Htmleditor</title><link>http://www.coolite.com/forums/Topic912-4-1.aspx</link><description>&lt;P&gt;Is it easy to add a "maximize" functionality for ext:panel and ext:htmleditor? &lt;BR&gt;&lt;BR&gt;Scenario: ascx's are dynamically added to a page. In "view" mode an ext:panel is displayed (html is inserted via panel.Html property). In "edit" mode ext:htmleditor is displayed. Controls have a limited height with autoscroll property turned on. However, a 'maximize' link or button would be great to dynamically generate a window with panel/htmleditor inside, populated with data (preferably client-side, without roundtrip to the server).&lt;BR&gt;&lt;BR&gt;I think this is not a complicated task, but unfortunately I don't have any extjs experience/knowledge. Any hints/samples would be greatly appreciated!&lt;/P&gt;</description><pubDate>Sun, 13 Jul 2008 13:45:32 GMT</pubDate><dc:creator>haltenberg</dc:creator></item><item><title>Dynamic Accordion Items</title><link>http://www.coolite.com/forums/Topic1014-4-1.aspx</link><description>&lt;P&gt;Hi,&lt;BR&gt;Is there any way to dynamically create templated content inside accordion object? I´d like to get functionality like in code below:&lt;/P&gt;&lt;P&gt;[code]&lt;BR&gt;&amp;lt;ext:Accordion ID="accMenu" runat="server" Animate="true"&amp;gt;&lt;BR&gt; &amp;lt;asp:Repeater ID="rptItems" runat="server"&amp;gt;&lt;BR&gt; &amp;lt;ItemTemplate&amp;gt;&lt;BR&gt;  &amp;lt;ext:Panel ID="pModuleMenu" runat="server" Title="Navigation" Border="false" BodyStyle="padding:6px;"&amp;gt;&lt;BR&gt;  &amp;lt;Content&amp;gt;&lt;BR&gt;   &amp;lt;asp:Repeater ID="rptSubItems" runat="server"&amp;gt;&lt;BR&gt;   &amp;lt;ItemTemplate&amp;gt;&lt;BR&gt;    &amp;lt;a href="&amp;lt;%# url %&amp;gt;"&amp;gt;&amp;lt;%# name %&amp;gt;&amp;lt;/a&amp;gt;&lt;BR&gt;   &amp;lt;/ItemTemplate&amp;gt;&lt;BR&gt;   &amp;lt;/asp:Repeater&amp;gt;&lt;BR&gt;  &amp;lt;/Content&amp;gt;&lt;BR&gt;  &amp;lt;/ext:Panel&amp;gt;&lt;BR&gt; &amp;lt;/ItemTemplate&amp;gt;&lt;BR&gt; &amp;lt;/asp:Repeater&amp;gt;&lt;BR&gt;&amp;lt;/ext:Accordion&amp;gt;&lt;BR&gt;[/code]&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description><pubDate>Wed, 23 Jul 2008 07:10:28 GMT</pubDate><dc:creator>danr</dc:creator></item><item><title>Required Field Validation</title><link>http://www.coolite.com/forums/Topic996-4-1.aspx</link><description>&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;Hi there,&lt;BR&gt;&lt;BR&gt;The more I use coolite the more I love it. Can't wait for the tables to appear and someday the treeview too!!&lt;BR&gt;Anyway enough *** kissing, here is my question:&lt;BR&gt;&lt;BR&gt;On a viewport run page I have an ext:window that is getting displayed like so:&lt;BR&gt;&lt;BR&gt;&lt;FONT size=2&gt;[code]&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Button&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;ID&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="NewSiteButton"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Icon&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="DatabaseAdd"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;StyleSpec&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="display:inline;"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="server"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Text&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="New"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;AutoPostBack&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="False"&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;    &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Listeners&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;        &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Click&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Handler&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="NewSite&amp;#119;indow.show();"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;/&amp;gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;BR&gt;    &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Listeners&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Button&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;[/code]&lt;/P&gt;&lt;P&gt;On the displayed window I have a couple of fields that are required and a save button. In ASP.NET I would slap on a requiredFieldValidator and it would handle the client script. In doing this however a postback occurs and when I next open the window the requiredFieldValidator is displaying it's error.&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;Here is the save button on the window: &lt;BR&gt;[code]&lt;BR&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Button&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;ID&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="NewSiteSaveButton"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Icon&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="DatabaseAdd"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;StyleSpec&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="display:inline;"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;CausesValidation&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="true"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="server"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Text&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="Save"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;OnClick&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="NewSiteSaveButton_Click"&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Button&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;Is there something I need to do for this to work client side like it normally does or does this all have to be handled within the save button listeners?&lt;BR&gt;&lt;BR&gt;Thanks in advance for any help.&lt;BR&gt;&lt;BR&gt;PS: Is there a way to have a div displayed above a viewport control?&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Tue, 22 Jul 2008 02:17:21 GMT</pubDate><dc:creator>t0ny</dc:creator></item><item><title>DateField - Configuration / Setup</title><link>http://www.coolite.com/forums/Topic966-4-1.aspx</link><description>Hi there,&lt;br&gt;&lt;br&gt;I have a few questions with regards to the DateField control:&lt;br&gt;a.) Does anyone know how one could add an "input mask" onto the dateField control?&lt;br&gt;&lt;br&gt;b.) How can one change the "InvalidText" message ("&amp;lt;DateField Text value&amp;gt; is not a valid date - it must be in the format Y/m/d), as all I want to change is the format section (to yyyy/mm/dd).&lt;br&gt;&lt;br&gt;&lt;br&gt;On a side note:&lt;br&gt;With regards to the validation, take for example the following date "2008/07/01". Surely the validation should pass the following as a valid date "2008/7/1" as it is the same as "2008/07/01".&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Steven O'Connor&lt;br&gt;</description><pubDate>Fri, 18 Jul 2008 01:45:18 GMT</pubDate><dc:creator>stevenoc</dc:creator></item><item><title>Theming</title><link>http://www.coolite.com/forums/Topic12-4-1.aspx</link><description>I'm attempting to implement some theming based on the user themes from extjs at [url]http://extjs.com/learn/Ext_Extensions#User_Themes[/url] and I'm not having much luck. Do I need to integrate the css into my asp.net theme or is there a better way to do this?</description><pubDate>Mon, 18 Feb 2008 20:37:24 GMT</pubDate><dc:creator>mindcore1</dc:creator></item><item><title>Dynamically create Ext: Tab at runtime.</title><link>http://www.coolite.com/forums/Topic981-4-1.aspx</link><description> Hi Coolite Team,&lt;br&gt;&lt;br&gt;I just started out exploring the toolkit and I was wondering if there's a way to dynamically creating a new tab when an ASP LinkButton control is clicked(server-side).&lt;br&gt;&lt;br&gt;I was playing with the ViewPort sample found &lt;a href="http://sandbox.coolite.com/ViewPort/ViewPort.aspx"&gt;here&lt;/a&gt; and I wanted to add an ASP LinkButton inside the Navigation panel and when it's clicked, I would create a new tab inside the &amp;lt;Center&amp;gt; of ViewPort by invoking this event:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;   protected void LinkButton1_Click(object sender, EventArgs e)&lt;br&gt;        {&lt;br&gt;            Tab fees = new Tab();&lt;br&gt;            fees.Closable = true;&lt;br&gt;            fees.Title = "Fees";&lt;br&gt;            fees.AutoLoad = "Fees.aspx";&lt;br&gt;&lt;br&gt;            center.Items.Add(fees);&lt;br&gt;        }&lt;br&gt;[/code]&lt;br&gt;</description><pubDate>Sat, 19 Jul 2008 16:36:34 GMT</pubDate><dc:creator>admiral</dc:creator></item><item><title>How to add Accordian within code with Viewport in master page</title><link>http://www.coolite.com/forums/Topic919-4-1.aspx</link><description> Hi,&lt;BR&gt;&lt;BR&gt;Like everyone else i've read posting for the 1st time i REALLY DO have to tip my hat to you guys, i tried to implement extjs into a .net app and spent days upon days trying to get it to work. This is looking really hopeful.&lt;BR&gt;&lt;BR&gt;I'm a bit of a beginner in .net as well !&lt;BR&gt;&lt;BR&gt;Ok, i've set up the standard viewport in a master page and i'd like to add an accordian panel to the East panel, i've had a look at the complex c# layout from geoffrey but this is creating the whole viewport within th code and i just want to add some content to the existing viewport.&lt;BR&gt;&lt;BR&gt;Steve</description><pubDate>Mon, 14 Jul 2008 10:46:44 GMT</pubDate><dc:creator>stevejebson</dc:creator></item><item><title>Localization question</title><link>http://www.coolite.com/forums/Topic978-4-1.aspx</link><description> &lt;P&gt;What is the best and the easiest way to have Ext.MessageBox.confim render its buttons in the language I need? For panel titles, etc I use global resources language file, but for confirm buttons, I don't even know how to access that in ASP.NET. I found that button text is hardcoded (C:\Program Files\Coolite\Coolite Toolkit - Version 0.5.4\Community Edition\Coolite - Drag into your Project [not required]\extjs\ext-all-debug.js). Any thoughts?&lt;/P&gt;</description><pubDate>Fri, 18 Jul 2008 16:21:22 GMT</pubDate><dc:creator>haltenberg</dc:creator></item><item><title>textfield autogrow</title><link>http://www.coolite.com/forums/Topic962-4-1.aspx</link><description>I have a textfield with grow turned on. The textfield only grows once I click into it. &lt;BR&gt;&lt;BR&gt;Is this the default behavior? &lt;BR&gt;&lt;BR&gt;[code]&amp;lt;ext:TextField ID="LASTNAMETextBox" runat="server" Grow="true" GrowMin="120" Text='&amp;lt;%# Bind("LASTNAME") %&amp;gt;'&amp;gt;&lt;BR&gt;&amp;lt;/ext:TextField&amp;gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;I am using growmin for formating purposes...&lt;BR&gt;&lt;BR&gt;&lt;?xml:namespace prefix = ext /&gt;&lt;ext:TextField id=LASTNAMETextBox Text='&lt;%# Bind("LASTNAME") %&gt;' GrowMin="120" Grow="true" runat="server"&gt;&lt;P&gt;&lt;FONT color=#5e5eff size=2&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/ext:TextField&gt;</description><pubDate>Thu, 17 Jul 2008 18:06:55 GMT</pubDate><dc:creator>jlertle</dc:creator></item><item><title>Render delay</title><link>http://www.coolite.com/forums/Topic952-4-1.aspx</link><description> Hi guys, congratulations for the great work.&lt;BR&gt;&lt;BR&gt;I've been having this issue for a long time, probably I'm missing something...&lt;BR&gt;&lt;BR&gt;There is a delay to show the ext objects (generated by coolite) in the page when it loads. When the page loasds the content of all Coolite containers appears rendered but disordered.. after a couple of seconds (more than a couple i fyou have a lot of coolite controls) the ext objects appear and everything looks fine..&lt;BR&gt;&lt;BR&gt;There is any way to improve this behavior? Options will be, to make ext objects render before or to hide contents until everithing gets rendered...&lt;BR&gt;&lt;BR&gt;Any ideas?&lt;BR&gt;&lt;BR&gt;Cheers,&lt;BR&gt;</description><pubDate>Thu, 17 Jul 2008 08:39:23 GMT</pubDate><dc:creator>oskarni</dc:creator></item><item><title>CardLayout</title><link>http://www.coolite.com/forums/Topic940-4-1.aspx</link><description>Hi there!&lt;br&gt;&lt;br&gt;this is the first time I write here but I follow this forum for quite a long time.&lt;br&gt;I want to thank you for this wonderful Control... It is so intuitive that I never needed to write to you... at least... until now! ;)&lt;br&gt;&lt;br&gt;The question is: what about the CardLayout? How it works?&lt;br&gt;&lt;br&gt;I have a ViewPort in a MasterPage and into the 'Center' panel of the BorderLayout there's the ContentPlaceHolder. Now, I have to put into a Content Page a structure like a "wizard" (you know... consecutive panels with "next" and "previous" buttons...).&lt;br&gt;&lt;br&gt;I see ExtJS have a class named CardLayout (Ext.layout.CardLayout) that it works exactly as I want and I found it into the Coolite Toolkit too... but it doesn't seems to work...&lt;br&gt;&lt;br&gt;Basically when I try to write a code into the tag's control (I prefer write directly html code rather than works in design mode) it doesn't accept anything of my code (like tag "Content" or other controls such as panels, tabPanels etc...) and it doesn't open the intellisense window when I start to write some code ('&amp;lt;ext:...').&lt;br&gt;&lt;br&gt;What's the problem? There's something wrong in this control or in my head? ehheh ;)&lt;br&gt;&lt;br&gt;Thank's in advance!&lt;br&gt;&lt;br&gt;Alessandro.&lt;br&gt;&lt;br&gt;PS: I'm sorry for my poor english... I hope you understood my post!!! :S</description><pubDate>Wed, 16 Jul 2008 08:02:30 GMT</pubDate><dc:creator>Lex</dc:creator></item><item><title>Unterminated String Constant</title><link>http://www.coolite.com/forums/Topic960-4-1.aspx</link><description>I have a few fields in my table, billtoaddress and shiptoaddress, that contain CR/LFs.&lt;BR&gt;&lt;BR&gt;When attempting to display the data, I tried textfield and textarea, I'm getting "Unterminated String Constant" errors.&lt;BR&gt;&lt;BR&gt;I checked the debug and the javascript is getting split due to these CR/LFs. &lt;BR&gt;&lt;BR&gt;What's the prefered method to avoid this?&lt;BR&gt;&lt;BR&gt;It's an escaping issue but I'm not sure if the fix you are working on for Timothy's post, &lt;A href="http://www.coolite.com/forums/Topic931-16-1.aspx"&gt;http://www.coolite.com/forums/Topic931-16-1.aspx&lt;/A&gt;, will fix this too.&lt;BR&gt;&lt;BR&gt;Thanx in advance!</description><pubDate>Thu, 17 Jul 2008 17:25:54 GMT</pubDate><dc:creator>jlertle</dc:creator></item><item><title>Button with menu</title><link>http://www.coolite.com/forums/Topic954-4-1.aspx</link><description>Is there any possibility or prevision to implement a button with menu using the coolite controls.&lt;br&gt;&lt;br&gt;The behavior of the button is like the far left one&lt;br&gt;at: &lt;a href="http://extjs.com/deploy/dev/examples/menu/menus.html"&gt;http://extjs.com/deploy/dev/examples/menu/menus.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;It doesn't have to have checkboxes and fancy stuff (although it wouldn't hurt)&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Thu, 17 Jul 2008 10:46:38 GMT</pubDate><dc:creator>marciocxs</dc:creator></item><item><title>Is a  TreePanel possible within coolite ?</title><link>http://www.coolite.com/forums/Topic944-4-1.aspx</link><description> I've searched through the forums and tried looking at the sandbox examples but can't find any reference to anything like the treepanel examples in th extjs examples. Does anybody know if it's possible or know of any simple examples ?&lt;BR&gt;&lt;BR&gt;thanks.</description><pubDate>Wed, 16 Jul 2008 12:46:34 GMT</pubDate><dc:creator>stevejebson</dc:creator></item><item><title>Full width ext:TextArea ??</title><link>http://www.coolite.com/forums/Topic896-4-1.aspx</link><description>Hi there,&lt;BR&gt;&lt;BR&gt;I am using the viewport control and in the south panel I would like an &lt;STRONG&gt;ext:TextArea&lt;/STRONG&gt; to fill the whole panel (as I need the text here to be updateable). Can anyone tell me how to acheive this as the &lt;STRONG&gt;width&lt;/STRONG&gt; property only accepts a pixel measurement? and &lt;STRONG&gt;AutoWidth&lt;/STRONG&gt; does not seem to do anything. I have tried &lt;STRONG&gt;FitLayout&lt;/STRONG&gt; too without much luck.&lt;BR&gt;&lt;BR&gt;Thanks&lt;BR&gt;Tony&lt;BR&gt;&lt;BR&gt;[code]&lt;BR&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;South&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Collapsible&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="True"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Split&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="True"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;MaxHeight&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="200px"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;MinHeight&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="200px"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Panel&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;ID&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="SouthPanel"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Icon&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="comments"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="server" &lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Title&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="Site Comments" &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Height&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="200px"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; Comments" &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;BodyStyle&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="padding:0px;"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;AutoScroll&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="True"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Content&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;TextArea&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;StyleSpec&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="display:inline;"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;ID&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="SiteCommentsTextArea"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Height&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="128px"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;AutoWidth&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="true"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="server"&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;TextArea&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Content&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Buttons&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Button&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;ID&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="EditSiteCommentsButton"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Icon&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="commentedit"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;StyleSpec&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="display:inline;"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="server"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Text&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="Edit Comments"&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Button&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Buttons&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;:&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Panel&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;South&amp;gt;&lt;/FONT&gt;&lt;BR&gt;[/code]&lt;/P&gt;</description><pubDate>Fri, 11 Jul 2008 02:05:32 GMT</pubDate><dc:creator>t0ny</dc:creator></item><item><title>Image buttons / Custom built buttons</title><link>http://www.coolite.com/forums/Topic918-4-1.aspx</link><description>Hi there,&lt;BR&gt;&lt;BR&gt;I am wondering if anyone has implemented a custom built button. I have been playing around with a number of methods, from extending the existing Ext.Button class in the toolkit, to creating my own from scratch. Neither have been what I am looking for.&lt;BR&gt;&lt;BR&gt;Essentially, I am looking for a Ext.Button type object with the additional ability to render itself as a custom image instead of the usual button; while keeping the existing functionality as the Ext.Button control. This would include ability to have icons on the button, have different images (or use of a sprite) display for different states - i.e. normal, hover, click.&lt;BR&gt;&lt;BR&gt;If this has not been implemented; then I would be interested in what the best practice methodology is for extending the toolkit and how best would one override the rendering of the control without losing core functionality.&lt;BR&gt;&lt;BR&gt;thanks,&lt;BR&gt;Conor&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;</description><pubDate>Mon, 14 Jul 2008 09:59:22 GMT</pubDate><dc:creator>conor</dc:creator></item><item><title>ColumnLayout and Mixed LayoutColumn Items</title><link>http://www.coolite.com/forums/Topic880-4-1.aspx</link><description>&lt;P&gt;Hi there,&lt;BR&gt;&lt;BR&gt;Ha anyone been able to implement a fixed width for the LayoutColumn layout?&lt;BR&gt;&lt;BR&gt;This creates two areas but with percentage widths and not fixed.&lt;BR&gt;&lt;BR&gt;[code]&lt;BR&gt;&amp;lt;ext:ColumnLayout ID="ColumnLayout1" runat="server"&amp;gt;&lt;BR&gt;    &amp;lt;ext:LayoutColumn ColumnWidth="0.3" &amp;gt;&lt;BR&gt;        &amp;lt;ext:Panel ID="Panel3" runat="server" Border="false" Height="30"&amp;gt;&lt;BR&gt;            &amp;lt;Content&amp;gt;&lt;BR&gt;               content1&lt;BR&gt;            &amp;lt;/Content&amp;gt;&lt;BR&gt;        &amp;lt;/ext:Panel&amp;gt;&lt;BR&gt;    &amp;lt;/ext:LayoutColumn&amp;gt;&lt;BR&gt;    &amp;lt;ext:LayoutColumn ColumnWidth="0.7"&amp;gt;&lt;BR&gt;        &amp;lt;ext:Panel ID="Panel4" runat="server" Border="false"  Height="30"&amp;gt;&lt;BR&gt;            &amp;lt;Content&amp;gt;&lt;BR&gt;              content 2&lt;BR&gt;            &amp;lt;/Content&amp;gt;&lt;BR&gt;        &amp;lt;/ext:Panel&amp;gt;&lt;BR&gt;    &amp;lt;/ext:LayoutColumn&amp;gt;&lt;BR&gt;&amp;lt;/ext:ColumnLayout&amp;gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;What I want to do is something like this:&lt;BR&gt;[code]&lt;BR&gt;&amp;lt;ext:ColumnLayout ID="ColumnLayout1" runat="server"&amp;gt;&lt;BR&gt;    &amp;lt;ext:LayoutColumn Width="250" &amp;gt;&lt;BR&gt;        &amp;lt;ext:Panel ID="Panel3" runat="server" Border="false" Height="30"&amp;gt;&lt;BR&gt;            &amp;lt;Content&amp;gt;&lt;BR&gt;               content1&lt;BR&gt;            &amp;lt;/Content&amp;gt;&lt;BR&gt;        &amp;lt;/ext:Panel&amp;gt;&lt;BR&gt;    &amp;lt;/ext:LayoutColumn&amp;gt;&lt;BR&gt;    &amp;lt;ext:LayoutColumn ColumnWidth="1"&amp;gt;&lt;BR&gt;        &amp;lt;ext:Panel ID="Panel4" runat="server" Border="false"  Height="30"&amp;gt;&lt;BR&gt;            &amp;lt;Content&amp;gt;&lt;BR&gt;              content 2&lt;BR&gt;            &amp;lt;/Content&amp;gt;&lt;BR&gt;        &amp;lt;/ext:Panel&amp;gt;&lt;BR&gt;    &amp;lt;/ext:LayoutColumn&amp;gt;&lt;BR&gt;&amp;lt;/ext:ColumnLayout&amp;gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;i.e. Have the first column have a fixed width of 250px and the other column fill the rest of the container. &lt;BR&gt;&lt;BR&gt;At the moment Width is not a supported property for the LayoutColumn control. but ExtJS supports mixed layout settings. I am looking for a work around, so anyone with any ideas would be appreciated.&lt;BR&gt;&lt;BR&gt;thanks,&lt;BR&gt;Conor&lt;BR&gt;&lt;/P&gt;</description><pubDate>Wed, 09 Jul 2008 04:00:36 GMT</pubDate><dc:creator>conor</dc:creator></item><item><title>No Update FieldSet with UpdatePanel in Windows</title><link>http://www.coolite.com/forums/Topic862-4-1.aspx</link><description> &lt;span&gt;&lt;span&gt;&lt;span id="ctl10_ctlPostControl"&gt;&lt;pre&gt;[code]&lt;br&gt;    &amp;lt;ext:Window runat="server" ID="windowPort" Title="Cập nhật trạng thái cổng" AnimateTarget="statusPort" AutoScroll="true" AutoHeight="true" Width="500px" TriggerElement="statusPort" TriggerEvent="Click" CloseAction="Hide" Modal="True" Show&amp;#111;nload="False" BodyStyle="padding: 6px;"&amp;gt;&lt;br&gt;&amp;lt;Buttons&amp;gt;&lt;br&gt;    &amp;lt;ext:Button ID="cmd_StatusPort" runat="server" Text="Lưu" &amp;gt;&amp;lt;/ext:Button&amp;gt;&lt;br&gt;&amp;lt;/Buttons&amp;gt;&lt;br&gt;&amp;lt;Content&amp;gt;&lt;br&gt;    &amp;lt;ext:FieldSet ID="portA" Title="Port A" runat="server" &amp;gt;&lt;br&gt;        &amp;lt;Content&amp;gt;&lt;br&gt;            &amp;lt;div style="width:30%;float:left;"&amp;gt;&lt;br&gt;                &amp;lt;asp:Label ID="lb_PortHost" runat="server" Text="Tổng đài/Trạm:"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;            &amp;lt;/div&amp;gt;&lt;br&gt;            &amp;lt;div&amp;gt;&lt;br&gt;                &amp;lt;asp:Label ID="lb_PortHostData" runat="server" Font-Bold="true"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;            &amp;lt;/div&amp;gt;&lt;br&gt;            &amp;lt;div style="width:30%;float:left;"&amp;gt;&lt;br&gt;                &amp;lt;asp:Label ID="lb_Device" runat="server" Text="Thiết bị:"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;            &amp;lt;/div&amp;gt;&lt;br&gt;            &amp;lt;div&amp;gt;&lt;br&gt;                &amp;lt;asp:DropDownList ID="drop_StatusPort" runat="server" AutoPostBack="true" OnSelectedIndexChanged="drop_StatusPort_SelectedIndexChanged"&amp;gt;&lt;br&gt;                    &amp;lt;asp:ListItem&amp;gt; -- Chọn trạng thái -- &amp;lt;/asp:ListItem&amp;gt;&lt;br&gt;                    &amp;lt;asp:ListItem Value="0"&amp;gt;Chưa kết nối&amp;lt;/asp:ListItem&amp;gt;&lt;br&gt;                    &amp;lt;asp:ListItem Value="1"&amp;gt;Đã kết nối&amp;lt;/asp:ListItem&amp;gt;&lt;br&gt;                    &amp;lt;asp:ListItem Value="2"&amp;gt;Hỏng&amp;lt;/asp:ListItem&amp;gt;&lt;br&gt;                &amp;lt;/asp:DropDownList&amp;gt; &lt;br&gt;                &amp;lt;%--&amp;lt;asp:Label ID="lb_DeviceData" runat="server" Font-Bold="true"&amp;gt;&amp;lt;/asp:Label&amp;gt;--%&amp;gt;&lt;br&gt;            &amp;lt;/div&amp;gt;&lt;br&gt;        &amp;lt;/Content&amp;gt;&lt;br&gt;    &amp;lt;/ext:FieldSet&amp;gt;&lt;br&gt;    &amp;lt;asp:UpdatePanel ID="UpdatePanelPort" runat="server"&amp;gt;&lt;br&gt;    &amp;lt;Triggers&amp;gt;&amp;lt;asp:AsyncPostBackTrigger ControlID="drop_StatusPort" EventName="SelectedIndexChanged" /&amp;gt;&amp;lt;/Triggers&amp;gt;&lt;br&gt;    &amp;lt;ContentTemplate&amp;gt;&lt;br&gt;    &amp;lt;ext:FieldSet ID="portB" Title="Port B" Collapsible="true" runat="server" &amp;gt;&lt;br&gt;        &amp;lt;Content&amp;gt;&lt;br&gt;            &amp;lt;div style="width:30%;float:left;"&amp;gt;&lt;br&gt;                &amp;lt;asp:Label ID="Label1" runat="server" Text="Tổng đài/Trạm:"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;            &amp;lt;/div&amp;gt;&lt;br&gt;            &amp;lt;div&amp;gt;&lt;br&gt;                &amp;lt;asp:Label ID="Label2" runat="server" Font-Bold="true"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;            &amp;lt;/div&amp;gt;&lt;br&gt;            &amp;lt;div style="width:30%;float:left;"&amp;gt;&lt;br&gt;                &amp;lt;asp:Label ID="Label3" runat="server" Text="Thiết bị:"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;            &amp;lt;/div&amp;gt;&lt;br&gt;            &amp;lt;div&amp;gt;&lt;br&gt;                &amp;lt;asp:Label ID="Label4" runat="server" Font-Bold="true"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br&gt;            &amp;lt;/div&amp;gt;&lt;br&gt;        &amp;lt;/Content&amp;gt;&lt;br&gt;    &amp;lt;/ext:FieldSet&amp;gt;&lt;br&gt;    &amp;lt;/ContentTemplate&amp;gt;&lt;br&gt;    &amp;lt;/asp:UpdatePanel&amp;gt;&lt;br&gt;&amp;lt;/Content&amp;gt;&lt;br&gt;&amp;lt;/ext:Window&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Code Behind&lt;br&gt;&lt;span&gt;&lt;span&gt;&lt;span id="ctl10_ctlPostControl"&gt;&lt;pre&gt;[code]&lt;br&gt;    protected void drop_StatusPort_SelectedIndexChanged(object sender, EventArgs e)&lt;br&gt;    {&lt;br&gt;        portB.Enabled = false;&lt;br&gt;    }&lt;br&gt;[/code]&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;When to select drop_Status, FieldSet not update with enable = fasle&lt;br&gt;&lt;br&gt;Please help me&lt;br&gt;Thanks&lt;br&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</description><pubDate>Sun, 06 Jul 2008 20:09:03 GMT</pubDate><dc:creator>small_soft</dc:creator></item><item><title>How to add Plugins?</title><link>http://www.coolite.com/forums/Topic821-4-1.aspx</link><description> How do you add plugins to coolite controls, e.g. the TabCloseMenu plugin to the Tab Panel control?&lt;BR&gt;&lt;BR&gt;</description><pubDate>Sun, 29 Jun 2008 20:05:18 GMT</pubDate><dc:creator>jxvalenz</dc:creator></item><item><title>Don't want TextField AllowBlank to display validation error on initial page load</title><link>http://www.coolite.com/forums/Topic832-4-1.aspx</link><description>[code]&lt;br&gt;    &amp;lt;ext:TextField ID="txtUsername" runat="server" MaxLength="64" Width="200px" AllowBlank="false"&lt;br&gt;                                BlankText="Username is required." MaxLengthText="Username can not exceed 64 characters."&amp;gt;&lt;br&gt;    &amp;lt;/ext:TextField&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;When the page loads, the textbox is already in an invalid state because there are no text in it.  However, from ExtJS's demo page, their textbox only shows the validation error after it looses focus.  Is there a property I can set to mimic that behavior?  I only want the textbox to be validated when it looses focus or if a login button on the form is clicked.  &lt;br&gt;</description><pubDate>Wed, 02 Jul 2008 11:59:56 GMT</pubDate><dc:creator>jchau</dc:creator></item><item><title>Draggable Fieldsets?</title><link>http://www.coolite.com/forums/Topic834-4-1.aspx</link><description>&lt;P&gt;Has anyone had any luck getting a draggable fieldset to work?&lt;BR&gt;&lt;BR&gt;If so would you mind posting a sample? ;)&lt;BR&gt;&lt;BR&gt;thx&lt;/P&gt;</description><pubDate>Wed, 02 Jul 2008 19:18:01 GMT</pubDate><dc:creator>jlertle</dc:creator></item><item><title>ext:button and AJAX</title><link>http://www.coolite.com/forums/Topic828-4-1.aspx</link><description>Hi there,&lt;BR&gt;&lt;BR&gt;I am using the excellent viewport control, and in my center panel I have a ext:button that does an update on a database. Using the ext:button I am running the code that preforms the update in the codebehind, but i was wondering how I would achieve this without having a whole postback occuring as this destroys all the contents of my pannels etc... &lt;BR&gt;&lt;BR&gt;I realise this may well not be anything to do with Coolite and more a ASP.NET ajax issue, I am just a little new to AJAX and maybe need a hard punch in the right direction as to how to get the ext:button to run some serverside code without killing stuff!&lt;BR&gt;&lt;BR&gt;Thanks for any help&lt;BR&gt;Tony&lt;BR&gt; &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;</description><pubDate>Tue, 01 Jul 2008 07:45:11 GMT</pubDate><dc:creator>t0ny</dc:creator></item></channel></rss>