Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 637 Bytes

tag.client.md

File metadata and controls

20 lines (17 loc) · 637 Bytes

Client Tag

To programming with Efw, it is required to import several .js files and .css files into JSP because of JQuery and JQuery UI. You can use the Efw Tag to make the importing easy.
...
<%@ taglib prefix="efw" uri="efw" %>
<head>
...
<efw:Client baseurl="/appfolder" />		//efw:client or efw:CLIENT
...
</head>

Attributes

NameRequiredDefaultDescription
baseurlNo"."The web application base url. If your page is not in the base folder, it is must.