cara memakai HTML Area di tapestry adalah sbb :
pertama di project.xml tambahi component html area
<dependency>
<groupId>htmlarea</groupId>
<artifactId>htmlarea</artifactId>
<version>3.3</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>htmlarea</groupId>
<artifactId>jazzy</artifactId>
<version>1.1</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
trus di tapestry.application nya
tambahi baris seperti ini
<library id="htmlarea" specification-path="/org/rz/htmlarea/htmlarea.library" />
terus tinggal kita set type componentnya menjadi html area. contohnya seperti ini
<input jwcid="@htmlarea:HtmlArea" value="ognl:berita.nws_title" />
0 komentar:
Posting Komentar