Class FolderSaveAsBrowserTransform

    • Field Detail

      • createFolderJS

        public FormalParameter createFolderJS
        Formal parameter: The JavaScript code to execute when clicking on the create Folder Button
      • filterContextID

        public FormalParameter filterContextID
        Formal parameter: The folderlinks context id for the save as filter tab
      • templateContextID

        public FormalParameter templateContextID
        Formal parameter: The folderlinks context id for the save as filter tab
      • showCreateFolderButton

        public FormalParameter showCreateFolderButton
        Indicates if the create folder toggle button is to be shown or not. The value can true or false. If the value is false, the button to open the create folder dialog will not be shown. If the value is set to false and the value of the showCreateFolderDialog formal parameter is set to true, the create folder dialog will always be shown open on the save page. This formal parameter is applicaable only in DHTML mode as in HTML mode the create fodler dialog is always open.
      • showCreateFolderDialog

        public FormalParameter showCreateFolderDialog
        Indicates if the create new folder dialog is to be shown or not. The value can true or false. If the value is false, then the user will never be able to see the create new folder dialog and he will never see the toggle button used to open the create folder dialog either.
      • FP_SHOW_CREATE_FOLDER_BUTTON

        public static final java.lang.String FP_SHOW_CREATE_FOLDER_BUTTON
        Constant for the name of the showCreateFolderButton Formal Parameter.
        See Also:
        showCreateFolderButton, Constant Field Values
      • FP_SHOW_CREATE_FOLDER_DIAOLOG

        public static final java.lang.String FP_SHOW_CREATE_FOLDER_DIAOLOG
        Constant for the name of the showCreateFolderDialog Formal Parameter.
        See Also:
        showCreateFolderDialog, Constant Field Values
    • Constructor Detail

      • FolderSaveAsBrowserTransform

        public FolderSaveAsBrowserTransform()
        Default Constructor. Initializes the formal parameters contextID, levelChangeJS, searchJS and renderForm.