差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

plugins:hooks [2014/10/15 11:17]
joyqi
plugins:hooks [2014/10/16 03:12] (当前版本)
joyqi [Widget_Archive]
行 1: 行 1:
 ====== 插件接口及功能列表 ====== ====== 插件接口及功能列表 ======
  
-===== Widget内置的接口 =====+===== 默认接口 =====
  
 在Typecho中只要这个类是继承自Typecho_Widget基类,它就默认具备了这个插件接口。接口开发者可以使用这个接口无缝地向当前的Class中注入方法 在Typecho中只要这个类是继承自Typecho_Widget基类,它就默认具备了这个插件接口。接口开发者可以使用这个接口无缝地向当前的Class中注入方法
行 27: 行 27:
  
  
-===== 句柄接口 =====+===== Widget接口 =====
  
 ==== Widget_Archive ==== ==== Widget_Archive ====
行 33: 行 33:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​indexHandle</​code></​td>​ <​td><​code>​indexHandle</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>当访问最近文章首页以及分页时被触发</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​error404Handle</​code></​td>​ <​td><​code>​error404Handle</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>当访问404页面时被触发</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​singleHandle</​code></​td>​ <​td><​code>​singleHandle</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>当访问单独页面时被触发(文章,页面,附件)</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​categoryHandle</​code></​td>​ <​td><​code>​categoryHandle</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>当访问按分类归档页面时被触发</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​tagHandle</​code></​td>​ <​td><​code>​tagHandle</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>当访问按标签归档页面时被触发</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​authorHandle</​code></​td>​ <​td><​code>​authorHandle</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>当访问按作者归档页面时被触发</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​dateHandle</​code></​td>​ <​td><​code>​dateHandle</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>当访问按日期归档页面时被触发</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​search</​code></​td>​ <​td><​code>​search</​code></​td>​
-<​td><​code>​$keywords</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Archive</​code>​对象</​td>​ +<li><​code>​$keywords</​code> ​搜索关键词</li
-<​td></​td>​+<li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>这是一个独占接口,当访问搜索页面时被触发<​br /> 
 +当这个接口被实现后,系统自己的搜索动作将不会继续,你需要在这个接口内自己push搜索的数据到Widget_Archive对象<​br /> 
 +此接口多用于自己实现站内搜索来替换默认的 
 +</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​searchHandle</​code></​td>​ <​td><​code>​searchHandle</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>当访问搜索页面时被触发</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​query</​code></​td>​ <​td><​code>​query</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​ +<li><​code>​$archive</​code> ​Widget_Archive对象</li
-<​td></​td>​+<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<td>Widget_Archive所有的数据库查询动作最终将由一个query方法来执行<​br /> 
 +此接口在query方法内,多用于hack某些查询语句</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​select</​code></​td>​ <​td><​code>​select</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​handleInit</​code></​td>​ <​td><​code>​handleInit</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$select</​code></​td>​+<li><​code>​$archive</​code> ​Widget_Archive对象</li
 +<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​handle</​code></​td>​ <​td><​code>​handle</​code></​td>​
-<​td><​code>$parameter->​type</​code><​br /> +<​td><​ul> 
-<​code>​Widget_Archive</​code>​对象<​br /> +<​li><​code>​type</​code></​li
-<​code>​$select</​code></​td>​+<li><​code>​$archive</​code> ​Widget_Archive对象</li
 +<li><​code>​$select</​code> ​Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​pageNav</​code></​td>​ <​td><​code>​pageNav</​code></​td>​
-<​td><​code>​$currentPage</​code><​br /> +<td><​ul>​ 
-<​code>​$total</​code><​br /> +<li><​code>​currentPage</​code></​li
-<code>$parameter->​pageSize</​code><​br /> +<li><​code>​$total</​code></​li
-<​code>​$prev</​code><​br /> +<li><code>​pageSize</​code></​li
-<​code>​$next</​code><​br /> +<li><​code>​$prev</​code></​li
-<​code>​$splitPage</​code><​br /> +<li><​code>​$next</​code></​li
-<​code>​$splitWord</​code></​td>​+<li><​code>​$splitPage</​code></​li
 +<li><​code>​$splitWord</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​headerOptions</​code></​td>​ <​td><​code>​headerOptions</​code></​td>​
