Search
 
SCRIPT & CODE EXAMPLE
 

HTML

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 :: accept only numbers in textbox 
Html :: show and hide div tag based on checkbox selection using javascript 
Html :: python in html 
Html :: bootstrap navbar-inverse not working 
Html :: spinup wp increate max upload size 
Html :: input field image accept type 
Html :: what to put in http equiv in html 
Html :: nuxt paginate bootstrap 5 
Html :: m3u8 ffmpeg download 
Html :: how to create an html file 
Html :: accept method composite jsf 
Html :: angular.io hide 
Html :: how to redirect to gmail with a tag html 
Html :: html make page not zoomable 
Html :: html5 video player 
Html :: html print today date 
Html :: python parse html 
Html :: open link in a new tab 
Html :: HTML5 Option Groups 
Html :: robots txt disallow all 
Html :: not allow decimal in input type number 
Html :: how to change tab icon in html 
Html :: input tag html with data list 
Html :: disabled input fields vue 
Html :: link to the same page html 
Html :: htmml 
Html :: add custom validation input message html 
Html :: img on click html 
Html :: iframe with html string 
Html :: html table colspan 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =