Skip to content

Commit

Permalink
upd doc
Browse files Browse the repository at this point in the history
  • Loading branch information
唐斌 committed Jun 30, 2014
1 parent 213ea8c commit 643d1a3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,14 @@ <h1>artDialog</h1>
<p>artDialog —— 经典的网页对话框组件,内外皆用心雕琢。</p>

<ol>
<li>支持普通与气泡形式的对话框</li>
<li>信息无障碍支持:焦点管理;支持 ARIA 标准</li>
<li>支持普通与 12 方向气泡状对话框</li>
<li>完善的焦点处理,自动焦点附加与回退</li>
<li>支持 ARIA 标准</li>
<li>面向未来:基于 HTML5 Dialog 的 API</li>
<li>支持标准与模态对话框</li>
<li>丰富的展示状态与友好的编程接口</li>
<li>自适应内容尺寸</li>
<li>丰富且友好的编程接口</li>
<li>能自适应内容尺寸</li>
<li>仅 4kb (gzip)</li>
</ol>


Expand Down Expand Up @@ -358,7 +360,7 @@ <h2>文档导航</h2>
<li><a href="#other">其他</a>

<ul>
<li><a href="#other-css">自定义皮肤</a></li>
<li><a href="#other-skin">自定义样式</a></li>
<li><a href="#other-grunt">源码构建</a></li>
<li><a href="#other-upgrade">artDialog v5 升级 v6 参考</a></li>
<li><a href="#other-support">支持</a></li>
Expand Down Expand Up @@ -1269,7 +1271,7 @@ <h4>示例</h4>

<h2><span id="other">其他</span></h2>

<h3><span id="other-css">自定义皮肤</span></h3>
<h3><span id="other-skin">自定义样式</span></h3>

<p>打开配置文件: src/dialog-config.js,其中<code>cssUir</code>字段是 css 文件的路径,<code>innerHTML</code>字段则是 artDialog 的模板。修改这两个字段即可很方便的设计属于自己的皮肤。</p>

Expand All @@ -1285,11 +1287,11 @@ <h3><span id="other-upgrade">artDialog v5 升级 v6 参考</span></h3>

<h3><span id="other-support">支持</span></h3>

<p>artDialog 是基于 <a href="https://github.com/aui/artDialog/blob/master/LICENSE.md">LGPL</a> 协议免费开源的程序,问题反馈可在 <a href="https://github.com/aui/artDialog/issues?state=open">Github issues</a> 上进行(为了保证效率,请务必描述清楚你的问题,例如包含 artDialog 版本号、浏览器版本等必要信息,不合格问题将可能会被清理)。</p>
<p>artDialog 是基于 <a href="https://github.com/aui/artDialog/blob/master/LICENSE.md">LGPL</a> 协议免费开源的程序,问题反馈可在 <a href="https://github.com/aui/artDialog/issues?state=open">Github issues</a> 上进行(为了保证效率,请务必描述清楚你的问题,例如包含 artDialog 版本号、浏览器版本等必要信息,有 demo 甚佳。不合格问题将可能会被关闭)。</p>

<hr />

<p>如果你喜欢 artDialog,请为我<a href="https://me.alipay.com/planeart">捐赠</a>一杯咖啡以支持开源。如果您认为基于 artDialog 进行二次开发可以节省公司人力成本,亦可购买<a href="https://github.com/aui/artDialog/blob/master/LICENSE.md">商业授权</a></p>
<p>如果你喜欢 artDialog,<a href="https://me.alipay.com/planeart">捐赠</a>一杯咖啡的费用以支持 artDialog。如果您认为 LGPL 开源协议满足不了您的项目,亦可购买<a href="https://github.com/aui/artDialog/blob/master/LICENSE.md">商业授权</a></p>

<script src="../lib/jquery-1.10.2.js"></script>

Expand Down

0 comments on commit 643d1a3

Please sign in to comment.