Modifiable DWP Properties for Localization

CorasWorks web parts have a number of properties that can only be modified by manually editing the DWP file associated with this web part. The properties described here relate specifically to localization. You can edit a DWP file by exporting the web part to a location of your choice, making the desired changes, and then uploading it back onto your site.

The properties described here allow you to change the function and display of the web part. Please keep in mind the XML namespace of the web part you are changing, or these properties will not be enabled within the web part.  XML namespaces for all CorasWorks web parts are provided in the For Developers help topic.

Also note that some of these properties some may require the use of a "<", ">", or "&" symbol. With the exception of the LCIDXML property, you must replace these characters with their encoded equivalents of "&lt;", "&gt;", and "&amp;" respectively.

These properties are only viewable in the DWP if the default settings have been changed.

AddItemText (String)

This property allows the administrator to change the “Add Item” text located at the bottom of each list returned by the web part.

Use:
<AddItemText xmlns='webpart_namespace'>Add Item Text</AddItemText>
Example:
<AddItemText xmlns='CorasWSC.Document.RollUp'>Aggiungi nuovo documento</AddItemText>< /FONT>

SearchText (String)

This property allows the administrator to change the text used on the "Search" button in the web part’s Search bar.

Use:
<SearchText xmlns='webpart_namespace'>Search Button Text</SearchText>
Example:
<SearchText xmlns='CorasWSC.Document.RollUp'>Ricerca</SearchText>< /FONT>

TypeHeaderName (String)

This property allows the administrator to alter the Column Header Name utilized for Type. Type is displayed when the type icons are displayed for a document library. This only applies to document libraries.

Use:
<TypeHeaderName xmlns='webpart_namespace'>Type Header Name</TypeHeaderName >
Example:
<TypeHeaderName  xmlns='CorasWSC.Document.RollUp'>Tip</TypeHeaderName >< /FONT>

URLDirName (String)

This property is used to determine the root folder where a document resides within a list. This property is required in order to permit editing and/or linking to an item. Since this list property is language-dependant, should a different language be chosen, the equivalent (URL Dir Name) must be entered.

Use:
<FontStyle xmlns='webpart_namespace'>URL Dir Name</FontStyle>
Example:
<FontStyle xmlns='CorasWSC.Document.RollUp'>Nome directory URL</FontStyle>< /FONT>