-<​td><​code>​$allows</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Archive</​code>​对象</​td>​+<li><​code>​$allows</​code></​li
 +<li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​header</​code></​td>​ <​td><​code>​header</​code></​td>​
-<​td><​code>​$header</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Archive</​code>​对象</​td>​+<li><​code>​$header</​code></​li
 +<li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​footer</​code></​td>​ <​td><​code>​footer</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​beforeRender</​code></​td>​ <​td><​code>​beforeRender</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​afterRender</​code></​td>​ <​td><​code>​afterRender</​code></​td>​
-<​td><​code>​Widget_Archive</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​commentFeedItem</​code></​td>​ <​td><​code>​commentFeedItem</​code></​td>​
-<​td><​code>​$feedType</​code><​br /> +<td><​ul>​ 
-<​code>​$comments</​code></​td>​+<li><​code>​feedType</​code></​li
 +<li><​code>​$comments</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​feedItem</​code></​td>​ <​td><​code>​feedItem</​code></​td>​
-<​td><​code>​$feedType</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Archive</​code>​对象</​td>​+<li><​code>​feedType</​code></​li
 +<li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 167: 行 234:
 </​table>​ </​table>​
 </​html>​ </​html>​
- 
  
 ==== Widget_Feedback ==== ==== Widget_Feedback ====
行 173: 行 239:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​comment</​code></​td>​ <​td><​code>​comment</​code></​td>​
-<​td><​code>​$comment</​code><​br /> +<td><​ul>​ 
-<​code>​$content</​code></​td>​+<li><​code>​$comment</​code></​li
 +<li><​code>​content</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishComment</​code></​td>​ <​td><​code>​finishComment</​code></​td>​
-<​td><​code>​Widget_Feedback</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$feedback</​code> ​Widget_Feedback对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​trackback</​code></​td>​ <​td><​code>​trackback</​code></​td>​
-<​td><​code>​$trackback</​code><​br /> +<td><​ul>​ 
-<​code>​$content</​code></​td>​+<li><​code>​$trackback</​code></​li
 +<li><​code>​content</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishTrackback</​code></​td>​ <​td><​code>​finishTrackback</​code></​td>​
-<​td><​code>​Widget_Feedback</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$feedback</​code> ​Widget_Feedback对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 207: 行 285:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​loginFail</​code></​td>​ <​td><​code>​loginFail</​code></​td>​
-<​td><​code>​$user</​code><​br /> +<td><​ul>​ 
-<code>$request->​name</​code><​br /> +<li><​code>​user</​code></​li
-<code>$request->​password</​code><​br /> +<li><code>​name</​code></​li
-<code>1 == $request->​remember</​code></​td>​+<li><code>​password</​code></​li
 +<li><code>​remember</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​loginSucceed</​code></​td>​ <​td><​code>​loginSucceed</​code></​td>​
-<​td><​code>​$user</​code><​br /> +<td><​ul>​ 
-<code>$request->​name</​code><​br /> +<li><​code>​user</​code></​li
-<code>$request->​password</​code><​br /> +<li><code>​name</​code></​li
-<code>1 == $request->​remember</​code></​td>​+<li><code>​password</​code></​li
 +<li><code>​remember</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 235: 行 319:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
行 253: 行 337:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​register</​code></​td>​ <​td><​code>​register</​code></​td>​
-<​td><​code>​$dataStruct</​code></​td>​+<td><​ul>​ 
 +<li><​code>​$dataStruct</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishRegister</​code></​td>​ <​td><​code>​finishRegister</​code></​td>​
-<​td><​code>​Widget_Register</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$register</​code> ​Widget_Register对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 275: 行 365:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​beforeUpload</​code></​td>​ <​td><​code>​beforeUpload</​code></​td>​
-<​td><​code>​$result</​code></​td>​+<td><​ul>​ 
 +<li><​code>​$result</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​upload</​code></​td>​ <​td><​code>​upload</​code></​td>​
-<​td><​code>​Widget_Upload</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$upload</​code> ​Widget_Upload对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​beforeModify</​code></​td>​ <​td><​code>​beforeModify</​code></​td>​
-<​td><​code>​$result</​code></​td>​+<td><​ul>​ 
 +<li><​code>​$result</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​modify</​code></​td>​ <​td><​code>​modify</​code></​td>​
