February 7, 20197 yr I am trying to figure out how the 'Done' button can be setup to return to a specific tabbed page. In particular I am working with the Recycle Bin plugin and when I am on the 'Shares' tab and browse a share recycle bin, I want to return to the 'Shares' tab when the 'Done' button is clicked. Is there somewhere I can find documentation or code examples on how to do this? Edited February 7, 20197 yr by dlandon
February 7, 20197 yr Change the URL you navigate to to be /recyclebin/shares when you hit done you'll wind up back at recycle bin Done takes you back to the previous level in the URLSent via telekinesis
February 7, 20197 yr Author 5 minutes ago, Squid said: Change the URL you navigate to to be /recyclebin/shares when you hit done you'll wind up back at recycle bin Not sure how I do that.
February 7, 20197 yr Aren't you doing an <a href='/Shares....' Change it to <a href='/RecycleBin/Shares... when hitting done when on Shares.page, it will then go to RecycleBin.page Edited February 7, 20197 yr by Squid
February 7, 20197 yr Author 17 minutes ago, Squid said: Change the URL you navigate to to be /recyclebin/shares when you hit done you'll wind up back at recycle bin Done takes you back to the previous level in the URL Sent via telekinesis Ok. I understand. The problem is that I lose my other tabs.
February 7, 20197 yr Try the parent .page file instead of the child .page CA isn't tabbed, but I have docker go to Apps.page (my parent) instead of Community.applications.page (the child)
February 7, 20197 yr Author 6 minutes ago, Squid said: What are the URLs for those 2 screenshots? All tabs: https://backupserver/Settings/RecycleBin Only Share tab: https://backupserver/Settings/RecycleBin/RecycleBinShares This one also does the same https://backupserver/Settings/RecycleBinSettings/RecycleBinShares. This was the only way I could get it to be close. If I use https://backupserver/Settings/RecycleBin/Shares I get the Unraid shares page. The page map shows: 3 [RecycleBin] - Recycle Bin 4 RecycleBinSettings - Settings 4 RecycleBinShares - Shares 4 RecycleBinLog - Deleted Files
February 7, 20197 yr Author What I really want is the /Settings/RecycleBin/ second tab with all tabs showing.
February 7, 20197 yr Author 15 minutes ago, gfjardim said: @dlandon, you need the same behavior as Unassigned Devices? This is all very confusing to me as I don't understand the menu system. Could you take a look at the recycle bin github and see what needs to be done?
Archived
This topic is now archived and is closed to further replies.