Search
 
SCRIPT & CODE EXAMPLE
 

HTML

axonivy reuseable 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 :: jsf axonivy composite 
Html :: bootstrap large text clip 
Html :: how to center an image in markdown 
Html :: clear html screen 
Html :: laravel old request html div add style 
Html :: how to send html file with express 
Html :: bootstrap 4 search bar 
Html :: How do you require 8-digit password in an input 
Html :: html telephone 
Html :: href html 
Html :: Website Navbar / Menu Links with Sub menu odoo 
Html :: button to return to previous page html 
Html :: align right tailwind 
Html :: html checkbox default checked 
Html :: foreach jstl 
Html :: iframe maps 
Html :: textarea autosize angular 
Html :: submit and open another page 
Html :: javascript onclick back 
Html :: vue js v-for with index 
Html :: csp react 
Html :: tab image code 
Html :: predefine data list in input tag 
Html :: canonical link 
Html :: Flutter Embedded Iframe 
Html :: html website ideas 
Html :: html5 video player autoplay 
Html :: how to add image in html link 
Html :: html audio volume 
Html :: lorem picsum 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =