Search
 
SCRIPT & CODE EXAMPLE
 

HTML

axonivy composite

<!-- motorbike.number.plate/MotorbikeNumberApprove.xhtml -->
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:f="http://xmlns.jcp.org/jsf/core"
	xmlns:h="http://xmlns.jcp.org/jsf/html"
	xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
	xmlns:ic="http://ivyteam.ch/jsf/component"
	xmlns:p="http://primefaces.org/ui"
	xmlns:pe="http://primefaces.org/ui/extensions"
	xmlns:cc="http://xmlns.jcp.org/jsf/composite">
<h:body>

	<cc:interface>
		<cc:attribute name="usernameLabel"></cc:attribute>
	</cc:interface>
	
	<cc:implementation>
    	   #{cc.attrs.usernameLabel} : 
    </cc:implementation>
	
</h:body>
</html>

<!-- Main.xhtml -->
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:f="http://xmlns.jcp.org/jsf/core"
	xmlns:h="http://xmlns.jcp.org/jsf/html"
	xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
	xmlns:ic="http://ivyteam.ch/jsf/component"
	xmlns:p="http://primefaces.org/ui"
	xmlns:pe="http://primefaces.org/ui/extensions"
	xmlns:cc="http://xmlns.jcp.org/jsf/composite">
<h:body>
	<ui:composition template="/layouts/basic-8.xhtml">
		<ui:define name="title">Main</ui:define>
		<ui:define name="content">
            <!-- Start -->
			<ic:motorbike.number.plate.MotorbikeNumberApprove
				motorbikePlateRequest="#{data.motorbikePlateRequest}"
				buttonName1="Reject" handler1="" buttonName2="Approve" handler2="">
			</ic:motorbike.number.plate.MotorbikeNumberApprove>
            <!-- End -->
		</ui:define>
	</ui:composition>
</h:body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: disable a tag 
Html :: disable textarea html 
Html :: how to add square root symbol in HTML Web page 
Html :: thead position sticky 
Html :: afjsi sein 
Html :: listen on contenteditable 
Html :: jackson maven 
Html :: how to break between characters in html 
Html :: twig captitalize 
Html :: html align right 
Html :: how to get the name of a html balise and pass it in onPress 
Html :: magento 2 call phtml file in cms page 
Html :: metaverse 
Html :: how to create html dropdown 
Html :: input select option this 
Html :: bootstrap border none modal header 
Html :: html color text 
Html :: ionic button trigger ion-datetime 
Html :: a open in new tab 
Html :: number dropdown html 
Html :: full screen iframe 
Html :: laravel blade @checked 
Html :: disable radio button in html 
Html :: meta http-equiv x-ua-compatible 
Html :: ml-auto bootstrap 5 not working 
Html :: bullet list html mdn 
Html :: href mailto 
Html :: img src data base64 
Html :: add image to anchor 
Html :: placeholder in input field MVC 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =