I want to put a hyperlink in the text description of a OutputField, I tried the following method. However using a HTML hyperlink description does not seem to work.
How can I achieve this properly?
tab_1.section_3.not_in_params_netto_inkomen = OutputField(‘Netto inkomen huishouden (voor inzage berekening zie hier )’, flex=100, value=output_netto_inkomsten)
Hi @RayaanAjouz ,
Thank you for your post. The OutputField
is quite limited. Here is a feature request that does request what you are looking for:
Description of the limitation and why it is relevant to address
As a developer I want to create an output field that looks more like the normal text in the user input side (as now the OutputField is limited to the greyed out interface and one line). This benefits more flexibility for the developer to create neat user interfaces for users with the flexibility they want.
I think this is relevant for the VIKTOR platform because it gives more flexibility.
Submitter proposed design (optional)
Out…
The alternative would be to create a WebView
with the output.
I hope this helps.