FormAPI is the answer for you. Read FormAPI developer guide.
Hi,My teamsite is having following folder structure:default/main/Portal/workarea/Announce/...templatedata folder is present inside workarea as: default/main/Portal/workarea/templatedata/....I am trying to generate a html page , by default it sits outside templatedata folder but I want to save ".html" file inside "Announce" folder.I can do this manually by browsing that particular folder , is their any other way to do ? like by default it will go and sit inside "Announce" folder.Regards,JanviTeamsite 6.1
What do you mean by "inside 'Announce' folder' - Announce is the name of the workarea (according to the above) so the output, by default, will be saved somewhere within that folder.
Yes Announce folder is inside workarea same as templatedata folder, and by default my .html file gets stored outside templatedata folder .I want to put my file(.html) directly inside Announce folder (or i can call it as some folder structure) instead of browsing it manually.Regards,JanviTeamsite 6.1
IWPageGeneration.setOutputFile() function to set the default filename and path for the generated file. Using this user will not be prompted to browse through folder and give the filename for the generated file.
Use FormAPI's IWPageGeneration.setOutputFile() function to set the default filename and path for the generated file. Using this user will not be prompted to browse through folder and give the filename for the generated file.
"IWPageGeneration.setOutputFile()" cannot be used for teamsite6.1:-(Regards,JanviTeamsite 6.1