Feature request: a!sectionLink

This post is regarding a feature request I want to make. The feature is about being able to click on a hyperlink and able to navigate to that section on the same screen. Like how we have on websites where clicking on something scrolls the page and takes the user to a certain section. Similarly, something like a!sectionLink that takes the section label or some identifier as input and takes the user to that section on the same page. 

This would be helpful when there are dense interfaces or long interfaces having a lot of scrolls. And as portals come into the picture, this can also be very well used on Appian portals as they are expected to have long scrolls. 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Or just a!interfaceLink() where the main parameter it accepts is a UID (string).  Simultaneously, all on-form components (including sections, boxes, and input fields etc) are upgraded with a new optional parameter where an arbitrary UID can be set for that item (where the only requirement is that each one is unique).  Then on click of a!interfaceLink, the form would auto-focus (along with scrolling to) that component.

    (note: i'm not in love with the name interfaceLink, but the main point is that it can and should be something much more general than "section", IMHO)

Reply
  • 0
    Certified Lead Developer

    Or just a!interfaceLink() where the main parameter it accepts is a UID (string).  Simultaneously, all on-form components (including sections, boxes, and input fields etc) are upgraded with a new optional parameter where an arbitrary UID can be set for that item (where the only requirement is that each one is unique).  Then on click of a!interfaceLink, the form would auto-focus (along with scrolling to) that component.

    (note: i'm not in love with the name interfaceLink, but the main point is that it can and should be something much more general than "section", IMHO)

Children