back to project page

ChenilleKit Demo V1.0.2

code snippet
@Component(parameters = {"style=bluelighting", "show=true",
                         "modal=true", "title=literal:Window 1"})
private Window window1;


<a href="#" onclick="window1.showCenter(true)">click here to show window</a>

<div t:id="window1">
    <h3>Test Window</h3>
    <p>
        This is the inlined content of a test window
    </p>
</div>


sample
Footer