Javascript Reference
Categories: label_Object

javascript label_Object dataFormatAs

@July 12, 2008, 5:07 a.m.
dataFormatAs Firefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  
Read/Write  

Used with IE data binding, this property advises the browser whether the label_Object source material arriving from the data source is to be treated as plain text or as tagged HTML. Works only for text data sources in IE 5 for the Macintosh.

 
Example
 
document.forms[0].myLabel.dataFormatAs = "html";
 
Value

IE 4 recognizes two possible settings: text | html.

 
Default

text


Powered by Linode.