Prev & Next Article?

Hi,
How to create a Prev & Next artcle link in the detail
page? is this possible to be made by DW? if not, any ideas how to
build such a thing easily? I'm not a coder, & My pages are
generated dynamicly.
Thanks in advance.
Dev_Guy

On Mon, 8 Oct 2007 08:24:11 +0000 (UTC), "Dev_Guy07"
<[email protected]> wrote:
>Hi,
> How to create a Prev & Next artcle link in the
detail page? is this possible
>to be made by DW? if not, any ideas how to build such a
thing easily? I'm not a
>coder, & My pages are generated dynamicly.
Without any code knowledge you might find it tricky. However,
Tom Muck
has a commercial extension that makes it easy:
http://www.tom-muck.com/extensions/help/RecordsetNavigationSuite/
Steve Fleischer
steve at flyingtigerwebdesign dot com
Hong Kong

Similar Messages

  • How can you prevent that you can swipe to the next article?

    Hi,
    I'm creating a folio for a fair.
    The purpose is that the clients can choose from a menu which "presentation/article" they would like to view. Then when the article is at his end it should go back to the menu at the beginning.
    But now when you are at the end of an article and you swipe to the left you automatically go to the next article.
    So my question is: Is there a way to put a "stop" at the end of an article so that the people can't swipe further and so they have no other option than to go back or to click on the home button??
    Thanks a lot!!

    My solution for a simililar scenario was to create a full page, 2-state dumb MSO set to play the slide-show once. Then the home button (or any navigation buttons) was available to tap, while the page itself was resistant to any swipes.

  • Prev/Next Buttons

    I am using some paging code to add a previous and next
    buttons to my spry gallery. I am attempting (unsuccessfully) to
    hide the previous button at the beginning of the recordset and the
    next button at the end. I have pasted the code below if anyone has
    any ideas.
    <script language="JavaScript" type="text/javascript">
    <!--
    var pageOffset =0;
    var pageSize = 5;
    var pageStop = pageOffset + pageSize;
    var dsGallery = new Spry.Data.XMLDataSet("images.xml",
    "/gallery/photos/photo", { filterFunc: MyPagingFunc });
    function MyPagingFunc(ds, row, rowNumber)
    if (rowNumber < pageOffset || rowNumber >= pageStop)
    return null;
    return row;
    function UpdatePage(offset)
    var numRows = dsGallery.getUnfilteredData().length;
    if (offset > (numRows - pageSize))
    offset = numRows - pageSize;
    if (offset < 0)
    offset = 0;
    pageOffset = offset;
    pageStop = offset + pageSize;
    // Re-apply our non-destructive filter on dsStates1:
    dsGallery.filter(MyPagingFunc);
    // Tell our 2nd region to update because we've adjusted
    // some of the variables it uses in its spry:if expressions.
    Spry.Data.updateRegion("list2");
    // Change the XPath for the 3rd data set so that the 3rd
    // region updates. Remember, position() starts at one and
    not
    // zero, so we have to add one to our pageOffset and
    pageStop.
    dsGallery.setXPath("/states/state[position() >=" +
    (pageOffset+0) + " and position() < " + (pageStop+1) + "]");
    -->
    </script>
    <input type="button" value="Prev"
    onClick="UpdatePage(pageOffset - pageSize);" />
    <input type="button" value="Next"
    onClick="UpdatePage(pageOffset + pageSize);" />

    why didn't you use Spry Paged View instead of writing your
    own code?
    then you can use
    if ({ds_PageNumber} == 1 ) {
    //disable prev button & enable next
    else if ({ds_PageNumber} == {ds_PageCount} ) {
    //disable next button & enable prev
    else{
    //enable both prev & next button
    you then just have to call this function, every time you do
    navigation or page load (using observer or anything else)

  • Swipe to next article in horizontal scroll. frame

    Hi,
    If the reader reaches the end of an horizontal scrollable frame, the swipe to the next article does not work (neither does two finger swipe work). Instead, swiping to the next page on the end of an vertical scroll. frame works fine (v29 viewer).
    One more thing to fix.
    Kind regards,
    Yves

    Yves,
    Are you testing in Adobe Content Viewer or a custom viewer? We specifically did work to make swiping to the next article work inside a horizontal scrollable frame.
    Neil

  • Implement paging (prev/next) for jtable data obtained from database

    Hello all, first time poster and relative newbie to java.
    I am trying to learn java and in the process have stumbled upon this issue.
    I have searched through the forum as well as googled my way around for answers. And though I am more informed than I was, I still am a little stumped.
    I would like to implement a table that pulls data from a database (mysql), limits the results, and include prev/next buttons to traverse through the records.
    I think this involves writing my own AbstractTableModel. And I have seen some examples as such. But could use a little more help.
    I will always be pulling 10 rows, but the columns will change depending on query I am using so implementing a more generic set of methods would be great.. To be specific...
    Table: users
    Columns: userid, ufname, ulname, utype, ustatus, etc....
    For selection purposes I only need to show: userid, ufname, ulname. So I figure I write a query like:
    select userid, ulname, ufname from users limit index, 10
    Where index tells the query where to start from then use the results to populate the jtable. I can do this statically but do not quite understand how to implement the next/prev buttons so that the table pulls the next or previous set of data.
    If this can happen without the need to repaint/refresh the frame that would be great.
    sudo code (with comments) would be ok, but a basic working example of this would be even better.
    thank you in advance, if more information is required please let me know.

    tumbleweeds roll by...........

  • Scrollable Content and Swipe to next article Problem.

    I have multiple scroll trays on my page that when pulled out take up all the space on the screen.  Since interactive content always sits on top of static content how does one workaround not being able to swipe to next article.
    At the moment I create dummy buttons that sit on top of the interactive content that have navto properties but my user would not usually figure out to tap instead of swipe to next article.
    Thanks for listening to my first post.
    Geoff
    Paris

    This really needs to be fixed especially for vertically scrolling frames when swiping horizontally and vice versa.
    With the new choices in the scrollable frame overlay it should be obvious that if you swipe in the other direction you want to go to new page.
    Bob

  • Can't swipe to next article on scrollable frame?

    Hi,
    I'm not sure what's happening here. I've got a page with a scrolling frame which covers the whole page, frame is set to scrolling, scroll direction is vertical only. I've just updated some of the scrollabe content and now when I view on iPad I can't swipe to the next article, the swipe to next article worked fine yesterday, all content and links work OK I just can't get off the page now... any suggestions?

    So Okay,
    Excuse the lame design (only 10 minutes of my lunch break left)
    So I quickly mocked up a 768x1024 doc (Horizontal)
    Made a Scrollable frame 732x952px to sit on the page bleed at the bottom and within left and right margins
    Created 4000px Deep worth of fake content (Grouped and pasted into the scrolling frame)
    Set to vertical scroll only
    Popped a stickly overlay on top and a background image underneath
    All in seperate layers.
    Imported as a PNG article
    and here are the results.
    All images are screen grabs and the last demonstrates that even with a scrolling frame this long - if you import as png you can still horizontally swipe off it
    All's good!
    Tim

  • Lightbox Gallry, works locally, but cannot find prev/next/close button remotely.

    Hi all, I've downloaded the latest Lightbox Gallery from Dreamweaver exchange and was able to make some changes on my own, but still far from being an expert at scripting...HELP!
    Everything worked fine locally, but when I uploaded it to my web host/s FTP, the prev, next and close buttons did not show up.
    In firebox, they just don't show.  In Safari, it shows "?" where the close button should show.
    I checked the FTP and the images are all there.
    Could anyone tell me what I'm doing wrong?
    My website address is:
    julieappelt.com
    Thanx

    It appears you didn't upload a whole folder.  The "lightbox" folder inside the "images" folder does not seem to be there.  Try uploading the files again.

  • In the vertical page with scrollable content, i can´t swipe to next article. why?

    in the vertical version of the page with one scrollable content frame, i can´t swipe to next article. the scrollable content frame has in both versions the exact size of the page. in the horizontal version this works perfectly. Used folio builder v22, pdf and smothscrolling off.
    Message was edited by: lost in dps

    Thanks for the answer. But i found out, that it was my fault. A status of an object was outside the scrolling content frame. But thank you for the possibilty to ask questions.

  • PREV - NEXT navigation in ViewStack & Tab Navigation container

    Hi,
    I am using a ViewStack container inside a Tab container. There are 2 tabs.
    In the first tab, I have 3 containers for ViewStack and in the
    Second tab, I have 2 containers.
    I am having a single PREV - NEXT (navigation) buttons for the navigation.On clicking the next (navigation) button, it should select the second viewstack container in the first tab [initially the first view stack container in first tab is selected]
    On clicking next again, it should select the next viewstack container & so on...
    Upon further clicking the next button, it should select the first Viewstack container of the second tab & so on...
    When I place the navigation buttons for the ViewStack container, we can get the ViewStack ID & the selectedIndex, so PREV - NEXT navigation functionality can be done.
    But my requirement is:
    On traversing through the NEXT button and on reaching the last screen of the ViewStack container, it is required to go to the next tab's first ViewStack container. It is basically a PREV - NEXT navigation through all tabs and on each ViewStack in a tab container with a single set of PREV - NEXT navigation buttons
    - Sen

    hi,
    I have put together a sample of navigating through multiple viewstacks, the only real need for this to work is that each viewstack is named after its parent navigators index i.e tabnavigator 0 has a viewstack with id of 'VS0' tbanavigator 1 has a viewstack with id of 'VS1' etc...
    http://gumbo.flashhub.net/stacker/  source code included
    David.

  • Tabbing to "Prev", "Next" and "Submit" buttons in FormsCentral template

    I try to use my mouse as little as possible when entering data in forms.  How does one tab to "Prev", "Next" and "Submit" buttons in FormsCentral template so that all one has to do is press "enter" on the keyboard or spacebar?

    Thanks Roman for your response.  Press Tab or Shift-Tab works fine on my Windows computers but does not appear to work on my IPad.  Maybe it’s an Apple thing.  BTW – loving what I’m seeing so far in FormsCentral.
    Dixie Folzenlogen
    Dixie Folzenlogen
    Project Coordinator
    Striker Land Services Northeastern, L.L.C.
    6801 N Broadway, Ste 310
    Oklahoma City, OK 73116
    330-492-2401 (office)
    405-229-3907 (mobile)

  • SetAttribute at calculated attribute at prev next binding

    I use JDev version 10.1.2.1.0 (Build 1913). I try to set attribute at calculated attribute.. that all row divide some page using prev next binding. The result was disorder. I think i must set attribute repeat every i click prev next button.. but i don't know where i must overwrite method form prev next binding.. or any other solution... please give me advice.. thank you

    Dimitar, thank you for your response.
    If I am trying to insert a new row (not update an existing one), I believe I need to create a Managed Property bomEditChild under the Managed Bean bomCRUD, and then set the binding of the af:InputText to +#{bomCRUD.bomEditChild}+ as seen below:
    <af:popup id="p1" ... >
    <af:dialog id="d2" dialogListener="#{DialogListenerCollection.editDialogListener}" title="BOM Edit">
    <af:inputText label="Child" id="it1" binding="#{BomCRUD.bomEditChild}"/>
    </af:popup>
    From adfc-config.xml
    <managed-bean id="__11">
    <managed-bean-name id="__9">BomCRUD</managed-bean-name>
    <managed-bean-class id="__12">erp.view.framework.BomCRUD</managed-bean-class>
    <managed-bean-scope id="__10">request</managed-bean-scope>
    <managed-property id="__2">
    <property-name id="__3">bomEditChild</property-name>
    <property-class>oracle.adf.view.rich.component.rich.input.RichInputText</property-class>
    <value id="__1"></value>
    </managed-property>
    </managed-bean>
    However, when I print the value of the String Child variable of the createChildren class, I get the following:
    System.out.println("Child: " + Child); // output command gets me the text below
    +Child: RichInputText[UIXEditableFacesBeanImpl, id=it1]+
    The createChildren method is detailed below in the pages definition file and implemented in the AppModuleImpl class.
    <methodAction id="createChildren" ...>
    <NamedData NDName="Child" NDValue="#{BomCRUD.bomEditChild}" NDType="java.lang.String"/>
    </methodAction>
    It appears the value being passed into my createChildren class is the container ID, not the value entered into the container by the customer. The output is the same whether I declare bomEditChild as a Managed Property under the Managed Bean bomCRUD or not. I am still unsure how to grab the value of the inputted text and/or if the managed property is updating before the createChildren method is being called via the editDialogListener.
    Any further ideas?

  • Problem navigating article with prev next buttons

    I place a next and previous button to navigate between pages in the same article using gotonextpage but it stops working after a few times navigating the article. I tried with navto://article# but it did not worked either

    You might have run across an intermittent page link bug in the Adobe Content Viewer. This bug was addressed in a recent hot fix. If you build a custom app (or a new Content Viewer), the issue should be resolved. Or, wait until the viewer is updated in the store.

  • Is there a way to prevent DPS from going to next article when using swipe left/swipe right?

    I have placed web content in an article in Indesign with swipe left and swipe right function and it works just fine except for one thing. When swiping the animation starts but it also goes to the next/previous article in the folio. Is there a way to fix this?

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • Lightbox Gallery, moving prev/next buttons to outside of the gallery box

    Hello,
    I want to change the look of the "prev" and "next" buttons to simple arrows and move them outside of the big image that opens up when you click on the thumbnail, so that no part of the big image is covered by these buttons.  Creating the arrow images are easy, but I've still got a lot to learn when it come to dealing with scripts.
    Which part of the script do I need to change to move the location of where there buttons show up?

    Julie726 wrote:
    Actually, I'm still having a problem getting those buttons to display before I worry about moving their positions.
    They have been uploaded to the correct locations.  I can't figure out why they don't display.
    They don't display because the link to those buttons points to an "images" folder (lowercase I) but they're stored on the server in "Images" folder (capital I).
    http://www.julieappelt.com/images/lightbox/lightbox-btn-close.gif does not work
    http://www.julieappelt.com/Images/lightbox/lightbox-btn-close.gif works
    It's usually best to avoid mixing cases when naming folders and files to avoid these issues, esp on Linux servers. Stick to all lowercase.

Maybe you are looking for