cancel
Showing results for 
Search instead for 
Did you mean: 

Button in PHTMLB formLayout

Former Member
0 Kudos

Hi

I need to put a Button inside formLayoutInputField.

I did not find any PHTMLB for this, so I tried to insert a htmlb button inside a PHTMLB formLayout.

But It does not work: Button do not appears.

Anybody knows why? Is it possible to use HTMLB elements inside PHTMLB formLayout?

Any alternative?

Regards,

Ronaldo.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The answer is relatively simple. In order for other elements to work within the formLayout, they need to be "wrapped" in a interface layer so to speak.

That is why we have the elemetn formLayoutItem. Have a look at the on-line help for phtmlb:formLayoutItem and see if it doesn't suit your purpose.

Answers (0)