At 11:17 +0100 21-01-2004, Simon Groenewolt wrote:
In my_editors I also found out what to do. There's an option 'Configure' on the page where you can set (amongst others) if it should show all builders or
Someone requested it when i was working on implementing security in my_editors. I thought it was a nice feature. They wanted to hide the object types that a 'standard' editor is not allowed to change.
only the editable ones. Funny thing is I didn't see this since it's a dropdown box with two empty items in my browser - the one is 'all' the other is 'editable'. When you select 'all' the Relation Type builder becomes visible (hoera!).
Simon
PS: the dropdown contains 2 empty items because my browser (Firebird, also tested IE) prefers to display the 'empty' element content of <item label="bla"></item> instead of the label value. The XHTML specification says it should display the label instead of the content, so it seems the code is correct and the browser displays it wrong.
<item label="bla">bla</item> should be a nice workaroud or maybe even just <item>bla</item> without using the label.
I saw it too when using Internet Explorer. I'll fix it although it's not correct according to the XHTML specs.
---Andr� -- ------------------------------------------------------------------>><<-- Andr� van Toly http://www.toly.nl 06-27233562
