Difference between revisions of "Data 1 0-getTagAttribute"

From ADF Docs
Jump to: navigation, search
Line 5: Line 5:
 
public string <strong>getTagAttribute</strong> ( string tag, string attribute )
 
public string <strong>getTagAttribute</strong> ( string tag, string attribute )
  
== Parameters ==
+
== Parameters ==  
  
Parameters
+
<table id="lib-params">
 +
<tr class="header">
 +
<td>Required</td>
 +
<td>Name</td>
 +
<td>Type</td>
 +
<td>Description</td>
 +
</tr>
 +
 +
 +
<tr>
 +
 +
<td class="required">required</td>
 +
 +
<td>tag</td>
 +
<td>string</td>
 +
<td>HTML tag</td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>attribute</td>
 +
<td>string</td>
 +
<td>Attribute value to return from the tag</td>
 +
</tr>
 +
 +
</table>

Revision as of 03:39, 24 March 2010

Description

Returns the value for the html tag attribute

Signature

public string getTagAttribute ( string tag, string attribute )

Parameters

Required Name Type Description
required tag string HTML tag
  attribute string Attribute value to return from the tag