从数据库获取数据的时间线

发布于 2024-12-05 12:07:00 字数 1337 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱已欠费 2024-12-12 12:07:00

我通过创建我想要的 HTML 代码并

Response.Write();

在输出中使用它 来解决它
Timeglider 也很好用

i solve it by creating my desired HTML code and with

Response.Write();

fire it in the output
and Timeglider is also work good

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文