|
|
|
InfoJet EditPart Configuration |
|
You could use the following keys to config InfoJet EditPart.
Please add the keys into the web.config of SharePoint, as follow:
<configuration>
<!-- other configuration -->
<appSettings>
<add key="InfoJetSoft.Service.LicenseKey" value="your license key" />
</appSettings>
</configuration>
If you cannot find the element appSettings in your web.config, please add it as the last element of the element configuration.
|
|
InfoJet EditPart Configuration Keys |
|
Please reference InfoJet Service Configuration for more keys.
- InfoJetSoft.EditPart.NewWindow
If the key's value is false,
InfoJet EditPart will open InfoPath web forms in SharePoint's main window, rather than in a new browser window.
- InfoJetSoft.EditPart.ValidSave
InfoJet EditPart will allow users to save the form containing validition errors by default.
If you don't want this, please set the value as "true". The default value is "false".
- InfoJetSoft.EditPart.HideSaveButton
Please set the value as "true", to hide the "Save" and "Save and Close" button on the page InfoJet EditPart.aspx.
The default is false.
- InfoJetSoft.EditPart.HideCloseButton
Please set the value as "true", to hide the "Close" button on the page InfoJet EditPart.aspx.
The default is false.
- InfoJetSoft.EditPart.ReplaceLinks
Please set the value as "true", to replace the link "Fill Out This Form" and the context menu item "Edit in Microsoft Office InfoPath" with InfoJet EditPart links in the form library view.
The context menu item "Edit in Microsoft Office InfoPath" will be renamed to "Edit in InfoJet EditPart",
you could use the key "InfoJetSoft.EditPart.ReplaceMenuText" to custom the menu item text.
|
|
InfoJet EditPart Language Keys |
|
The default language of InfoJet EditPart's text and message is English.
If you want to show other language, please add the following keys to web.config, and set the values with your language.
The default values of the keys are descriped as follow.
- InfoJetSoft.EditPart.EditMenuText
"Edit with InfoJet EditPart" is the default value.
- InfoJetSoft.EditPart.AddButtonText
"Fill in this form with InfoJet EditPart" is the default value.
- InfoJetSoft.EditPart.MergeButtonText
"Merge selected forms with InfoJet EditPart" is the default value.
- InfoJetSoft.EditPart.SaveButtonText
"Save" is the default value.
- InfoJetSoft.EditPart.SaveCloseButtonText
"Save and Close" is the default value.
- InfoJetSoft.EditPart.CloseButtonText
"Close" is the default value.
- InfoJetSoft.EditPart.ConfirmSaveMessage
"Do you want to save the changes to the form?" is the default value.
- InfoJetSoft.EditPart.ConfirmCloseMessage
"The document has been changed, do you want to close anyway?" is the default value.
- InfoJetSoft.EditPart.CorrectFirstMessage
"This form contains validation errors. Errors are marked with either a red underline(required fields) or a red, dashed border(invalid values). Please correct them first." is the default value.
- InfoJetSoft.EditPart.StillSaveMessage
"This form contains validation errors. Errors are marked with either a red underline(required fields) or a red, dashed border(invalid values). Do you still want to save it?" is the default value.
- InfoJetSoft.EditPart.ReplaceMenuText
"Edit in InfoJet EditPart" is the default value.
|
|
If you run into any problem during configuration, please Contact Us.
|
|
|