Javascript Reference
Categories: Obj_Button

javascript Obj_Button dataFormatAs

@July 12, 2008, 5:06 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 Obj_Button source material arriving from the data source is to be treated as plain text or as tagged HTML.

 
Example
 
document.getElementById("myButton").dataFormatAs = "html";
 
Value

String constant values: text | html.

 
Default

text


Powered by Linode.