All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.asset.ajaxjs-ui.doc.include.pages.jsp Maven / Gradle / Ivy

Go to download

AJAXJS Web aims to full-stack, not only the server-side framework, but also integrates the front-end library. It'€™s written in HTML5 + Java, a successor to the JVM platform, efficient, secure, stable, cross-platform and many other advantages, but it abandoned the traditional enterprise architecture brought about by the large and bloated, emphasizing the lightweight, and fast, very suitable for the Internet fast application.

There is a newer version: 1.3.0
Show newest version
<%@page pageEncoding="UTF-8"%>
	

全屏幕加载指示器

例子:

<aj-page-fullscreen-loading-indicator></aj-page-fullscreen-loading-indicator>

演示:

该功能通过以下代码实现。

document.onreadystatechange = function () {
    if(document.readyState === "complete") {
        aj(".aj-fullscreen-loading").classList.add('fadeOut');// 关闭遮罩
    }
}

Baidu 自定义搜索

属性 含义 类型 是否必填,默认值
siteDomainName 搜索网站之域名 String n, 通过 js 返回域名

例子:

<aj-baidu-search site-domain-name="${all_config.site.domainName}"></aj-baidu-search>

演示:

分享页面的按钮

例子:

<aj-page-share></aj-page-share>

演示:

选择正文字体大小

属性 含义 类型 是否必填,默认值
articleTarget 正文所在的位置,通过 CSS Selector 定位 String n, article p

例子:

<aj-adjust-font-size></aj-adjust-font-size>

演示:

切换简体、繁体中文

属性 含义 类型 是否必填,默认值
jsurl js字库文件较大,外部引入 String y

例子:

<aj-chinese-switch jsurl="${ajaxjsui}/js/libs/chinese.js"></aj-chinese-switch>

演示:

暂不演示,代码高亮和 js 冲突。

分享页面的按钮

例子:

<aj-back-top></aj-back-top>

演示:





© 2015 - 2024 Weber Informatics LLC | Privacy Policy