-<​td><​code>​Widget_Upload</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$upload</​code> ​Widget_Upload对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 307: 行 409:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​login</​code></​td>​ <​td><​code>​login</​code></​td>​
-<​td><​code>​$name</​code><​br /> +<td><​ul>​ 
-<​code>​$password</​code><​br /> +<li><​code>​$name</​code></​li
-<​code>​$temporarily</​code><​br /> +<li><​code>​$password</​code></​li
-<​code>​$expire</​code></​td>​+<li><​code>​$temporarily</​code></​li
 +<li><​code>​$expire</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​hashValidate</​code></​td>​ <​td><​code>​hashValidate</​code></​td>​
-<​td><​code>​$password</​code><​br /> +<td><​ul>​ 
-<​code>​$user['​password'​]</​code></​td>​+<li><​code>​$password</​code></​li
 +<li><​code>​$user['​password'​]</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​loginSucceed</​code></​td>​ <​td><​code>​loginSucceed</​code></​td>​
-<​td><​code>​Widget_User</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$name</​code><​br /> +<li><​code>​$user</​code> ​Widget_User对象</li
-<​code>​$password</​code><​br /> +<li><​code>​$name</​code></​li
-<​code>​$temporarily</​code><​br /> +<li><​code>​$password</​code></​li
-<​code>​$expire</​code></​td>​+<li><​code>​$temporarily</​code></​li
 +<li><​code>​$expire</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​loginFail</​code></​td>​ <​td><​code>​loginFail</​code></​td>​
-<​td><​code>​Widget_User</​code>​对象<​br /> +<td><​ul>​ 
-<​code>​$name</​code><​br /> +<li><​code>​$user</​code> ​Widget_User对象</li
-<​code>​$password</​code><​br /> +<li><​code>​$name</​code></​li
-<​code>​$temporarily</​code><​br /> +<li><​code>​$password</​code></​li
-<​code>​$expire</​code></​td>​+<li><​code>​$temporarily</​code></​li
 +<li><​code>​$expire</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 357: 行 471:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​textFilter</​code></​td>​ <​td><​code>​textFilter</​code></​td>​
-<​td><​code>​$input['​text'​]</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_XmlRpc</​code>​对象</​td>​+<li><​code>​$input['​text'​]</​code></​li
 +<li><​code>​$xmlRpc</​code> ​Widget_XmlRpc对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​upload</​code></​td>​ <​td><​code>​upload</​code></​td>​
-<​td><​code>​Widget_XmlRpc</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$xmlRpc</​code> ​Widget_XmlRpc对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​pingback</​code></​td>​ <​td><​code>​pingback</​code></​td>​
-<​td><​code>​$pingback</​code><​br /> +<td><​ul>​ 
-<​code>​$post</​code></​td>​+<li><​code>​$pingback</​code></​li
 +<li><​code>​$post</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishPingback</​code></​td>​ <​td><​code>​finishPingback</​code></​td>​
-<​td><​code>​Widget_XmlRpc</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$xmlRpc</​code> ​Widget_XmlRpc对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 391: 行 517:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​content</​code></​td>​ <​td><​code>​content</​code></​td>​
-<​td><​code>​$text</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Comments</​code>​对象</​td>​ +<li><​code>​$text</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Feedback</​code><​br /> +<li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li>​ 
-<​code>​Widget_Comments_Admin</​code><​br /> +</​ul>​ 
-<​code>​Widget_Comments_Archive</​code><​br /> +</​td>​ 
-<​code>​Widget_Comments_Edit</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Comments_Ping</​code><​br /> +<li><​code>​Widget_Feedback</​code></​li
-<​code>​Widget_Comments_Recent</​code></​td>​+<li><​code>​Widget_Comments_Admin</​code></​li
 +<li><​code>​Widget_Comments_Archive</​code></​li
 +<li><​code>​Widget_Comments_Edit</​code></​li
 +<li><​code>​Widget_Comments_Ping</​code></​li
 +<li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​contentEx</​code></​td>​ <​td><​code>​contentEx</​code></​td>​
