Share » Forums » Setup & design » is there any underline tag to be used...

is there any underline tag to be used in the xml text field

is there any underline tag to be used in the xml text field

Saturday 28 June 2003 4:13:00 am - 5 replies

Author Message

laurent le cadet

Saturday 28 June 2003 7:39:47 am

Hi,

We seem to have the same "problem". I'm also working on forms and xml fields.
I don't have the repply to your answer but maybe you could help me.

Here's :

I'm trying to display a checkbox in a form but I don't have the correct syntax.
What I use : {attribute_view_gui attribute=$node.data_map.myidentifier}

But I have only YES or NO if the box is checked or not when I crate the form.

May I have the correct syntax or more generally a tutorial for the different objects ?

Paul Forsyth

Saturday 28 June 2003 8:24:57 am

In 3.1 the xml datafield supports the use of css classes. From the docs an example:

<em [class="foo"]>emphasize text. Attribute 'class', which used to classify the tag, is optional.</em> (alias to emphasize)

so, just use a 'text-decoration: underline;" statement in the appropriate class.

paul

M Farhan

Tuesday 01 July 2003 12:44:36 am

Paul,
Isn't there a way of doing the same thing in 3.0.2.

Thanks in advance.

MF

Paul Forsyth

Tuesday 01 July 2003 1:24:59 am

I think we are going round in circles here at the moment about this...

In the 3.0x series of ez the amount of html you could put into a xml data field was very limited. 3.1 has improved on this by popular demand :) Sorry, but there doesn't seem to be too many ways around this except by css and logic.

You could use a text field to put html into but you can't add related objects to this...

paul

Wenyue Yu

Tuesday 01 July 2003 4:38:11 am

Hi,

You actually can use custom tag now since 3.1 support both inline and block(default) custom tag. Just remember in content.ini add following lines:

AvailableCustomTags[]=underline
IsInline[underline]=true

Then it will be handled without linebreak.

Regards,
wenyue

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu