Droptiles
Droptiles copied to clipboard
How to call slidesfrom and pages content on Static web like below?
hallo all, i have code like as follow on my repeater, unfurtunatelly i dont understand how to dynamic change the tile so looks dynamic...could someone help me out? and how to use dynamic tile for static web like below for this command (Appurl & slidesform & Animation Tiles icon)?
appUrl: "http://oazabir.github.com/Droptiles/", slidesFrom: ["tiles/features/feature1.html", "tiles/features/feature2.html", "tiles/features/feature3.html"]
this is my code:
<asp:Repeater id="parentRepeater" runat="server">
<%--
<asp:repeater id="childRepeater" datasource='<%# ((DataRowView)Container.DataItem)
.Row.GetChildRows("myrelation") %>' runat="server">
<%# DataBinder.Eval(Container.DataItem, "["url"]")%>
<span class ="tile-counter"><b><%# DataBinder.Eval(Container.DataItem, "[\"hit\"]")%></b></span>
<%-- <span class ="tile-caption"><%# DataBinder.Eval(Container.DataItem, "[\"url\"]")%></span>--%>
<div class="tile-content-main">
<span><%# DataBinder.Eval(Container.DataItem, "[\"caption\"]")%></span>
</div>
<div class ="tile-header"><%# DataBinder.Eval(Container.DataItem, "[\"caption\"]")%>1</div>
<div class ="tile-text"><%# DataBinder.Eval(Container.DataItem, "[\"caption\"]")%>2</div>
<div class ="tile-content-main"><%# DataBinder.Eval(Container.DataItem, "[\"caption\"]")%>3</div>
<span class ="tile-content-sub"><%# DataBinder.Eval(Container.DataItem, "[\"caption\"]")%>4</span>
appUrl: "http://oazabir.github.com/Droptiles/",
slidesFrom: ["tiles/features/feature1.html",
"tiles/features/feature2.html",
"tiles/features/feature3.html"]
and put pages content text(pages)?
--%> </div>
</itemtemplate>
</asp:repeater>
<!-- end child repeater -->
</div>
</itemtemplate>
</asp:Repeater>
In the simple question, what should i do to use html tag for this feature? appUrl: "http://oazabir.github.com/Droptiles/", slidesFrom: ["tiles/features/feature1.html", "tiles/features/feature2.html", "tiles/features/feature3.html"], cssSrc: ["tiles/features/features.css"]
appUrl & slidesFrom & CssSRC, could anyone give me any direction?, cause i have been lost here.