[CLOSED] Mandatory icon against the tree panel

  1. #1

    [CLOSED] Mandatory icon against the tree panel

    Hi Team,

    Unable to show mandatory icon against the tree panel. Kindly suggest

              <ext:TreePanel ID="treeCLALocation" runat="server" Lines="true" Draggable="false"
                                                                Height="300" UseArrows="false" AutoScroll="true" EnableDD="false" CollapseFirst="false"
                                                                ContainerScroll="true" Border="true" AutoDataBind="true" Shadow="None" RootVisible="false"
                                                                AutoDestroy="true" AutoRender="true" Mode="Remote" >
                                                                <Loader>
                                                                    <ext:TreeLoader DataUrl="/Company/GetConsumptionLocationTree" PreloadChildren="true">
                                                                        <Listeners>
                                                                            <BeforeLoad Handler="Common.ShowMask(Ext.RESOURCE_STORE.getById('CLLoadingLocations').data.Value);" />
                                                                            <Load Handler="Common.HideMask();" />
                                                                        </Listeners>
                                                                        <BaseAttributes>
    
                                                                            <ext:Parameter Name="nodeType" Value="node" Mode="Value" />
                                                                        </BaseAttributes>
                                                                        <BaseParams>
                                                                            <nxtwc:NxtParameter Name="companyId" Value="Ext.SelectedCompanyId" Mode="Raw" />
                                                                            <nxtwc:NxtParameter Name="consumptionLimitId" Value="Ext.SelectedConsumptionLimit"
                                                                                Mode="Raw" />
                                                                            <nxtwc:NxtParameter Name="isCLForPOU" Value="Ext.POUChecked" Mode="Raw" />
                                                                            <ext:Parameter Name="departmentId" Value="Ext.DepartmentSelected" Mode="Raw" />
                                                                            <ext:Parameter Name="itemId" Value="Ext.ItemSelected" Mode="Raw" />
                                                                        </BaseParams>
                                                                    </ext:TreeLoader>
                                                                </Loader>
                                                                <Root>
                                                                    <ext:AsyncTreeNode NodeID='0' Draggable="false" Icon="BuildingKey" Expanded="false">
                                                                    </ext:AsyncTreeNode>
                                                                </Root>
                                                                <Listeners>
                                                                    <CheckChange Handler="CheckChildren(this,node,checked,'Location',#{ddCLALocation},#{dsCLAItem},#{cmbCLAItem});" />
                                                                </Listeners>
                                                            </ext:TreePanel>
    Last edited by Daniil; Nov 22, 2013 at 4:08 AM. Reason: [CLOSED]
  2. #2
    Hi @MarginPoint,

    What is the Mandatory icon? Where is it supposed to be shown? And, finally, how do you show that icon in the code snippet?

Similar Threads

  1. Replies: 1
    Last Post: Oct 26, 2012, 8:52 AM
  2. [CLOSED] Display mandatory icon for editor column in grid panel
    By AnulekhaK in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 26, 2011, 10:13 AM
  3. Replies: 3
    Last Post: Jan 06, 2011, 4:46 PM
  4. Replies: 2
    Last Post: Apr 02, 2009, 8:13 AM
  5. Replies: 1
    Last Post: Jan 23, 2009, 6:43 AM

Tags for this Thread

Posting Permissions