Skip to content

Latest commit

 

History

History
64 lines (61 loc) · 2.78 KB

tag.client.md

File metadata and controls

64 lines (61 loc) · 2.78 KB

Client Tag

To programming with Efw, it is required to import several .js files and .css files into JSP. You can use the Efw Tag to make the importing easy.
...
<%@ taglib prefix="efw" uri="efw" %>
<head>
...
<efw:Client baseurl="/appfolder" mode="jquery-ui" theme="base" lang="en" />		//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.
modeNo"jquery-ui"To set the designing mode to "jquery-ui" or "bootstrap".
themeNo"base"To set the theme for "jquery-ui".
base black-tie blitzer cupertino dark-hive
dot-luv eggplant excite-bike flick hot-sneaks
humanity le-frog mint-choc overcast pepper-grinder
redmond smoothness south-street start sunny
swanky-purse trontastic ui-darkness ui-lightness vader
majorNo"4"To set the major version 2,3,4 or 5 for "bootstrap".
langNo"en"To set the language, which is prepared in the multi language folder as a resource file.
nopromiseNo"false"If your browse is old without javaScript Promise object, set the attr with "true".