Javascript Reference
Categories: DIV

javascript DIV dataFormatAs

@March 15, 2008, 1:22 a.m.
dataFormatAsFirefox/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 source material arriving from the data source is to be treated as plain text or as tagged HTML.

 
Example
 
document.getElementById("myDiv").dataFormatAs = "text";
 
Value

String constants: text | html.

 
Default

text


Powered by Linode.