[CLOSED] Changing the text and Icon of the start menu desktop control

  1. #1

    [CLOSED] Changing the text and Icon of the start menu desktop control

    Hi,

    How does one change the text and Icon start menu of the desktop control. By default the text is "Start".
    Last edited by Daniil; Nov 26, 2012 at 1:45 PM. Reason: [CLOSED]
  2. #2
    Hi,

    1. Text

    <TaskBar TrayWidth="100">
        <CustomConfig>
            <ext:ConfigItem Name="startBtnText" Value="My Start" Mode="Value" />
        </CustomConfig>
    </TaskBar>
    2. Icon

    <style type="text/css">
        .ux-start-button-icon {
            background-image: url("myStart.png") !important;
        }
    </style>
  3. #3
    We added these properties.
    <ext:Desktop runat="server">
        <TaskBar runat="server" StartBtnText="Hello" StartBtnIconCls="#Add" />
    </ext:Desktop>
    They will be available in SVN soon.

Similar Threads

  1. Desktop Start Button
    By Dominik in forum 1.x Help
    Replies: 3
    Last Post: Oct 22, 2012, 10:51 AM
  2. how I can change the start menu icon? 2.x
    By nukarsoft in forum 2.x Help
    Replies: 1
    Last Post: Aug 30, 2012, 3:18 PM
  3. Replies: 8
    Last Post: Jul 29, 2012, 10:58 AM
  4. Replies: 7
    Last Post: Feb 17, 2011, 11:45 AM
  5. [CLOSED] [1.0] Desktop start menu styles issue
    By Labyrinth in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 27, 2010, 9:27 AM

Posting Permissions