- 浏览: 86967 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
sfc235300:
假如我传的一个参数为name=李连杰后台request.get ...
jQuery Ajax 传中文参数出现乱码(传值,乱码)
位置设置:
getX() 取得相对于页面的x坐标
getY() 取得相对于页面的y坐标
getXY() 取得相对于页面的x,y坐标,用法:ele.getXY()[0]/[1]
getOffsetsTo(el) 取得相对元素el的坐标,返回值[x,y]
setX(x,animate) 设相对于页面的x坐标,animate为true则开启默认动画效果
setY(y,animate) 同上
setLeft(left) 设style.left
setTop(top) 设style.top
setRight(right) 设style.right
setBottom(bottom) 设style.bottom
setXY(pos,animate) 设相对于页面的x,y,相当于setX,setY。用法:setXY([x,y],true)
setLocation(x,y,animate) 相当于setXY。
getRegion() return {top=t,left=l,width=w,height=r}
getHeight(true|false) true不包括边框、内边距,false包括
getBorderWidth(anthor)
getPadding(anthor)
getComputedHeight() 包括边框、内边距
getComputedWidth()
getSize() 相当于getWidth、getHeight {width:w,height:h}
getStyleSize() 取style.width、style.height,且不包括边框{width:w,height:h}
getViewSize() 取视口大小{width:w,height:h}
getValue() 如果有value属必就取它
setWidth(width,animate) 设style.width
setHeight(height,animate) 设style.height
setSize(width,height,animate)
setBounds(x,y,width,height,animate) 相当于setSize、setXY
setRegion(region,animate) 相当于setBounds
getScroll() 取得当前视口在文档中水平、垂直方向上的偏移,返回{left:l,top:t}
setOpacity(opacity,animate)
getLeft(local) false相当于getX,true相当于style.left
getRight(local) false相当于getX+getWidth,true相当于getLeft(true)+getWidth()
getTop(local) false相当于getY,true相当于style.top
getBottom(local)
position(pos,zIndex,x,y) string:pos,取static,relative,absolute,fixed
zIndex设z序,x,y用来调用setXY的
clearPositionsing(value) 作用非得看代码
clearPositioning : function(value){
value = value ||'';
this.setStyle({
"left": value,
"right": value,
"top": value,
"bottom": value,
"z-index": "",
"position" : "static"
});
return this;
}
getPositioning() 取值格式如上{……}
setPositioning(pc) 用法同applyStyles
setLeftTop(left,top) 就是设style.left,style.top
moveTo(x,y,animate) 相当于setXY
move(direction,distance,animate) 很有用,direction移动方向,取t,l,r,b。
distance是移动的距离,animate是否启用动画效果
getAnchorXY(anchor,local,s) 取得对齐到某处的页面x,y坐标
getCenterXY() 取得对齐到视口中央的页面x,y坐标
getAlignToXY(el,p,o) 取得对齐到某元素某处的页面x,y坐标
alignTo(element,position,offsets,animate) 对齐到元素的某处,允许偏移、动画
anchorTo(el,alignment,offsets,animate,monitorScroll,callback) 对齐到元素
center(centerIn) 对齐到视口中央
getBox(contentBox,local) contentBox=false包括边框、内边距 local=false获取页面坐标
setBox(box,adjust,animate) box包括边框、内边距
getFrameWidth(sides,onlycontentBox)
repaint() 强制刷新元素
关于样式、属性设置
addClass(String/Array className )
removeClass(String/Array className)
replaceClass(String oldClassName, String newClassName )
radioClass(String/Array className )
toggleClass(String className )
setStyle(name,value)
getStyle(name)
hasClass(className)
addClassOnClick(classname)
addClassOnFocus(classname)
addClassOnOver(classname)
hover(classsname,bool preventFlicker)
页点操作:
append(ele)
appendTo(ele)
replace(ele)
replaceWith(ele)
insertBefore(ele)
insertAfter(ele)
insertFirst(ele)
insertHtml(where,html,returnEl)
insertSibling(el,where,returnDom)
remove()
createChild(config,HTMLElement insertbefore,returndom)
first(selector,returndom)
last(selector,returndom)
next(selector,returndom)
prev(selector,returndom)
parent(selector,returndom)
child(selector,returndom)
up(selector,maxdepth)
down(selector,maxdepth)
query(selector)
contains(HTMLElement/string el)
show(animate)
hide(animate)
toggle(animate)
setVisible(boolean visible,animate)
update(html, loadScripts, callback)
特殊的
hover( Function overFn, Function outFn, [Object scope] ) : Ext.Element
mask(msg, msgCls)
unmask()
load( String/Function url, [String/Object params], [Function callback], [Boolean discardUrl] )
focus()
blur()
事件注册:
on(eventname,fun)
un(eventname,fun)
addListenser/removeListenser/removeAllListeners
发表评论
-
Ext grid中在条件下显示或不显示某些列
2011-08-12 14:52 1177//#region当合同资金类型为付款时,列表显示开户银行和账 ... -
ExtJs中的ComboBox详细说明
2011-08-08 16:53 2932Ext.form.ComboBox属性及常用方法详解 2010 ... -
从grid中一次删除多条数据
2011-08-05 15:53 1041/** * 删除自定义字段 */ ... -
遍历grid下某一个字段的总和
2011-08-03 15:08 1377{ layout : 'fit', ... -
从Grid 获得 JSON 数据
2011-08-02 11:19 1167/** * 从Grid 获得 JSON 数据 ... -
隐藏显示tabpanel中的items
2011-07-28 11:28 1272xtype : 'tabpanel', ... -
最小长度与最大长度验证
2011-07-21 12:25 1364//取值范围(选择数字时显示) ... -
Ext.自动适应宽度
2011-07-19 12:04 979var setting_customfieldslist_g ... -
Ext.Tree扩展CheckBox方法
2011-07-15 12:16 1026/////引入这个JS: Ext.ux.tree.Tre ... -
Extjs 列表中牢定不显示fixed
2011-07-15 11:03 902header :"所属项目" ... -
Ext核心API详解-Ext.tree.TreePanel
2011-07-08 17:16 1726Ext核心API详解-Ext.tree ... -
Form 和 Grid之间切换,列表和增删改
2011-07-08 15:56 851//Store contractAction.contrac ... -
Ext中封装的几个function
2011-07-06 10:07 716/** * 拼一个请求地址 ... -
JS中的try catch
2011-07-04 16:09 1250try{ //要调试的JS代码段 ... -
Ext智能提示 - Spket(Visual Studio 2008 插件)
2011-07-04 09:16 1039Visual Studio 2008的Ext 2.0 ... -
Ext2.0 form使用实例
2011-06-23 11:55 753Ext2.0 的 form 不单增加了时间输入控件、隐藏 ... -
新建的时候给文本框附值(自己记录的备忘)
2011-06-21 10:28 776前台JS: //#region获取供 ... -
[转载]Ext.data-GroupingStore/JsonStore/SimpleStore
2011-06-10 09:48 1000[转载]Ext.data-GroupingStore/ ... -
EXT2.0 grid 统计 sum
2011-06-10 09:45 1879EXT2.0 grid 统计 sum(转自#$%^& ... -
Ext同步与异步请求(转自garnettcwm)
2011-06-01 15:43 1184EXTJS 同步和异步请求 ...
相关推荐
`Getele()` 用于获取这些值。 【堆数据结构】 堆是一种特殊的完全二叉树,其中每个节点的值都大于或等于其子节点的值(最大堆)或者小于或等于其子节点的值(最小堆)。在提供的代码中,`MaxHeap` 类实现了最大堆...
void arrayl<T>::getEle(int x) { if (x > p->lengthl || x ) cout !" ; else { cout 值为:" << p->ele[x] ; } } template void arrayl<T>::getL(T t) { int temp = 0; for (int i = 0; i < p->lengthl; i...
4. `getEle(int x)`:根据给定的位置x获取线性表中的元素,返回第x个元素的值。 5. `getList(T t)`:查找线性表中值为t的元素,输出其位置,若不存在则输出“没有”。 6. `insertl(T t, int x)`:在指定位置x处插入...
`getEle` 函数是用来查找网页上的元素,比如HTML标签、按钮、输入框等。它通常需要一个查询参数,如元素的ID或类名,然后返回找到的元素对象,以便进一步操作。 `sub_wait` 和 `sub_delay` 这两个函数可能涉及到...
`getEle`函数用于获取网页元素,它可以根据元素的ID或者其他属性找到网页中的特定元素。获取到的元素对象可以进一步用于其他操作,如设置属性、获取内容等。 `sub_wait`和`sub_delay`函数都是关于延迟操作的。在...
- `gets_class`, `getnum`, `getname`, `getmath`, `geteng`, `getcpp`, `getele`, `getsport`, `getcal`, `getsum`, `getorder`:这些函数提供访问类中私有成员的方法,以便外部代码可以读取数据而不直接访问。...
ps.setString(1, evo.getEle_elementId()); ps.setString(2, evo.getMmsnews_title()); ps.execute(); // 获取Blob字段 sql = "SELECT content FROM OM_CM_MMSNEWS WHERE elementid = ? FOR UPDATE"; ...
之前上传了一个通过Flash实现多文件上传,但是在IE正常运行,FireFox 不能正常上传。经过反复研究学习,之所以firefox和360浏览器无法正常运行,是因为FireFox、chrome、360浏览器等支持HTML5的浏览器不会再文件上传...
对于ID & Name 按最经典的解释的:“ID 就如同我们的身份证,Name就如同我们的名字”,也就是说,在一个html文档中ID是唯一的,但是Name是可以重复的,就象我们的人名可以重复但是身份证确实全中国唯一的(PS:据说...
本文实例为大家介绍javascript实现简单计算器功能的详细代码,分享给大家供大家参考,具体内容如下 效果图: 实现代码: <html> <head> [removed] function calc(event)... var res = document.getEle
document.createElement()是在对象中创建一个对象,要与appendChild() 或 insertBefore()方法联合使用。其中,appendChild() 方法在节点的子节点列表末添加新的... 代码如下: [removed] var board = document.getEle
动态加载js文件 有时候我们需要根据参数不同来引入不同的js文件,用html直接写标签满足不了我们的需求,总结几种方法,以及同步异步加载的各种需求...一.直接加载 <div id=divId></div> [removed] 二....document.getEle
易语言操作网页教程取图片源码,操作网页教程取图片,setWeb,go,input,click,select,getPic,getEle,sub_wait,sub_delay,sub_serchTag,clip_OpenClipboard,clip_CloseClipboard,clip_GetClipboardData,clip_...
作用:当用户拷贝添加了oncopy事件的元素时触发 ...提示:如果想要禁止复制某个元素的内容,可以在该事件的函数中添加return: false;,禁止浏览器的默认行为 例如: <... let text = document.getEle
先说一下JS的获取方法,其要比JQUERY的方法麻烦很多,后面以JQUERY的方法作对比。 JS的方法会比JQUERY麻烦很多,主要则是因为FF浏览器,FF浏览器会把你的换行也当最DOM元素 代码如下:”test”...var b =document.getEle
本文实例讲述了JS简单计算器的实现方法。分享给大家供大家参考。具体实现方法如下: 代码如下: <... <head> ... //js类型转换 parseInt(value,10)的意思就是将value的... var id1 = parseInt(document.getEle
本文实例讲述了js闭包的应用。分享给大家供大家参考,具体如下: 需求:有一个列表,当点击哪一行,则显示当前是第... ... 第一行 第二行 第三行 错误js代码示范: ...function addHander(nodes){ ...var nodes=document.getEle
易语言操作网页教程操作手机版网页源码,操作网页教程操作手机版网页,setWeb,setUA,setCookie,go,input,click,select,getPic,getEle,sub_wait,sub_delay,sub_serchTag,ie_置cookie,ie_置代理,ie_静音,ie_置UA,clip_...
昨天的《利用th,colgroup,col定义表格样式》中,细心点的朋友会发现加了一个“运行...如果需要Fix Bug或者技术支持,欢迎给我留言^_^ 具体代码如下: 代码如下:function RunCode() { var ele = document.getEle
本文实例讲述了js改变embed标签src值的方法。分享给大家供大家参考。具体分析如下: ... ... 试了下,发现这样不行,视频该怎么放还是怎么放,永远是刚打开那个。 第二想法,给embed外面加个...var tabv = document.getEle