Hi,
I'm trying to change xml code formatin the following file extensions:
- jsff
- jsp
- dcx
to look like this
<af:inputText id="it7"
value="#{viewScope.printerRecordBean.currentRecord.printerStation}"
styleClass="input-text input-text--form"
label="printerStation"/>
instead of all attributes being in line and change line when hits the limit o chars applied.
Is it possible?
How?
Thanks