-<​td><​code>​$text</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Comments</​code>​对象</​td>​ +<li><​code>​$text</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Feedback</​code><​br /> +<li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li>​ 
-<​code>​Widget_Comments_Admin</​code><​br /> +</​ul>​ 
-<​code>​Widget_Comments_Archive</​code><​br /> +</​td>​ 
-<​code>​Widget_Comments_Edit</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Comments_Ping</​code><​br /> +<li><​code>​Widget_Feedback</​code></​li
-<​code>​Widget_Comments_Recent</​code></​td>​+<li><​code>​Widget_Comments_Admin</​code></​li
 +<li><​code>​Widget_Comments_Archive</​code></​li
 +<li><​code>​Widget_Comments_Edit</​code></​li
 +<li><​code>​Widget_Comments_Ping</​code></​li
 +<li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​filter</​code></​td>​ <​td><​code>​filter</​code></​td>​
-<​td><​code>​$value</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Comments</​code>​对象</​td>​ +<li><​code>​$value</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Feedback</​code><​br /> +<li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li>​ 
-<​code>​Widget_Comments_Admin</​code><​br /> +</​ul>​ 
-<​code>​Widget_Comments_Archive</​code><​br /> +</​td>​ 
-<​code>​Widget_Comments_Edit</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Comments_Ping</​code><​br /> +<li><​code>​Widget_Feedback</​code></​li
-<​code>​Widget_Comments_Recent</​code></​td>​+<li><​code>​Widget_Comments_Admin</​code></​li
 +<li><​code>​Widget_Comments_Archive</​code></​li
 +<li><​code>​Widget_Comments_Edit</​code></​li
 +<li><​code>​Widget_Comments_Ping</​code></​li
 +<li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​gravatar</​code></​td>​ <​td><​code>​gravatar</​code></​td>​
-<​td><​code>​$size</​code><​br /> +<td><​ul>​ 
-<​code>​$rating</​code><​br /> +<li><​code>​$size</​code></​li
-<​code>​$default</​code><​br /> +<li><​code>​$rating</​code></​li
-<​code>​Widget_Abstract_Comments</​code>​对象</​td>​ +<li><​code>​$default</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Feedback</​code><​br /> +<li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li>​ 
-<​code>​Widget_Comments_Admin</​code><​br /> +</​ul>​ 
-<​code>​Widget_Comments_Archive</​code><​br /> +</​td>​ 
-<​code>​Widget_Comments_Edit</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Comments_Ping</​code><​br /> +<li><​code>​Widget_Feedback</​code></​li
-<​code>​Widget_Comments_Recent</​code></​td>​+<li><​code>​Widget_Comments_Admin</​code></​li
 +<li><​code>​Widget_Comments_Archive</​code></​li
 +<li><​code>​Widget_Comments_Edit</​code></​li
 +<li><​code>​Widget_Comments_Ping</​code></​li
 +<li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​autoP</​code></​td>​ <​td><​code>​autoP</​code></​td>​
-<​td><​code>​$text</​code></​td>​ +<td><​ul>​ 
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Feedback</​code><​br /> +<li><​code>​$text</​code>​</​li>​ 
-<​code>​Widget_Comments_Admin</​code><​br /> +</​ul>​ 
-<​code>​Widget_Comments_Archive</​code><​br /> +</​td>​ 
-<​code>​Widget_Comments_Edit</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Comments_Ping</​code><​br /> +<li><​code>​Widget_Feedback</​code></​li
-<​code>​Widget_Comments_Recent</​code></​td>​+<li><​code>​Widget_Comments_Admin</​code></​li
 +<li><​code>​Widget_Comments_Archive</​code></​li
 +<li><​code>​Widget_Comments_Edit</​code></​li
 +<li><​code>​Widget_Comments_Ping</​code></​li
 +<li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​markdown</​code></​td>​ <​td><​code>​markdown</​code></​td>​
-<​td><​code>​$text</​code></​td>​ +<td><​ul>​ 
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Feedback</​code><​br /> +<li><​code>​$text</​code>​</​li>​ 
-<​code>​Widget_Comments_Admin</​code><​br /> +</​ul>​ 
-<​code>​Widget_Comments_Archive</​code><​br /> +</​td>​ 
-<​code>​Widget_Comments_Edit</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Comments_Ping</​code><​br /> +<li><​code>​Widget_Feedback</​code></​li
-<​code>​Widget_Comments_Recent</​code></​td>​+<li><​code>​Widget_Comments_Admin</​code></​li
 +<li><​code>​Widget_Comments_Archive</​code></​li
 +<li><​code>​Widget_Comments_Edit</​code></​li
 +<li><​code>​Widget_Comments_Ping</​code></​li
 +<li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 469: 行 625:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​excerpt</​code></​td>​ <​td><​code>​excerpt</​code></​td>​
