update YUI to 2.8.0r4
This commit is contained in:
parent
27f474ec64
commit
2d28e0c0ba
2007 changed files with 344487 additions and 210070 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
|
||||
<link rel="stylesheet" href="print.css" type="text/css" media="print">
|
||||
<meta content="Charts,chartItemExtraEventHandler,getCategoryField,getCategoryNames,getDataField,getHorizontalAxisTitle,getHorizontalField,getVerticalAxisTitle,getVerticalField,setAxisStyles,setCategoryField,setCategoryNames,setDataField,setDataProvider,setDataTipFunction,setDataTipStyles,setHorizontalAxis,setHorizontalAxisTitle,setHorizontalField,setLegendStyles,setSeriesStyles,setStyle,setStyles,setType,setVerticalAxis,setVerticalAxisTitle,setVerticalField" name="keywords">
|
||||
<meta content="Charts,chartItemExtraEventHandler,getCategoryField,getCategoryNames,getDataField,getHorizontalAxisTitle,getHorizontalField,getVerticalAxisTitle,getVerticalField,setAxisStyles,setCategoryField,setCategoryNames,setConstrainViewport,setDataField,setDataProvider,setDataTipFunction,setDataTipStyles,setHorizontalAxis,setHorizontalAxisTitle,setHorizontalField,setLegendLabelFunction,setLegendStyles,setSeriesStyles,setSeriesStylesByIndex,setStyle,setStyles,setType,setVerticalAxis,setVerticalAxisTitle,setVerticalField" name="keywords">
|
||||
<title>Charts</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -194,6 +194,15 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Cl
|
|||
<tr class="">
|
||||
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
|
||||
<div class="summarySignature">
|
||||
<a class="signatureLink" href="#setConstrainViewport()">setConstrainViewport</a>(value:Boolean):void</div>
|
||||
<div class="summaryTableDescription">
|
||||
Determines whether the viewport is constrained
|
||||
</div>
|
||||
</td><td class="summaryTableOwnerCol">Charts</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
|
||||
<div class="summarySignature">
|
||||
<a class="signatureLink" href="#setDataField()">setDataField</a>(value:String):void</div>
|
||||
<div class="summaryTableDescription">
|
||||
Sets the field used in complex objects to access data to be displayed
|
||||
|
|
@ -243,6 +252,15 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Cl
|
|||
<tr class="">
|
||||
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
|
||||
<div class="summarySignature">
|
||||
<a class="signatureLink" href="#setLegendLabelFunction()">setLegendLabelFunction</a>(value:String):void</div>
|
||||
<div class="summaryTableDescription">
|
||||
Sets the JavaScript function to call to format legend labels
|
||||
</div>
|
||||
</td><td class="summaryTableOwnerCol">Charts</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
|
||||
<div class="summarySignature">
|
||||
<a class="signatureLink" href="#setSeriesStyles()">setSeriesStyles</a>(styles:Array):void</div>
|
||||
<div class="summaryTableDescription"></div>
|
||||
</td><td class="summaryTableOwnerCol">Charts</td>
|
||||
|
|
@ -250,6 +268,13 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Cl
|
|||
<tr class="">
|
||||
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
|
||||
<div class="summarySignature">
|
||||
<a class="signatureLink" href="#setSeriesStylesByIndex()">setSeriesStylesByIndex</a>(index:int, style:Object):void</div>
|
||||
<div class="summaryTableDescription"></div>
|
||||
</td><td class="summaryTableOwnerCol">Charts</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
|
||||
<div class="summarySignature">
|
||||
<a class="signatureLink" href="#setStyle()">setStyle</a>(name:String, value:Object, json:Boolean = true):void</div>
|
||||
<div class="summaryTableDescription"></div>
|
||||
</td><td class="summaryTableOwnerCol">Charts</td>
|
||||
|
|
@ -576,6 +601,22 @@ showHideInherited();
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<a name="setConstrainViewport()"></a>
|
||||
<table cellspacing="0" cellpadding="0" class="detailHeader">
|
||||
<tr>
|
||||
<td class="detailHeaderName">setConstrainViewport</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="detailBody">
|
||||
<code>public function setConstrainViewport(value:Boolean):void</code><p>
|
||||
Determines whether the viewport is constrained
|
||||
</p><span class="label">Parameters</span>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="20px"></td><td><code><span class="label">value</span>:Boolean</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<a name="setDataField()"></a>
|
||||
<table cellspacing="0" cellpadding="0" class="detailHeader">
|
||||
<tr>
|
||||
|
|
@ -686,6 +727,22 @@ showHideInherited();
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<a name="setLegendLabelFunction()"></a>
|
||||
<table cellspacing="0" cellpadding="0" class="detailHeader">
|
||||
<tr>
|
||||
<td class="detailHeaderName">setLegendLabelFunction</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="detailBody">
|
||||
<code>public function setLegendLabelFunction(value:String):void</code><p>
|
||||
Sets the JavaScript function to call to format legend labels
|
||||
</p><span class="label">Parameters</span>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="20px"></td><td><code><span class="label">value</span>:String</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<a name="setLegendStyles()"></a>
|
||||
<table cellspacing="0" cellpadding="0" class="detailHeader">
|
||||
<tr>
|
||||
|
|
@ -714,6 +771,26 @@ showHideInherited();
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<a name="setSeriesStylesByIndex()"></a>
|
||||
<table cellspacing="0" cellpadding="0" class="detailHeader">
|
||||
<tr>
|
||||
<td class="detailHeaderName">setSeriesStylesByIndex</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="detailBody">
|
||||
<code>public function setSeriesStylesByIndex(index:int, style:Object):void</code><span class="label">Parameters</span>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="20px"></td><td><code><span class="label">index</span>:int</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramSpacer"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="20px"></td><td><code><span class="label">style</span>:Object</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<a name="setStyle()"></a>
|
||||
<table cellspacing="0" cellpadding="0" class="detailHeader">
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue