当前位置: 代码迷 >> Lotus >> c/s下怎么实现 点击弹出 对话框(可调节对话框大小)
  详细解决方案

c/s下怎么实现 点击弹出 对话框(可调节对话框大小)

热度:879   发布时间:2016-05-05 07:25:01.0
c/s下如何实现 点击弹出 对话框(可调节对话框大小)
@prompt的话,字体太小了。 能不能弹出个窗口式的视图呢?

------解决方案--------------------
@PickList
Displays a modal window that contains either:

A view you specify from which the user can select one or more documents. @PickList returns a column value from the selected document(s). 
A dialog box, displaying information from all available Domino Directories. The user can select one or more person, group, server, room, or resource names, and @PickList returns those names. 
Syntax
@PickList( [CUSTOM] : [SINGLE] ; server : file ; view ; title ; prompt ; column ; categoryname )

@PickList( [NAME] : [SINGLE] [; selectedoptions])

@PickList( [ROOM] )

@PickList( [RESOURCE] )

@PickList( [FOLDERS] : [SINGLE] ; server:database )

@PickList( [FOLDERS] : [SHARED] ; server:database )

@PickList( [FOLDERS] : [PRIVATE] ; server:database )

@PickList( [FOLDERS] : [NODESKTOP] ; server:database )

Parameters
[CUSTOM]

Keyword. Indicates that you want to display a view in a dialog box.

[NAME]

Keyword. Opens dialog box for selecting one or more names.

[SINGLE]

Keyword. Optional. Limits the selection to a single document.

[ROOM]

Keyword. Opens dialog box for selecting room.

[RESOURCE]

Keyword. Opens dialog box for selecting resources.

[FOLDERS]

Keyword. Returns a multi-select, text list of all folder names both in the database and from the desktop. The following keywords can be combined with [Folders]:

[SINGLE] 

Keyword. Optional. Limits selection to a single folder.

[SHARED] 

Keyword. Optional. Limits selection to only shared folders.

[PRIVATE]

Keyword. Optional. Limits selection to only private folders (both in the database and on the desktop).

[SHARED]:[PRIVATE]

Keyword. Optional. Includes in selection all shared and private folders.

[NODESKTOP] 

Keyword. Optional. Excludes folders in the desktop from selection.

selectedoptions

Text list. Optional. Pre-selects options.

server : file

  相关解决方案