-<​td><​code>​$text</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Contents</​code>​对象</​td>​ +<li><​code>​text</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​excerptEx</​code></​td>​ <​td><​code>​excerptEx</​code></​td>​
-<​td><​code>​$excerpt</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Contents</​code>​对象</​td>​ +<li><​code>​$excerpt</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​content</​code></​td>​ <​td><​code>​content</​code></​td>​
-<​td><​code>​$text</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Contents</​code>​对象</​td>​ +<li><​code>​text</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​contentEx</​code></​td>​ <​td><​code>​contentEx</​code></​td>​
-<​td><​code>​$content</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Contents</​code>​对象</​td>​ +<li><​code>​$content</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​isFieldReadOnly</​code></​td>​ <​td><​code>​isFieldReadOnly</​code></​td>​
-<​td><​code>​$name</​code></​td>​ +<td><​ul>​ 
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$name</​code>​</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​filter</​code></​td>​ <​td><​code>​filter</​code></​td>​
-<​td><​code>​$value</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Contents</​code>​对象</​td>​ +<li><​code>​$value</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​title</​code></​td>​ <​td><​code>​title</​code></​td>​
-<​td><​code>​$title</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Contents</​code>​对象</​td>​ +<li><​code>​title</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​autoP</​code></​td>​ <​td><​code>​autoP</​code></​td>​
-<​td><​code>​$text</​code></​td>​ +<td><​ul>​ 
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$text</​code>​</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​markdown</​code></​td>​ <​td><​code>​markdown</​code></​td>​
-<​td><​code>​$text</​code></​td>​ +<td><​ul>​ 
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Archive</​code><​br /> +<li><​code>​$text</​code>​</​li>​ 
-<​code>​Widget_Upload</​code><​br /> +</​ul>​ 
-<​code>​Widget_XmlRpc</​code><​br /> +</​td>​ 
-<​code>​Widget_Contents_Related</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Contents_Attachment_Admin</​code><​br /> +<li><​code>​Widget_Archive</​code></​li
-<​code>​Widget_Contents_Attachment_Related</​code><​br /> +<li><​code>​Widget_Upload</​code></​li
-<​code>​Widget_Contents_Attachment_Unattached</​code><​br /> +<li><​code>​Widget_XmlRpc</​code></​li
-<​code>​Widget_Contents_Page_List</​code><​br /> +<li><​code>​Widget_Contents_Related</​code></​li
-<​code>​Widget_Contents_Post_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-<​code>​Widget_Contents_Page_Admin</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Related</​code></​li
-<​code>​Widget_Contents_Post_Edit</​code><​br /> +<li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-<​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​Widget_Contents_Page_List</​code></​li
-<​code>​Widget_Contents_Page_Edit</​code><​br /> +<li><​code>​Widget_Contents_Post_Admin</​code></​li
-<​code>​Widget_Contents_Post_Recent</​code><​br /> +<li><​code>​Widget_Contents_Page_Admin</​code></​li
-<​code>​Widget_Contents_Related_Author</​code></​td>​+<li><​code>​Widget_Contents_Post_Edit</​code></​li
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 658: 行 859:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​filter</​code></​td>​ <​td><​code>​filter</​code></​td>​
-<​td><​code>​$value</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Metas</​code>​对象</​td>​ +<li><​code>​$value</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Metas_Category_Edit</​code><​br /> +<li><​code>​$metas</​code> ​Widget_Abstract_Metas对象</​li>​ 
-<​code>​Widget_Metas_Category_List</​code><​br /> +</​ul>​ 
-<​code>​Widget_Metas_Category_Admin</​code><​br /> +</​td>​ 
-<​code>​Widget_Metas_Tag_Cloud</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Metas_Tag_Admin</​code><​br /> +<li><​code>​Widget_Metas_Category_Edit</​code></​li
-<​code>​Widget_Metas_Tag_Edit</​code></​td>​+<li><​code>​Widget_Metas_Category_List</​code></​li
 +<li><​code>​Widget_Metas_Category_Admin</​code></​li
 +<li><​code>​Widget_Metas_Tag_Cloud</​code></​li
 +<li><​code>​Widget_Metas_Tag_Admin</​code></​li
 +<li><​code>​Widget_Metas_Tag_Edit</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 681: 行 887:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​filter</​code></​td>​ <​td><​code>​filter</​code></​td>​
