We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Control with buttons (or dropdown list) for each FolderHistory item, linked to DnnUrlControl instances or other selectors.
Control can also have buttons for: current page, last folder created, user folder, configured folders.
Then button is clicked, tries to set selector control to corresponding folder.
Related issues: #23
The text was updated successfully, but these errors were encountered:
Probably better to have some kind of UI switch (tabs, radiogroup) to focus user on links, provided by the LinkCompanion control.
These could be:
Switch state can be checked in codebehind to decide from which control (DnnUrlControl or LinkCompanion) we need to get a link.
It's probably better to implement LinkCompanion using React, not ASP.NET or Razor.
It could be too heavy - it this case, we will just need complete replacement for DnnUrlControl based on React.
Sorry, something went wrong.
No branches or pull requests
Control with buttons (or dropdown list) for each FolderHistory item, linked to DnnUrlControl instances or other selectors.
Control can also have buttons for: current page, last folder created, user folder, configured folders.
Then button is clicked, tries to set selector control to corresponding folder.
Related issues: #23
The text was updated successfully, but these errors were encountered: