[CLOSED] Desktop taskbar text

  1. #1

    [CLOSED] Desktop taskbar text

    Hi,

    Is it possible to add some extra text on the right side of the taskbar of a desktop?
    I would like to show the name and department of the user that's logged in.

    Martin
    Last edited by Daniil; Dec 24, 2010 at 12:02 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Try to execute the following script
    Ext.DomHelper.append(Ext.get("ux-taskbuttons-panel"), {tag: "div", style:"position:absolute;right:10px;top:8px;color:white;", html: "Here is a message"});
  3. #3
    Quote Originally Posted by Vladimir View Post
    Hi,

    Try to execute the following script
    Ext.DomHelper.append(Ext.get("ux-taskbuttons-panel"), {tag: "div", style:"position:absolute;right:10px;top:8px;color:white;", html: "Here is a message"});
    Exacly what I was looking for. Perfect Vlad !

    Martin

Similar Threads

  1. Text on taskbar (Desktop)
    By Yannis in forum 1.x Help
    Replies: 11
    Last Post: Jan 21, 2011, 2:02 PM
  2. [CLOSED] Tray panel in desktop taskbar
    By Labyrinth in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 01, 2010, 1:35 PM
  3. Replies: 1
    Last Post: May 18, 2010, 10:41 AM
  4. [CLOSED] Desktop: Hide taskbar
    By CSG in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 02, 2009, 8:10 AM
  5. [CLOSED] EXT:DESKTOP - TaskBar Theme/Color
    By Emre in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 25, 2008, 12:45 PM

Tags for this Thread

Posting Permissions