How to hide start button in Ext.Net Desktop?

  1. #1

    How to hide start button in Ext.Net Desktop?

    I am working with Ext.Net1.0. and I am workinClick image for larger version. 

Name:	Untitled.jpg 
Views:	205 
Size:	31.5 KB 
ID:	4288g with ext:Desktop and I want to hide my startbutton and taskbar.. how can I hide that

    Archana Mistry
  2. #2
    Hi Archna,

    Use Ready event of Desktop and call the following code


    <Listeners>
    <Ready Handler="Ext.get('ux-taskbar-start').addClass('x-hide-display');" />
    </Listeners>

Similar Threads

  1. Replies: 1
    Last Post: Oct 22, 2012, 10:52 AM
  2. Desktop Start Button
    By Dominik in forum 1.x Help
    Replies: 3
    Last Post: Oct 22, 2012, 10:51 AM
  3. Replies: 5
    Last Post: Nov 14, 2011, 9:28 AM
  4. [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
  5. Replies: 1
    Last Post: May 18, 2010, 10:41 AM

Tags for this Thread

Posting Permissions