Droptiles icon indicating copy to clipboard operation
Droptiles copied to clipboard

How to call slidesfrom and pages content on Static web like below?

Open bny1982 opened this issue 10 years ago • 1 comments

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">

<%# DataBinder.Eval(Container.DataItem,"title") %>
<asp:repeater id="childRepeater" datasource='<%# ((DataRowView)Container.DataItem) .Row.GetChildRows("myrelation") %>' runat="server">
<img src=<%# DataBinder.Eval(Container.DataItem, "["img"]")%> />
<%# DataBinder.Eval(Container.DataItem, "["caption"]")%>5
<%# DataBinder.Eval(Container.DataItem, "["caption"]")%>6
<%# DataBinder.Eval(Container.DataItem, "["description"]")%>7
<%# DataBinder.Eval(Container.DataItem, "["description"]")%>8
<%# 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>

bny1982 avatar Jul 21 '14 03:07 bny1982

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.

bny1982 avatar Jul 24 '14 03:07 bny1982