Class FWAttribute

This class is a subclass of Class

FWOutput.

It represents an attribute of a Case

FWTag.

Consider the following snippit of HTML.:

<img src="Resources/_clear.gif" border=0 width=50 height=1 alt="">

In the tag tree this would be represented as one FWTag. The attributes of the tag:

src="Resources/_clear.gif" 
border=0 
width=50 
height=1 
alt="" 

are each represented as an FWAttribute. When you add an attribute to a tag (in JavaScript you do this by just adding a property), such as: myTag.onclick='"alert(1);”'; a new FWAttribute will be created. Property (1)

fwValue

This is the text value of the attribute.


Register or log in to view or add comments.

FreewayCast

Learn by watching! Screencasts show you how to do it in Freeway. Visit FreewayCast today!