dbview: Opening a dbview table in a seperate windows
-
Thank you for a great plugin.
I created a dbview that provides a list of items. I made one of the fields in that view a hyperlink (e.g Item ID). When Item ID is clicked, another dbview is executed showing the detailed information related to this Item ID. Here’s the code and it works wonderfully.
“$name“;
return DBView::link($value, “ItemDetail”, $value);Is there a way to open the second dbview (in my case “ItemDetail”) in a separate Window. Also is there a way to give the user the ability to go back to the previews dbview allowing the user to click another Item ID to view its information?
Thanks again for your hard work and for a great plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘dbview: Opening a dbview table in a seperate windows’ is closed to new replies.