Index: [Article Count Order] [Thread]

Date:  Thu, 28 Sep 2006 10:45:57 +0200
From:  Jes Kasper Klittum <jes (at mark) enavn.com>
Subject:  [coba-e:07258] Programming the BQ ui
To:  coba-e (at mark) bluequartz.org
Message-Id:  <451B8BC5.4090106 (at mark) enavn.com>
X-Mail-Count: 07258

I am trying to implement an inline URL in the UI. So far I have been 
able to load the menu item in the desired place in the site management, 
but I need to be able to call a URL on the domain that I am logged into. 
I have not been able to figure out how to do that yet.

My xml file looks like this:

  <item id="enavn_base_myitem" label="MyItem"
      description="Go to MyItem"
      url="http://??????/myitem">
    <parent id="base_siteservices" order="12">
      <access require="siteAdmin"/>
    </parent>
  </item>

Now - I need the current domain printed in the line:

url="http://??????/myitem">

instead of the questionmarks.

Does anyone have a hint on how to do this? Or maybe a link to some 
documentation. The only documentation I have been able to find is in 
japanese. :\

Thanks in advance !

Jes