Hyperlinks in Server-side Processiong
Hyperlinks in Server-side Processiong
I have now conquered server-side processing (getting it working at least!).
One question I do have, that I cannot seem to find an answer to anywhere on here, is how to hyperlink columns to a webpage or new email message.
In example - viewing aciltd.com/test/index.html I have two columns that I need to hyperlinks in. The drawing column to link to .pdf file on the domain and also an RFQ column to hyperlink to a new email message.
The drawing hyperlink would go to somewhere on the domain with a file name the same as the ACI P/N column.
In example - row one (ACIAL00385) drawing column 'here' would hyperlink to aciltd.com/test/ACIAL00835.pdf.
What would I need to edit in the index.html / server_processing.php files to make this link?
Similarly, what would need to be done to create something similar for a new email.
Thanks in advance.
This question has an accepted answers - jump to answer
Answers
There is an example in the columns.render documentation that shows how it can be done.