Someone could help me as I could do so when when I type any text into an input, there I have a button on top of my input where I want to center that typed text. Could someone help me how can I do it?
Here's 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 the button to do the action of centering the text:
<h:inputText value="#{frameBean.editorText1}" autocomplete="off"
styleClass="form-control" tabindex="0"/>