-<​td><​code>​$value</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Abstract_Users</​code>​对象</​td>​ +<li><​code>​$value</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Login</​code><​br /> +<li><​code>​$users</​code> ​Widget_Abstract_Users对象</​li>​ 
-<​code>​Widget_Logout</​code><​br /> +</​ul>​ 
-<​code>​Widget_Register</​code><​br /> +</​td>​ 
-<​code>​Widget_Users_Admin</​code><​br /> +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
-<​code>​Widget_Users_Author</​code><​br /> +<li><​code>​Widget_Login</​code></​li
-<​code>​Widget_Users_Edit</​code><​br /> +<li><​code>​Widget_Logout</​code></​li
-<​code>​Widget_Users_Profile</​code></​td>​+<li><​code>​Widget_Register</​code></​li
 +<li><​code>​Widget_Users_Admin</​code></​li
 +<li><​code>​Widget_Users_Author</​code></​li
 +<li><​code>​Widget_Users_Edit</​code></​li
 +<li><​code>​Widget_Users_Profile</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 705: 行 916:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​listComments</​code></​td>​ <​td><​code>​listComments</​code></​td>​
-<​td><​code>​$singleCommentOptions</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Comments_Archive</​code>​对象</​td>​+<li><​code>​singleCommentOptions</​code></​li
 +<li><​code>​$archive</​code> ​Widget_Comments_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​reply</​code></​td>​ <​td><​code>​reply</​code></​td>​
-<​td><​code>​$word</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Comments_Archive</​code>​对象</​td>​+<li><​code>​$word</​code></​li
 +<li><​code>​$archive</​code> ​Widget_Comments_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​cancelReply</​code></​td>​ <​td><​code>​cancelReply</​code></​td>​
-<​td><​code>​$word</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Comments_Archive</​code>​对象</​td>​+<li><​code>​$word</​code></​li
 +<li><​code>​$archive</​code> ​Widget_Comments_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 735: 行 955:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​mark</​code></​td>​ <​td><​code>​mark</​code></​td>​
-<​td><​code>​$comment</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Comments_Edit</​code>​对象<​br /> +<li><​code>​$comment</​code></​li
-<​code>​$status</​code></​td>​+<li><​code>​$edit</​code> ​Widget_Comments_Edit对象</li
 +<li><​code>​$status</​code>​</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​delete</​code></​td>​ <​td><​code>​delete</​code></​td>​
-<​td><​code>​$comment</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Comments_Edit</​code>​对象</​td>​+<li><​code>​$comment</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishDelete</​code></​td>​ <​td><​code>​finishDelete</​code></​td>​
-<​td><​code>​$comment</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Comments_Edit</​code>​对象</​td>​+<li><​code>​$comment</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​edit</​code></​td>​ <​td><​code>​edit</​code></​td>​
-<​td><​code>​$comment</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Comments_Edit</​code>​对象</​td>​+<li><​code>​$comment</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishEdit</​code></​td>​ <​td><​code>​finishEdit</​code></​td>​
-<​td><​code>​Widget_Comments_Edit</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​comment</​code></​td>​ <​td><​code>​comment</​code></​td>​
-<​td><​code>​$comment</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Comments_Edit</​code>​对象</​td>​+<li><​code>​$comment</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishComment</​code></​td>​ <​td><​code>​finishComment</​code></​td>​
-<​td><​code>​Widget_Comments_Edit</​code>​对象</​td>​+<td><​ul>​ 
 +<li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 788: 行 1029:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​delete</​code></​td>​ <​td><​code>​delete</​code></​td>​
