hiCreateSimpleHypertextField
hiCreateSimpleHypertextField(s_name t_text t_link[g_newWindow] ) =>r_fieldHandle
Description
Creates a simple one-line hypertext field, which displays a hyperlink to a Web page. See hiCreateHypertextField() for information on how to create a more complex hypertext field.
Links to a Web page is displayed in a Web browser. If a browser is already open, it is used, otherwise, the browser specified in the Web Browser field of the CIW User Preferences form is used. The default browser is Netscape.
This field can also have a context menu, that is, a pop-up menu that is displayed when you right-click on the field.
For information on creating tooltips for fields, see Creating Tool Tips for Fields.
Arguments
|
|
Values Returned
Example
hiCreateSimpleHypertextField( ’mySimpleField "Cadence Design Systems" "http://www.cadence.com" )
Related Topics
Creating Context Menus for Fields
Return to top