jmohler1970 / BS-4-CF

Bootstrap tags for Adobe ColdFusion
MIT License
2 stars 2 forks source link

input type="image" #51

Closed jmohler1970 closed 8 years ago

jmohler1970 commented 8 years ago

<h:commandButton action="#{some_action}" image="button.gif" />

<input type="image" src="button.gif" /> Sort of

See: http://stackoverflow.com/questions/5911163/how-to-make-an-image-button-in-jsf

jmohler1970 commented 8 years ago

I don't care to do this. Glyphicons and Font Awesome are better for making fancy buttons