Item Type Attribute for TEXT data type [message #168112] |
Tue, 18 April 2006 20:34 |
ying
Messages: 143 Registered: May 2002
|
Senior Member |
|
|
Hi,
When I'm trying to pass the HTML code to the Text attribute, when display on the HTML notification details web page, it display as text instead of HTML formatted page. I.e:
Wf_Engine.SetItemAttrNumber (itemtype => p_item_type,
itemkey => p_item_key,
aname => 'HTML_CODE',
avalue =>'<td> </td>');
When show in the notification details page, it shown "<td> </td", instead of column and html break line. Is there any others way for me to assign my HTML code to teh attribute? Pls advise...
[Updated on: Tue, 18 April 2006 20:35] Report message to a moderator
|
|
|
|