window.open ('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=... ...
Menus and toolbars A common part in a GUI application is a menubar. A menubar consists of objects called menus. Top-level menus have their labels on t ...
分类:
编程语言 时间:
2016-11-26 13:41:44
阅读次数:
646
window.open可以设置的属性 url弹出的窗口地址 windowname弹出的窗口名字 height 窗口的高度 width 窗口的宽度 top 窗口距离屏幕上方的像素值 left 窗口距离屏幕左方的像素值 toolbar =(yes/no)是否显示工具栏 menubar=(yes/no)是 ...
1.window.open("第一部分","第二部分","第三部分","第四部分");特征参数:第一部分:写要打开的页面地址第二部分:打开的方式,_blank 是在新窗口打开 _self第三部分:控制打开的窗口,可以写多个,用空格隔开 toolbar=no新打开的窗口无工具条 menubar=no无 ...
定制Console View的ToolBar: 去掉RCP Console View 中的Open Console和Select Console按钮。 如果不需要toobar中的任何东西,可以直接 toolbarMgr.removeAll(); 可以看到现在的rcp上有很多menubar,这些是我们 ...
分类:
其他好文 时间:
2016-08-06 12:54:29
阅读次数:
332
DOM操作:文档对象模型【以下代码写在<script type="text/javascript"></script>中间】一、window对象:window.open('连接地址','打开位置','新窗口的属性');新窗口属性:toolbar=no/yes 新窗口有无工具条menubar=no/y ...
分类:
Web程序 时间:
2016-07-21 08:41:20
阅读次数:
165
菜单MenuBar Menu MenuItem 调用Frame对象的setMenuBar()方法,设置菜单,参数:MenuBar对象 ...
分类:
编程语言 时间:
2016-06-15 18:51:51
阅读次数:
199
菜单栏组件 菜单按钮(MenuComponent)是一种特殊组建,只能被放在一种称为“菜单容器”的组件里。 1.菜单栏 菜单栏(MenuBar)是窗口中的主菜单,用来包容一组子菜单,它只有一个构造方法: MuneBar() 菜单栏不支持事件监听程序,在菜单栏区域产生的所有事件都会被菜单栏自动处理。
分类:
编程语言 时间:
2016-03-20 23:50:31
阅读次数:
307
//打开一个新窗口并设置其大小window.open('index.html','','width=450,height=750,location=no,menubar=no,status=no,toolbar=no' );//不询问是否关闭window.opener=null;window.ope...
分类:
Web程序 时间:
2015-12-04 06:23:02
阅读次数:
150
function?Sierpinski
%Sierpinski??MATLAB?implementation?of?the??Sierpinski.
shg
clf?reset
set(gcf,‘color‘,‘white‘,‘menubar‘,‘none‘,?...
???‘numbertitle‘,‘off‘,‘name‘,‘Fractal?Sierpin...
分类:
其他好文 时间:
2015-10-28 10:58:02
阅读次数:
266