Search
 
SCRIPT & CODE EXAMPLE
 

HTML

jsf axonivy sub component

<!-- 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 :: how to put images in html 
Html :: html form button 
Html :: jquery clear html before append 
Html :: git 443 operation timed out 
Html :: no ripple angular materisl 
Html :: named slot vue 
Html :: button max width bootstrap 
Html :: load popper in html 
Html :: copyright in html 
Html :: branch icon font awesome 
Html :: html lag on scoll 
Html :: upload only img 
Html :: What Is the Metaverse? 
Html :: html drop down 
Html :: How to write a empty character in HTML 
Html :: how to upload pdf in html 
Html :: test image as base 64 string 
Html :: how to make an image a full background in html 
Html :: a tag open new tab 
Html :: how to make a link in html 
Html :: how to make the picture in iframe full screen 
Html :: how to set an svg favicon in html 
Html :: predefine data list in input tag html 
Html :: internal link css 
Html :: how to insert images into html 
Html :: order invoice template in html 
Html :: how to enable button after checked 
Html :: how to make web page center 
Html :: ps -aux | grep pid | kill 
Html :: ngif async pipe 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =