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.

[Solved] How to use Fontstyle in a single display or text...

Questions related to using nuBuilder Forte.
Post Reply
MacWomble
Posts: 13
Joined: Wed Sep 01, 2021 3:23 pm

[Solved] How to use Fontstyle in a single display or text...

Unread post by MacWomble »

Hallo,

I ask me (and you) how to make a display field bold or h1, when displaying Data from Database
:oops:
Last edited by MacWomble on Mon Sep 06, 2021 9:27 am, edited 1 time in total.
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: How to use Fontstyle in a single display or text-field

Unread post by kev1n »

Hi,

Use JavaScript in the form's Custom Code to format text.

E.g.

Code: Select all

$('#replace_with_your_object_id').wrap('<h1></h1>');
MacWomble
Posts: 13
Joined: Wed Sep 01, 2021 3:23 pm

Re: How to use Fontstyle in a single display or text-field

Unread post by MacWomble »

I'll test this soon - Thank You!

It works - Thank You!
Post Reply