-<​td><​code>​$post</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Attachment_Edit</​code>​对象</​td>​+<li><​code>​$post</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishDelete</​code></​td>​ <​td><​code>​finishDelete</​code></​td>​
-<​td><​code>​$post</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Attachment_Edit</​code>​对象</​td>​+<li><​code>​$post</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​delete</​code></​td>​ <​td><​code>​delete</​code></​td>​
-<​td><​code>​$post</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Attachment_Edit</​code>​对象</​td>​+<li><​code>​$post</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishDelete</​code></​td>​ <​td><​code>​finishDelete</​code></​td>​
-<​td><​code>​$post</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Attachment_Edit</​code>​对象</​td>​+<li><​code>​$post</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 824: 行 1077:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​write</​code></​td>​ <​td><​code>​write</​code></​td>​
-<​td><​code>​$contents</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Page_Edit</​code>​对象</​td>​+<li><​code>​$contents</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishPublish</​code></​td>​ <​td><​code>​finishPublish</​code></​td>​
-<​td><​code>​$contents</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Page_Edit</​code>​对象</​td>​+<li><​code>​$contents</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishSave</​code></​td>​ <​td><​code>​finishSave</​code></​td>​
-<​td><​code>​$contents</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Page_Edit</​code>​对象</​td>​+<li><​code>​$contents</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​delete</​code></​td>​ <​td><​code>​delete</​code></​td>​
-<​td><​code>​$page</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Page_Edit</​code>​对象</​td>​+<li><​code>​$page</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishDelete</​code></​td>​ <​td><​code>​finishDelete</​code></​td>​
-<​td><​code>​$page</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Page_Edit</​code>​对象</​td>​+<li><​code>​$page</​code></​li
 +<li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
 </tr> </tr>
行 866: 行 1134:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​getDefaultFieldItems</​code></​td>​ <​td><​code>​getDefaultFieldItems</​code></​td>​
-<​td><​code>​$layout</​code></​td>​ +<td><​ul>​ 
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​$layout</​code>​</​li>​ 
-<​code>​Widget_Contents_Page_Edit</​code></​td>​+</​ul>​ 
 +</​td>​ 
 +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​write</​code></​td>​ <​td><​code>​write</​code></​td>​
-<​td><​code>​$contents</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Post_Edit</​code>​对象</​td>​ +<li><​code>​$contents</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​ 
-<​code>​Widget_Contents_Page_Edit</​code></​td>​+</​ul>​ 
 +</​td>​ 
 +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishPublish</​code></​td>​ <​td><​code>​finishPublish</​code></​td>​
-<​td><​code>​$contents</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Post_Edit</​code>​对象</​td>​ +<li><​code>​$contents</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​ 
-<​code>​Widget_Contents_Page_Edit</​code></​td>​+</​ul>​ 
 +</​td>​ 
 +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishSave</​code></​td>​ <​td><​code>​finishSave</​code></​td>​
-<​td><​code>​$contents</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Post_Edit</​code>​对象</​td>​ +<li><​code>​$contents</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​ 
-<​code>​Widget_Contents_Page_Edit</​code></​td>​+</​ul>​ 
 +</​td>​ 
 +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​delete</​code></​td>​ <​td><​code>​delete</​code></​td>​
-<​td><​code>​$post</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Post_Edit</​code>​对象</​td>​ +<li><​code>​$post</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​ 
-<​code>​Widget_Contents_Page_Edit</​code></​td>​+</​ul>​ 
 +</​td>​ 
 +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishDelete</​code></​td>​ <​td><​code>​finishDelete</​code></​td>​
-<​td><​code>​$post</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Contents_Post_Edit</​code>​对象</​td>​ +<li><​code>​$post</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Contents_Attachment_Edit</​code><​br /> +<li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​ 
-<​code>​Widget_Contents_Page_Edit</​code></​td>​+</​ul>​ 
 +</​td>​ 
 +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
 +<li><​code>​Widget_Contents_Attachment_Edit</​code></​li
 +<li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 919: 行 1217:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​ +    <th width="​20%">​接口</​th>​ 
-    <th width="​20%">​参数</​th>​+    <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
 <​td><​code>​listCategories</​code></​td>​ <​td><​code>​listCategories</​code></​td>​
-<​td><​code>​$categoryOptions</​code><​br /> +<td><​ul>​ 
-<​code>​Widget_Metas_Category_List</​code>​对象</​td>​ +<li><​code>​categoryOptions</​code></​li
-<​td>​以下句柄同样具有此接口:<​br /><​code>​Widget_Metas_Category_Admin</​code></​td>​+<li><​code>​$list</​code> ​Widget_Metas_Category_List对象</​li>​ 
 +</​ul>​ 
 +</​td>​ 
 +<​td>​以下句柄同样具有此接口:<​br /><​ul>​ 
 +<li><​code>​Widget_Metas_Category_Admin</​code></​li>​ 
 +</ul></​td>​
 </tr> </tr>
 </​tbody>​ </​tbody>​
 </​table>​ </​table>​
 </​html>​ </​html>​
打印/导出