easy ui 表单元素input控件后面加说明(红色)
<%-- 上传图片到图库基本信息且将图片关联到图集 开始--%>
<div id="win_AddPicLib" class="easyui-window" title="添加图片信息" data-options="top:'30%'" style="width: 800px; height: 350; padding: 5px;">
<div style="padding: 10px">
<form id="addPicLibForm" class="easyui-form" method="post">
<table style="width: 100%;">
<tr>
<td>分组名称:</td>
<td>
<input class="easyui-textbox" type="text" id="GroupName" name="GroupName" data-options="required:true" style="width: 200px;">
<span style="color: red;">这个需要手动输入.</span>
</tr>
<tr>
<td>上传图片:</td>
<td>
<input class="easyui-textbox" data-options="required:true" type="text" id="PicLibUrl" name="PicLibUrl" style="width: 400px;" />
<a id="btn_UploadPic" class="easyui-linkbutton" data-options="iconCls:'icon-arrow-up'">上传图片</a>
</td>
</tr>
<tr>
<td>图片名称:</td>
<td>
<input class="easyui-textbox" type="text" id="PicName" name="PicName" data-options="required:true" style="width: 200px;">
<span style="color: red;">这个不需要手动输入.</span>
</tr>
<tr>
<td>图片大小:</td>
<td>
<input class="easyui-textbox" type="text" id="PicSize" name="PicSize" data-options="required:true" style="width: 200px;">
<span style="color: red;">这个不需要手动输入.</span>
</tr>
<tr>
<td>图片排序:</td>
<td>
<input class="easyui-textbox" type="text" id="DisplayOrder" name="DisplayOrder" data-options="required:true" style="width: 200px;">
<span style="color: red;">这个需要手动输入.</span>
</tr>
<tr>
<td>关键字:</td>
<td>
<input class="easyui-textbox" type="text" id="Keywords" name="Keywords" data-options="required:true" style="width: 200px;">
<span style="color: red;">这个需要手动输入.</span>
</tr>
<tr>
<td>图片说明:</td>
<td>
<input class="easyui-textbox" type="text" id="PicInfo" name="PicInfo" data-options="required:true,multiline:true" style="height: 60px; width: 200px;">
<span style="color: red;">这个需要手动输入.</span>
</tr>
</table>
<input id="PicUrl" name="PicUrl" type="hidden" value="" />
<input id="MemberID" name="MemberID" type="hidden" value="1" />
</form>
</div>
<div style="text-align: right; padding: 5px;">
<a id="btn_add_PicLib" name="btn_add_PicLib" class="easyui-linkbutton" data-options="iconCls:'icon-ok'" href="javascript:void(0)">添加</a>
<a id="btn_update_PicLib" name="btn_update_PicLib" class="easyui-linkbutton" data-options="iconCls:'icon-ok'" href="javascript:void(0)">保存</a>
<a id="btn_cancel_PicLib" name="btn_cancel_PicLib" class="easyui-linkbutton" data-options="iconCls:'icon-cancel'" href="javascript:void(0)">取消</a>
</div> </div>
<%-- 上传图片到图库基本信息且将图片关联到图集 结束--%>
easy ui 表单元素input控件后面加说明(红色)的更多相关文章
- 表单元素(控件)不可见,你用visibility还是display?(转)
属性大比拼:visibility和display的介绍 今天在做一个表单时涉及到这方面,当选中相应的选项后设置相应的几个元素(控件可见或不可见),后来还是用了visibility来实现.我们先来看下v ...
- 2017年12月17日 ASP.NET 12个表单元素&&简单控件/复合控件
12个表单元素可以分为三大类 第一类:文本类 <input type = "text" /> //普通文本框 <input type = "passwo ...
- [转]html5表单上传控件Files API
表单上传控件:<input type="file" />(IE9及以下不支持下面这些功能,其它浏览器最新版本均已支持.) 1.允许上传文件数量 允许选择多个文件:< ...
- 深入浅出ExtJS 第四章 表单与输入控件
4.1 制作表单 var form = new Ext.form.FormPanel({ title:'form', defaultType:'textfield', buttonAlign:'cen ...
- SNF快速开发平台MVC-各种级联绑定方式,演示样例程序(包含表单和表格控件)
做了这么多项目,经常会使用到级联.联动的情况. 如:省.市.县.区.一级分类.二级分类.三级分类.仓库.货位. 方式:有表单需要做级联的,还是表格行上需要做级联操作的. 实现:实现方法也有很多种方式. ...
- 响应式的账号登录界面模板完整代码,内置form表单和js控件
响应式的账号登录界面模板,内置form表单和js控件 <!DOCTYPE html> <html lang="en"><head><met ...
- vue教程1-01 v-model 一般表单元素(input) 双向数据绑定
vue教程1-01 v-model 一般表单元素(input) 双向数据绑定el:'#box',//这里放的是选择器.不然会不生效 <!DOCTYPE html> <html l ...
- .Net Core使用视图组件(ViewComponent)封装表单文本框控件
实例程序的界面效果如下图所示: 在表单中的搜索条件有姓名,学号,成绩.他们在一行中按照水平三等分排列. 在cshtml中用html实现上述表单效果的的代码如下: <form class=&quo ...
- javascript实现的动态添加表单元素input,button等(appendChild)
写一个小系统时,需要动态添加表单元素,按自己的实现方法写了这篇教程! 我想各位在很多网站上都看到过类似的效果! 1.先用document.createElement方法创建一个input元素! 代码如 ...
随机推荐
- KindEditor图片上传到七牛云
自己做了一个网站,编辑器用的是KindEditor,平时会涉及到KindEditor自带的图片上传,但是服务器用的是虚拟主机,没多少空间,就一直想着把图片放在免费的云存储空间,之前看KindEdito ...
- 去掉VC2010 编辑器里出现的红色波浪线
在VC2010中浏览代码的时候就大片的红线看着不舒服 其实不关VS的事,原因在于visual assist. 在VAssistX菜单栏->Visual Assist X Options-&g ...
- [改善Java代码]不要随便设置随机种子
建议30: 不要随便设置随机种子 随机数在太多的地方使用了,比如加密.混淆数据等,我们使用随机数是期望获得一个唯一的.不可仿造的数字,以避免产生相同的业务数据造成混乱.在Java项目中通常是通过Mat ...
- 练习题之ExChange
两个线程可以交换对象的同步点.每个线程都在进入exChange方法时给出某个对象,并接受其他线程返回时给出的对象.用于实现两个人之间的数据交换,每个人在完成一定的事务后想与对方交换数据,第一个先拿出数 ...
- T-SQL使用JOIN执行UPDATE语句
问题: In SQL Server, it's possible to insert into a table using a SELECT statement: INSERT INTO Table ...
- asp.net上传大文件
Asp.net默认允许上传文件的最大值为4M. 如果想要上传更大的文件,需要修改web.config文件,方法是: 在<system.web>节点中添加代码 <httpRuntime ...
- Jersey(1.19.1) - Hello World, Get started with Jersey using the embedded Grizzly server
Maven Dependencies The following Maven dependencies need to be added to the pom: <dependency> ...
- sql常识-BETWEEN 操作符
BETWEEN 操作符 操作符 BETWEEN ... AND 会选取介于两个值之间的数据范围.这些值可以是数值.文本或者日期. SQL BETWEEN 语法 SELECT column_name(s ...
- UINavigationController切换视图的简单使用
UINavigationController通过栈的方式来管理视图,通过push将视图压入栈,pop将视图推出栈. 下面通过简单的示例说明 AppDelegate.m - (BOOL)applicat ...
- 问题解决:两台虚拟机不能互相ping通的原因
要是两台虚拟机能够PING通下列要求缺一不可:1.你所设置的虚拟网络的网络号不能跟外面你正在使用的真实的网络号一样2.防火墙必须关闭3.你设置的那俩台虚拟机必须在同一网段内4.两台虚拟机的主机名不能相 ...