Search
 
SCRIPT & CODE EXAMPLE
 

HTML

jsf 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 :: html5 audio tag autoplay loop 
Html :: modal footer button center 
Html :: adding meta social media tags 
Html :: Checkbox checked border square CSS 
Html :: how to show pdf as image in html 
Html :: how to include the copyright symbol in html 
Html :: ion-datetime change event 
Html :: ngxcountup suffix 
Html :: center unordered list html 
Html :: bootstrap change font color of text 
Html :: js cannot copy entire object 
Html :: meta viewport 
Html :: Invalid DOM property `for`. Did you mean `htmlFor`? 
Html :: how to make dropdown in html 
Html :: tailwind custom inline shadow 
Html :: how to protect + embed google drive video html5 
Html :: html inline style margin 
Html :: how to make an input not focusable in html 
Html :: link open new tab 
Html :: how to add multiple CSS inline html 
Html :: getproductpricehtml magento 2 
Html :: laravel blade cheched 
Html :: html fieldset color background 
Html :: html color names 
Html :: how to align span to right 
Html :: tailwind css file input 
Html :: button navigate to page 
Html :: bootsrap 4 6 cdn 
Html :: javascript onclick alert are you sure 
Html :: capture textarea value 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =