Question
Tekclan Software Solutions
IN
Last activity: 31 Aug 2020 14:41 EDT
Custom control by using html, jsp like pxTextInput
Hi everyone, I am trying to create custom control as same like default pxTextInput control. I tried with below approach, but i am not getting documentation for this input tag
<input id="propertyname" name="" value="sample input" >
. Can any one share how to get input from user and update on clipboard by using custom control.
I also tried with pega reference tag to update properties but it is not suitable, my scenario needs to have placeholder. helper text and able to update automatically when change happens in user input field.
<pega:reference name="pagename.property" mode="input" />
***Edited by Moderator Marissa to update General to Product***