// Build a safe full link dynamically $link = "index.php?app=order_items"; $link .= "&order_id=" . urlencode($this->data['order_id']); $link .= "&status=" . urlencode($status); $link .= "&new_window=true"; // Use in button label or JavaScript echo "<a href='$link' target='_blank'>Details</a>";
: Return the user to their exact position in the Grid after they finish interacting with the Form. Visual and Logical Integration scriptcase full link
For further technical details or official documentation, you can explore the Scriptcase Cases page or the Scriptcase Blog for recent feature rollouts. Scriptcase - Simplicities of Scriptcase // Build a safe full link dynamically $link = "index
The true power of the Full Link lies in passing parameters. Here is how Scriptcase interprets incoming parameters in a Full Link: $link .= "&order_id=" . urlencode($this->