JARCH SHOWCASE
JARCH SHOWCASE
Diagram - Basic Diagram is generic component to create visual elements and connect them on a web page. SVG is used on modern browsers and VML on IE 8 and below. Component is highly flexible in terms of api, events and theming.
A
B
C
<a:diagram value="#{diagramBasicView.model}" style="height:400px" styleClass="ui-widget-content" />


/* Demo CSS */
<style type="text/css">
    .ui-diagram-element {
        border:0.1em dotted #d4e06b; 	
        width:14em; 
        height:4em; 	
        line-height:4em;
        text-align: center;
    }
</style>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.