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

META-INF.resources.asset.ajaxjs-ui.doc.include.form.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"%>

按钮 Button

<button class="ajaxjs-btn">按钮</button>
<button class="ajaxjs-btn-1">按钮</button>
<button class="ajaxjs-btn-1 ajaxjs-disable">按钮(禁止状态)</button>

演示:


输入框 Input Field

<input class="ajaxjs-inputField" type="text" value="文本输入框" /> 
<input class="ajaxjs-inputField ajaxjs-disable" type="text" value="文本输入框(禁止状态)" />

演示:



文本框 Textarea

<textarea class="ajaxjs-inputField" rows="15" cols="20">……</textarea>

演示:

下拉列表 DropdownList

<select name="catalog" class="ajaxjs-select" style="width:250px;">……</select>

演示:



自定义文件上传按钮

通过 label 标签 for 属性关联具体的 input[type=file] 触发本地 file picker。input[type=file] 本身隐藏。

演示:

Form Validator

性别:
爱好:
城市
 
    现有账号登录




© 2015 - 2024 Weber Informatics LLC | Privacy Policy