It would be great to get a class added to the li that included the panel number for styling purposes. For example, the pagination code would be:

<ul>
<li class="panel-0"><a href ="#Panel-0-Header">Panel 0</a></li>
<li class="panel-1"><a href="#Panel-1-Header">Panel 1</a></li>
</ul>
CommentFileSizeAuthor
#1 webform_ajax_page-panel_number-1526098-1.patch522 bytesAnonymous (not verified)

Comments

Anonymous’s picture

Issue summary: View changes

Fixed formatting - removed

  • in lieu of li.
  • Anonymous’s picture

    Status: Active » Needs review
    StatusFileSize
    new522 bytes

    Attaching a patch to achieve this functionality - It's my first patch, so please let me know if I missed anything.

    Thanks!

    attiks’s picture

    Assigned: Unassigned » jelle_s

    Patch looks good, will test tomorrow

    jelle_s’s picture

    Status: Needs review » Fixed

    Committed to 6 and 7 dev versions

    Status: Fixed » Closed (fixed)

    Automatically closed -- issue fixed for 2 weeks with no activity.

    Anonymous’s picture

    Issue summary: View changes

    Fixed numbering.