E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
scrollbars
JS window对象指定大小页面
768){open("register.html","注册窗口","toolbars=0,location=0,statusbars=0,menubars=0,width=700,height=550,
scrollbars
Cookie_1030
·
2015-09-21 17:53
JavaScript
RecyclerView 滚动条的显示与隐藏
纵向显示:android:
scrollbars
="vertical"横向显示:android:
scrollbars
="horizontal"隐藏:android:
scrollbars
="none"
yaly
·
2015-09-21 11:00
Android UI之GridView
2、常用属性(1)、设置按下时背景透明android:listSelector="@android:color/transparent"(2)、取消滚动条android:
scrollbars
="none
chenliguan
·
2015-09-02 23:00
UI
Android listview去掉或隐藏滚动条
要去掉或隐藏listview的滚动条其实一句代码就可以搞定了直接在xml布局文件中给ListView加上android:
scrollbars
="@null"属性就可以了如下:
Android_Amelia
·
2015-08-07 10:36
BCB中的TMemo(通过
ScrollBars
属性可以激活TMemo内置的滚动条)
TMemo也是很常见的组件,可以理解为对TEdit的扩展(即多行TEdit), 下面我们来简要感受一下://--------------------------------------------------------------------------- #include #pragmahdrstop #include"Unit1.h" //--------------------
stpeace
·
2015-07-26 14:00
单页PPT怎么使用滚动文本框演示长文本?
鼠标右键——属性表,更改
ScrollBars
为2-fmScrollBarsVertical,即第3项垂直滚动条。小提示:
ScrollBars
滚动条中的各项有必
佚名
·
2015-06-29 14:30
android的图片添加、滚动条、单选框、多选框、跳转界面
1、图片的添加用ImageView控件:用android:background;方法添加就是改变他的背景,或者;android:src添加图片.2、滚动条:用ScrollView:android:
scrollbars
chtx105
·
2015-06-15 19:10
初学的认知
android的图片添加、滚动条、单选框、多选框、跳转界面
1、图片的添加用ImageView控件:用android:background;方法添加就是改变他的背景,或者;android:src添加图片.2、滚动条:用ScrollView:android:
scrollbars
c1163208826
·
2015-06-15 19:00
Window.open()方法参数详解
经过设置后的弹出窗口window.open('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
dslzc921029
·
2015-06-10 15:19
工具栏
status
JavaScript
javascript 跨域子窗口关闭并刷新父窗口
){ varwin=window.open(url,'','height=480,width=670,top=300,left=300,toolbar=no,menubar=no,
scrollbars
liuer338
·
2015-06-10 13:18
JavaScript
跨域
刷新父窗口
javascript 跨域子窗口关闭并刷新父窗口
){ varwin=window.open(url,'','height=480,width=670,top=300,left=300,toolbar=no,menubar=no,
scrollbars
liuer338
·
2015-06-10 13:18
JavaScript
跨域
刷新父窗口
Android隐藏ListView的滚动条
2种方式:1.xml布局中:android:
scrollbars
="none"2.代码中:listView.setVerticalScrollBarEnabled(false);
u011240877
·
2015-06-04 21:00
滚动条
隐藏
取消ScrollView滚动时的阴影
1android:fadingEdge="none"ICS开始,需要修改android:scrollbarsandroid:
scrollbars
=”none”android:scrollb
a1018875550
·
2015-06-03 16:00
ScrollView 如何恒显示滚动条
在XML文件中设置如下:android:
scrollbars
="vertical" android:fadeScrollbars="false"
scrollbars
不要设置成none就行。
mzz5240
·
2015-06-02 18:00
jsp页面弹出另一个页面窗口
innerHTML="显示需要组装的信息"; //window.open("page.html","newwindow","height=100,width=400,toolbar=no,menubar=no,
scrollbars
lishaojun0115
·
2015-05-17 23:00
弹出jsp
Javascript 模拟F11全屏
functionfullscr(){ varffchat; ffchat=window.open("#","hamie","Status=no,
scrollbars
=no,resizable=yes
1120173856
·
2015-04-21 15:07
JavaScript
全屏
F11
Javascript 模拟F11全屏
functionfullscr(){varffchat;ffchat=window.open("#","hamie","Status=no,
scrollbars
=no,resizable=yes");ffchat.moveTo
1120173856
·
2015-04-21 15:07
javascript
全屏
F11
Javascript 模拟F11全屏
functionfullscr(){ varffchat; ffchat=window.open("#","hamie","Status=no,
scrollbars
=no,resizable=yes
1120173856
·
2015-04-21 15:07
JavaScript
全屏
F11
JavaScript中window.open用法实例详解
复制代码代码如下:window.open('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
work24
·
2015-04-15 10:34
android让TextView滚起来
所以,textview的设置如下:
scrollbars
=“vertical”设置了textview的滚动条竖直方向滚动。还要在代码中设置如下:这样,textview就可以在指定高度内滚动了!
u010695380
·
2015-04-05 10:00
textview
滚动
android平台
Android ScrollView去掉滚动条及ScrollView属性
android滚动条相关属性我们常用到的就是如何去除滚动条: android:
scrollbars
="none“:属性名称描述android:background设置背景色/背景图片。
androidstarjack
·
2015-03-23 15:00
android
android
android
android
android
总结
属性
scrollview
scrollbar
scrollbar
scrollbar
ScrollView去
Android ScrollView去掉滚动条及ScrollView属性
android滚动条相关属性我们常用到的就是如何去除滚动条:android:
scrollbars
="none“:属性名称描述android:background设置背景色/背景图片。
androidstarjack
·
2015-03-23 15:00
Android
Scrollbar
Android
ScrollView去
Android
ScrollView
Android
Scrollbar
属性
Android
Scrollbar
总结
Android总结
listview原生态属性
之间的间距android:dividerHeight="20dp"2.去掉listview背景的阴影部分android:divider="@null"3.去掉listview滑动时的滚动条android:
scrollbars
cuiyufeng2
·
2015-03-02 15:00
listView属性
HorizontalScrollView不显示滚动条,布局完全填充的方法
若不显示滚动条,则在XML中写:android:
scrollbars
="none"默认情况下,在HorizontalScrollView中写一个线性布局(水平),但发现添加的子View无法完全充满整个界面
zhangphil
·
2015-02-11 11:00
android
ScrollView的用法
values/strings.xml中定义一个字符串资源contentcontent的内容是摘抄了一大段文字2.然后在布局文件中,设置ScrollView组件只有一个TextView显示一大段文字其中
scrollbars
陈利健
·
2015-01-10 13:56
ASP.NET打开新窗口的多种方法
window.open('aaa.aspx','新窗口,\"toolbar=yes,location=no,directories=yes,status=yes,menubar=yes,resizable=yes,
scrollbars
jumtre
·
2014-12-22 17:00
窗口
asp.net
打开
Android - 设置带滚动条的TextView
在布局文件中设置TextView属性(Android:
scrollbars
):在代码中关联该TextView: TextView textLog = (TextView)this.findViewById
xjhznick
·
2014-12-12 15:55
android
scrollbar
ScrollView滚动条的各种设置
ScrollView滚动条不显示:android:
scrollbars
="none"ScrollView滚动条恒显示:android:fadeScrollbars="false
·
2014-11-28 09:00
scrollview
window.open()
window.open ('page.html', 'newwindow', 'height=100, width=400, top=0,left=0, toolbar=no, menubar=no,
scrollbars
zengshaotao
·
2014-11-16 22:00
window.open
干掉ubuntu中的overlay scrollbar
http://askubuntu.com/questions/34214/how-do-i-disable-overlay-
scrollbars
假干:In 12.04LTS there'sa slightlycleanerwaytodoit.Justrungsettingssetorg.gnome.desktop.interfaceubuntu-overlay-scrollbarsfalsein
cyper
·
2014-11-13 16:00
js window.open参数详解
window.open 在ie8下弹出窗口要想有滚动条,
scrollbars
=yes,resizable=yes这两个属性必须有。
艾伦蓝
·
2014-11-04 15:00
window.open
超链接打开一个新窗口(固定大小)
scoreType=1","统计", "height=350, width=800, toolbar= no, menubar=no,
scrollbars
=no, resizable=no, location
刘梓航
·
2014-10-21 09:00
关于使用servlet下载中文名称的文件
DownloadYhscServlet",'用户手册下载', 'height='+iHeight+', width='+iWidth+',top='+iTop+',left='+iLeft+',status=no,
scrollbars
butcher36
·
2014-10-13 19:42
request
用户
method
status
下载中文
模态窗口,在IE下是模态,在FF下不是模态,作了最大的努力来实现通用
FF为了安全,执行方法window.open('openwin.html','newWin','modal=yes,width=200,height=200,resizable=no,
scrollbars
elf8848
·
2014-10-09 10:00
模态窗口,在IE下是模态,在FF下不是模态,作了最大的努力来实现通用
FF为了安全,执行方法window.open('openwin.html','newWin','modal=yes,width=200,height=200,resizable=no,
scrollbars
大阳阳
·
2014-10-09 10:00
IE
AndroidUI组件之ListView小技巧
android:fadingEdge="none"//出去黑影 android:listSelector="@android:color/transparent"//去除Item点击效果 android:
scrollbars
gc_gongchao
·
2014-10-08 16:00
ListView
Android开发
布局
最后一个Item不完全显示
AndroidUI组件之ListView小技巧
android:fadingEdge="none"//出去黑影 android:listSelector="@android:color/transparent"//去除Item点击效果 android:
scrollbars
gc_gongchao
·
2014-10-08 16:00
Android开发
ListView
布局
最后一个Item不完全显示
js页面跳转方法
你要跳转到的页面");window.open('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
yuxang
·
2014-09-09 09:00
js
页面跳转
跳转
ScrollView入门笔记
ScrollView的分为两种1.HorizontalScrollView:水平滚动条视图(可能以后会取代gallery的效果)2.ScrollView:垂直滚动条视图常用属性android:
scrollbars
厚德
·
2014-08-20 17:00
js 的一些小应用
打开一个小的浏览器窗体 onClick="window.open('http://blueskator.iteye.com/admin','','height=500,width=611,
scrollbars
BlueSkator
·
2014-07-26 15:00
js前端
火狐中window.open 不能打开窗口,而是依附在主窗体上的问题
window.open('','newWin', 'modal=1,dialog=1,height=420, width=960, top=120, left=200, toolbar=no, menubar=no,
scrollbars
king123654789
·
2014-07-25 13:00
window.open
JavaScript 文本框下拉提示
石家庄水泵厂html{overflow:-moz-
scrollbars
-vertical;}body{padding:0;margin:0;font:12px/1.5Tahoma,Helvetica,Arial
chunzhisu
·
2014-07-24 10:20
文本框
Google
百度
石家庄
水泵厂
父页面子页面值传递
functionuploadpic(){ window.open(a.html,'face','width=600,height=400,top=200,left=200,
scrollbars
=1');
嚣张乾坤
·
2014-07-16 15:00
用ScrollView和TableLayout实现类似于Gallery的效果
其中android:
scrollbars
="none"是去掉滚动条的。2、在代码中初始化并向TableRow中添加View:TableR
iteye_3916
·
2014-07-15 09:06
UI设计
全屏全屏全屏全屏
url,"","fullscreen=yes"); sc=window.open(url,"","resizable=yes,
scrollbars
chokee
·
2014-06-10 15:00
android屏幕页面实现滚动,页面跳…
中关于如何使用ScrollView说明,请参考:android:layout_width="fill_parent"android:layout_height="wrap_content"android:
scrollbars
leansmall
·
2014-05-30 10:00
利用android-async-http开源项目实现网络代码查看器
网络源代码查看器的界面搭建,如: 使用到
Scrollbars
的标签进行页面布局 3. 添加网络权限4. 判断网络地址是否为空5.
xia09222826
·
2014-05-26 20:00
window.open()打开窗口全屏
阅读更多window.open('page.html','page','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
tangqi609567707
·
2014-05-21 21:00
JAVASCRIPT
WINDOW.OPEN
全屏
window.open()打开窗口全屏
阅读更多window.open('page.html','page','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
tangqi609567707
·
2014-05-21 21:00
JAVASCRIPT
WINDOW.OPEN
全屏
window.open()打开窗口全屏
, 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no,
scrollbars
tangqi609567707
·
2014-05-21 21:00
JavaScript
window.open
全屏
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他