2
Someone could help me as I could do so when I type any text into an input, then I have a button on top of my input in which I want to center this typed text. Could someone help me like I can do?
Here is the button I want you to do the action on (how to center my text):
<p:commandLink id="btn_close_users_modal33"
styleClass="btn btn-default" action="">
<i class="fa fa-align-center fa-fw" />
</p:commandLink>
And here is my input when I type the text, I want to select what was typed and click on the button to do the action of centering the text:
<h:inputText value="#{frameBean.editorText1}" autocomplete="off"
styleClass="form-control" tabindex="0"/>