Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

form from pdf : dynamic tooltip not working

Avatar

Level 2

Hi all,

I m trying to make a pdf form.

I m trying to modifiy the tooltip of a textbox at runtime (i.e. on a button click event) , but it does not work.

i try both in js or formcalc.

exemple :

topmostSubform.Page2.Bouton1::click - (JavaScript, client)
MyTextField.assist.toolTip.value = "ok";

- With a pdf form FROM an existing pdf :

It does not change the tooltip value on screen (using js debugger, the value of the tooltip is changed, but not updated on screen)

- With a pdf form not from an existing pdf :

it does work fine !!! tooltip can be changed on many events, no problem, the tooltip is updated on screen !

I don't understand where si the problem ? why a form from a pdf does not work like a form from *scratch* ????

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Is the 1st one saved as a dynamic PDF or a static PDF?

Paul

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member

Is the 1st one saved as a dynamic PDF or a static PDF?

Paul

Avatar

Level 2

Yes it is the 'problem', i thought that both support this feature !

Thanx for helping !

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----