Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

URL links

Questions related to using nuBuilder Forte.
Post Reply
Janusz
nuBuilder Team
Posts: 508
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 11 times
Been thanked: 18 times

URL links

Unread post by Janusz »

Hi,
Is it possible to have active URL / HTML links which can be assigned to form in Edit mode (specific for each record)

When I try to use HTML type object than there is static box on the edit form and it is not linked with specific record.
With Type Input / URL I can not get active link as well, is there any specific notation required or ...
If you like nuBuilder, please leave a review on SourceForge
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: URL links

Unread post by kev1n »

HTML type object:

In my sample, emp_ident is the id of an input object.

<a href="https://www.abcde/profile.pl?emp_ident=#emp_ident#" target="_blank">Open Profile</a>


https://wiki.nubuilder.cloud/ ... sh_Cookies
Janusz
nuBuilder Team
Posts: 508
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 11 times
Been thanked: 18 times

Re: URL links

Unread post by Janusz »

Thanks a lot - works perfectly :-)

in my case I implemented 2 input/text fields where I can put directly link and description

for ex.
ofe_link: https://wiki.nubuilder.net/
ofe_descr: Manual

and in HTML:
<a href="#ofe_link#" target="_blank">#ofe_descr#</a>
If you like nuBuilder, please leave a review on SourceForge
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: URL links

Unread post by admin »

.
Post Reply