Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web: Add hyperlink functionaly to HideRow #94

Open
mhthies opened this issue Nov 3, 2024 · 0 comments
Open

web: Add hyperlink functionaly to HideRow #94

mhthies opened this issue Nov 3, 2024 · 0 comments
Labels
feature A new feature

Comments

@mhthies
Copy link
Owner

mhthies commented Nov 3, 2024

From the discussion #89: The HideRow widget shall be extended to optionally work as a hyperlink. This means, the full area of each HideRow can react to click events to navigate to a different page or an external URL.

To indicate this possibility to the user, a HideRow with active link destination shall use the CSS property cursor: pointer.

The link destination shall be configurable via a new optional parameter link_destination to HideRow's constructor, which can either take a full URL as a string or a WebPage object or a WebPageRef object, which contains a web page name and a reference to a section within that page, that shall be added as an anchor to the link URL. (see #92 and #93)

@mhthies mhthies added the feature A new feature label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant