Hello everybody
I want to know, how can i add a label âFormat :RRCNUFAAAAâ next to the text box
As shown in the picture below
Hello everybody
I want to know, how can i add a label âFormat :RRCNUFAAAAâ next to the text box
As shown in the picture below
Why donât you embed it in the language string from Studio âŚ
Hi,
Just add
âcustomCodeâ => â@@FIELD@@ Format :RRCNUFAAAAâ,
in your editviewdefs.
See attachment :
Here is what I get with
0 =>
array (
ânameâ => âphone_workâ,
âcommentâ => âWork phone number of the contactâ,
âlabelâ => âLBL_OFFICE_PHONEâ,
âcustomCodeâ => â@@FIELD@@ Format :RRCNUFAAAAâ,
),
Isnât it what you wanted?
it works, thank you BLQT for your answer
I have just one last question, is it be possible to customize the writing style of the label, for example I want to what it is in italic, and bold red
Yes, you can have html in that customCode, such as:
âcustomCodeâ => â@@FIELD@@ Format :RRCNUFAAAAâ,
Benoit
thank you very much BLQT