How to use HTML5 Tags within ADF FACES
问题 I'am looking for a pretty and easy way to use HTML5 Tags inside of my Adf Faces Application. I'am using ADF 12c and it's supposed to support HTML5 and CSS3. Until now i get this <f:facet name="center"> <af:inputText label="Label 1" id="it1" placeholder="Test"/> </f:facet> placeholder is an HTML5 feature. My questions: How can i use something as Canvas or Drag and Drop Events ? 回答1: You can use canvas tags directly, you can use normal HTML tags with ADF Faces 12c, and you can inject EL