从数据库获取数据的时间线
Timeglider 是一个时间轴项目。 Timeglider 是一个用于显示的 jQuery 插件高度灵活的时间轴中任意数量的事件。
获取和读取数据的最简单方法之一是使用 TABLE。 该表是一个具有特定属性的 HTML 表 例如,我们应该使用 SQL 中的数据创建表。
我使用 GRIDVIEW 或(表和面板)等对象,但这些对象没有这些标签。
请帮我 我可以使用json数据源吗?但我不知道怎么办? 但有了桌子就更容易了。
Timeglider 时间线可以直接从您提供的数据加载 HTML 表格。
我可以与 response.write
一起使用吗?或其他建议的方式? 或将这些行添加到表中。 (我知道只有 gridview 有属性标题)但表没有???!!!! 请帮我。
<!-- The first row of the table is reserved for meta-data.
Class values below are *critical* for mapping out data from the
<td> elements that follow --- though order is not important.
The text in <td> elements is *not* critical: just the class names.
-->
<tr>
<th class="tg-startdate">start date</th>
<th class="tg-enddate">end date</th>
<th class="tg-title">title</th>
<th class="tg-description">description</th>
<th class="tg-icon">icon</th>
<th class="tg-importance">importance</th>
<th class="tg-link">link</th>
</tr>
Timeglider is a timeline project.
Timeglider is a jQuery plugin for displaying any number of events in a highly-flexible timeline.
One of the easiest way for fetching and reading data is using a TABLE.
this TABLE is a HTML TABLE that have a specific properties
for example we should create table with its data in SQL.
I use the objects like GRIDVIEW or (TABLE and panel) but these are not have those tags.
please help me
may i use json datasource? but i dont know how?
but with table it is easier.
Timeglider timelines can load directly from data you provide in an
HTML table.
may i use with response.write
? or another proposed way?
or add hese line to table. (i know only gridview have property header) but table doesnt??!!!!
please help me.
<!-- The first row of the table is reserved for meta-data.
Class values below are *critical* for mapping out data from the
<td> elements that follow --- though order is not important.
The text in <td> elements is *not* critical: just the class names.
-->
<tr>
<th class="tg-startdate">start date</th>
<th class="tg-enddate">end date</th>
<th class="tg-title">title</th>
<th class="tg-description">description</th>
<th class="tg-icon">icon</th>
<th class="tg-importance">importance</th>
<th class="tg-link">link</th>
</tr>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过创建我想要的 HTML 代码并
在输出中使用它 来解决它
Timeglider 也很好用
i solve it by creating my desired HTML code and with
fire it in the output
and Timeglider is also work good