-
You should enter valid second param.
你应该输入有效的二代参数。
-
The last tag to look at in Listing 23 is the UI: param tag.
清单23中需要查看的最后一个标记是ui: param标记。
-
You can now have XSL: with-param on XSL: apply-imports.
现在可以在xsl: apply - imports上使用xsl: with - param。
-
and org.richfaces.SKIN <context-param> 和 <param-name>org.richfaces.SKIN</param-name>
-
Param is a reference to the original event that created this assessment.
Param 是创建这个评估的原始事件的一个引用
1. 下面的例子显示了 Internet Explorer 数据绑定组件的 outerHTML,这样你就可以查看由 PARAM 元素指定的属性。执行这样的检查可以在调试 OBJECT 元素属性时收集信息。除非重新初始化 outerHTML 对象,否则无法编辑对象的 outerHTML 属性。\nThis example displays the Internet Explorer Data Binding component's outerHTML so you can view the properties assigned by the PARAM elements. You can perform this check to gather information when debugging an OBJECT element's properties. You cannot edit the object's outerHTML property without reintializing the outerHTML object.\n// The OBJECT CLASSID below is for the // Microsoft Internet Explorer Data Binding component // Use just the following HTML and press the button\n示例:\n<object id=\player\ height=\200\ width=\240\ classid=\CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6\>\n<!--是否透明-->\n\n<param name=\AutoStart\ VALUE=\-1\>\n<!--是否自动播放-->\n<param name=\Balance\ VALUE=\0\>\n<!--调整左右声道平衡,同上面旧播放器代码-->\n<param name=\enabled\ value=\-1\>\n<!--播放器是否可人为控制-->\n<param name=\EnableContextMenu\ VALUE=\-1\>\n<!--是否启用上下文菜单-->\n<param name=\url\ VALUE=\ai178.wmv\>\n<!--播放的文件地址,上面只是个示例-->\n<param name=\PlayCount\ VALUE=\1\>\n<!--播放次数控制,为整数-->\n<param name=\rate\ value=\1\>\n<!--播放速率控制,1为正常,允许小数,1.0-2.0-->\n<param name=\currentPosition\ value=\0\>\n<!--控件设置:当前位置-->\n<param name=\currentMarker\ value=\0\>\n<!--控件设置:当前标记-->\n<param name=\defaultFrame\ value=\\>\n<!--显示默认框架-->\n<param name=\invokeURLs\ value=\0\>\n\n<param name=\baseURL\ value=\\>\n<!--脚本命令设置:被调用的URL-->\n<param name=\stretchToFit\ value=\0\>\n<!--是否按比例伸展-->\n<param name=\volume\ value=\50\>\n<!--默认声音大小0%-100%,50则为50%-->\n<param name=\mute\ value=\0\>\n<!--是否静音-->\n\n<!--播放器显示模式:Full显示全部;mini最简化;None不显示播放控制,只显示视频窗口;invisible全部不显示-->\n<param name=\windowlessVideo\ value=\0\>\n<!--如果是0可以允许全屏,否则只能在窗口中查看-->\n<param name=\fullScreen\ value=\0\>\n<!--开始播放是否自动全屏-->\n<param name=\enableErrorDialogs\ value=\-1\>\n<!--是否启用错误提示报告-->\n<param name=\SAMIStyle\ value>\n<!--SAMI样式-->\n<param name=\SAMILang\ value>\n<!--SAMI语言-->\n<param name=\SAMIFilename\ value>\n<!--字幕ID-->\n</object>