河南新华电脑学院
欢迎 游客 , 注册 | 登录 | 会员 | 界面 | 简洁版本 | 在线 | 帮助
河南新华电脑学院

发表新主题 回复该主题
本主题被查看410次, 共2个帖子, 1页, 当前为第1页     选择页数: 1      跳转到第   上一主题   下一主题
标题: returnValue
版主
UID: 329
来自:
精华: 0
积分: 170
帖子: 117
注册: 2007-10-7 7:23:52
状态: 离线
威望: 53.40
金钱: 3.35 元
只看楼主 2007-12-21 11:50
returnValue
名称
returnvalue — 函数返回的值

提纲
内容模型
returnvalue ::=

零个或多个:

text

alt

anchor

annotation

biblioref

indexterm (db.indexterm.endofrange)

indexterm (db.indexterm.singular)

indexterm (db.indexterm.startofrange)

inlinemediaobject

link

olink

phrase (db._phrase)

remark

replaceable

subscript

superscript

xref

属性
通用属性 和 通用链接属性。

描述
ReturnValue 标识了函数或命令返回的值

处理期望
格式化在一行内。

父节点
这些元素包含 returnvalue: bridgehead, caption (db.html.caption), citation, citetitle, classsynopsisinfo, code, emphasis (db.emphasis), entry, firstterm, funcsynopsisinfo, glosssee, glossseealso, glossterm, html:button, html:label, html:legend, link, literallayout, member, olink, orgdiv, para, phrase (db.phrase), primary, primaryie, programlisting, quote, refdescriptor, refentrytitle, refname, refpurpose, screen, secondary, secondaryie, see, seealso, seealsoie, seeie, seg, segtitle, simpara, subtitle, synopsis, td, term, termdef, tertiary, tertiaryie, th, title, titleabbrev, tocentry。

子节点
下列元素出现在 returnvalue 中: text, alt, anchor, annotation, biblioref, indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), inlinemediaobject, link, olink, phrase (db._phrase), remark, replaceable, subscript, superscript, xref。

请参见
funcdef, funcparams, funcprototype, funcsynopsisinfo, function, paramdef, parameter, varargs, void
示例
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example returnvalue</title>

<para>The <function>open</function> function returns <returnvalue>2</returnvalue>
(<errorname>ENOFILE</errorname>) if the file does not exist.
</para>

</article>
The open function returns 2 (ENOFILE) if the file does not exist.

修改记录
This alpha reference page is $Revision: 5412 $ published 星期一, 31 十月 2005.

奇点的兄弟姐妹们一定要努力呀!
#1  
版主
UID: 329
来自:
精华: 0
积分: 170
帖子: 117
注册: 2007-10-7 7:23:52
状态: 离线
威望: 53.40
金钱: 3.35 元
只看楼主 2007-12-21 11:53
showModelessDialog
Javascript有许多内建的方法来产生对话框,如:window.alert(), window.confirm(),window.prompt().等。然而IE提供更多的方法支持对话框。如:
  showModalDialog() (IE 4+ 支持)
  showModelessDialog() (IE 5+ 支持)

  window.showModalDialog()方法用来创建一个显示HTML内容的模态对话框,由于是对话框,因此它并没有一般用window.open()打开的窗口的所有属性。

  window.showModelessDialog()方法用来创建一个显示HTML内容的非模态对话框。

  当我们用showModelessDialog()打开窗口时,不必用window.close()去关闭它,当以非模态方式[IE5]打开时,打开对话框的窗口仍可以进行其他的操作,即对话框不总是最上面的焦点,当打开它的窗口URL改变时,它自动关闭。而模态[IE4]方式的对话框始终有焦点(焦点不可移走,直到它关闭)。模态对话框和打开它的窗口相联系,因此我们打开另外的窗口时,他们的链接关系依然保存,并且隐藏在活动窗口的下面。

使用方法如下:
    vReturnValue = window.showModalDialog(sURL [, vArguments] [, sFeatures])
    vReturnValue = window.showModelessDialog(sURL [, vArguments] [, sFeatures])



<DIV> <FONT face=宋体><A href="http://60.28.195.180:8080/">http://60.28.195.180:8080/</A> </FONT></DIV>

文章引用自:

奇点的兄弟姐妹们一定要努力呀!
#2  
发表新主题 回复该主题
本主题被查看410次, 共2个帖子, 1页, 当前为第1页     选择页数: 1      跳转到第







现在的时间是 2008-12-04 13:59:07

版权所有 河南新华电脑学院  
          1.0.2642 (RC2)   Copyright © 2001-2008 Comsenz Inc.
Processed in 0.368 seconds