[CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

  1. #1

    [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

    Hi,

    The following properties are not working now in the new version after update from SVN to assign the icons when the panel is collapses and uncollapsed.

    Could you tell me plese how to fix it.





    .x-tool-collapse-west


    {


    background: url(Images/Icons_max.png)


    }


    .x-tool-expand-west


    {


    background: url(Images/Icons_min.png)


    }
  2. #2

    RE: [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

    Hi,

    For me it works fine

    Here is my test case
    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Ext.NET Examples</title>
        
        <style type="text/css">
            .x-tool-collapse-west
            {
                background: url(/icons/arrow_left-png/ext.axd);
            }
    
            .x-tool-expand-west
            {
                background: url(/icons/arrow_right-png/ext.axd);
            }
        </style>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" ScriptMode="Debug" />
    
            <ext:Window runat="server" Width="400" Height="400" Layout="Border">
                <Items>
                    <ext:Panel runat="server" Title="West" Width="200" Region="West" Collapsible="true" />
                    <ext:Panel runat="server" Title="Center" Region="Center" />
                </Items>
            </ext:Window>
        </form>
    </body>
    </html>
  3. #3

    RE: [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

    @Flor - Please double check that your image url paths are correct.

    Geoffrey McGill
    Founder
  4. #4

    RE: [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

    Hi,

    You are right those icons work fine for me also.

    I was wrong about the properties. The properties that are not working are the following:

    Plese see the image where I marked those icons with red.




    .x-panel-collapsed .x-accordion-hd .x-tool-toggle


    {


    background: url(Images/Icons_plus.png)


    }


    .x-accordion-hd .x-tool-toggle


    {


    background: url(Images/Icons_minus.png)


    }
  5. #5

    RE: [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

    Hi,

    I am wondering if you could see the problem with those properties.

  6. #6

    RE: [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

    flormariafr (6/25/2010)Hi,

    I am wondering if you could see the problem with those properties.
    Please use Firebug to inspect the elements in Firefox. It's probably just an issue with how the css class is defined.


    Geoffrey McGill
    Founder
  7. #7

    RE: [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN



    Hi Geoffrey,

    That was working in the right way before updating Coolite from SVN yesterday.

    I am sure the css are ok.

  8. #8

    RE: [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

    Hi,

    I was not able to see this properties in firebug.

    Please help me with this.



  9. #9

    RE: [CLOSED] Icons for the panel when is collapsed and uncallapse does not work after apdating from SVN

    Hi,

    Those rules work correctly for me (I just added those rules to the example with accordion layout). Please provide test sample which demonstrates the problem

Similar Threads

  1. [CLOSED] Expand collapsed panel
    By uniway in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jan 15, 2013, 1:41 PM
  2. Replies: 1
    Last Post: Jan 26, 2011, 3:07 PM
  3. Replies: 0
    Last Post: May 27, 2009, 6:50 AM
  4. [CLOSED] Collapsed Panel Title
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 27, 2009, 1:03 PM
  5. Panel - Collapsed Title?
    By Tbaseflug in forum 1.x Help
    Replies: 5
    Last Post: Jan 21, 2009, 9:35 AM

Posting Permissions