FIle refactor and define component description
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.OfficeApp" DefaultFile="outlook_pal_tools.xml" SupportedTrustLevels="All" SupportedDeploymentScopes="AppPackage" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel">
|
||||
<Files>
|
||||
<ProjectItemFile Source="outlook_pal_tools.xml" Type="AppPackage" />
|
||||
</Files>
|
||||
<ExtensionData>
|
||||
<ExtensionDataItem Key="OfficeAppManifestRelativePath" Value="outlook_pal_toolsManifest\outlook_pal_tools.xml" />
|
||||
</ExtensionData>
|
||||
</ProjectItem>
|
||||
@@ -0,0 +1,144 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--Created:ce44715c-8c4e-446b-879c-ea9ebe0f09c8-->
|
||||
<OfficeApp
|
||||
xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
|
||||
xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0"
|
||||
xsi:type="MailApp">
|
||||
|
||||
<!-- Inizio Impostazioni di base: metadati del componente aggiuntivo, usati per tutte le versioni di Office a meno che non venga specificato un override. -->
|
||||
|
||||
<!-- IMPORTANTE: l'ID deve essere univoco per il componente aggiuntivo. Se si riutilizza questo manifesto, assicurarsi di cambiare l'ID specificando un nuovo GUID. -->
|
||||
<Id>7badd9f2-c760-4498-acbf-059760660dd9</Id>
|
||||
|
||||
<!--Versione. Gli aggiornamenti dallo Store vengono attivati solo in caso di modifica della versione. -->
|
||||
<Version>1.0.0.19</Version>
|
||||
<ProviderName>PAL s.r.l.</ProviderName>
|
||||
<DefaultLocale>it-IT</DefaultLocale>
|
||||
<!-- Nome visualizzato del componente aggiuntivo. Viene usato nello Store e in altri punti dell'interfaccia utente di Office, come la finestra di dialogo dei componenti aggiuntivi. -->
|
||||
<DisplayName DefaultValue="Inserisci invito" />
|
||||
<Description DefaultValue="Stumento PAL che permette l'inserimento di un link nel corpo della mail per invitare il destinatario della mail a registrarsi per agevolare la registrazione tramite il totem"/>
|
||||
<IconUrl DefaultValue="~remoteAppUrl/Images/Icon64.png"/>
|
||||
|
||||
<SupportUrl DefaultValue="https://www.imalpal.com/" />
|
||||
|
||||
<Hosts>
|
||||
<Host Name="Mailbox"/>
|
||||
</Hosts>
|
||||
<Requirements>
|
||||
<Sets>
|
||||
<Set Name="Mailbox" MinVersion="1.1"/>
|
||||
</Sets>
|
||||
</Requirements>
|
||||
<FormSettings>
|
||||
<Form xsi:type="ItemRead">
|
||||
<DesktopSettings>
|
||||
<SourceLocation DefaultValue="~remoteAppUrl/Functions/Commands.html"/>
|
||||
<RequestedHeight>250</RequestedHeight>
|
||||
</DesktopSettings>
|
||||
</Form>
|
||||
</FormSettings>
|
||||
<Permissions>ReadWriteItem</Permissions>
|
||||
<Rule xsi:type="RuleCollection" Mode="Or">
|
||||
<Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Edit"/>
|
||||
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit"/>
|
||||
</Rule>
|
||||
<DisableEntityHighlighting>false</DisableEntityHighlighting>
|
||||
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
|
||||
<Requirements>
|
||||
<bt:Sets DefaultMinVersion="1.3">
|
||||
<bt:Set Name="Mailbox"/>
|
||||
</bt:Sets>
|
||||
</Requirements>
|
||||
<Hosts>
|
||||
<Host xsi:type="MailHost">
|
||||
<DesktopFormFactor>
|
||||
<FunctionFile resid="Commands.Url"/>
|
||||
<ExtensionPoint xsi:type="MessageComposeCommandSurface">
|
||||
<OfficeTab id="TabHome">
|
||||
<Group id="PAL.Group1">
|
||||
<Label resid="PAL.Group1Label" />
|
||||
<Control xsi:type="Menu" id="PAL.Menu">
|
||||
<Label resid="PAL.Menu.Label" />
|
||||
<Supertip>
|
||||
<Title resid="PAL.Menu.Label" />
|
||||
<Description resid="PAL.Menu.Tooltip" />
|
||||
</Supertip>
|
||||
<Icon>
|
||||
<bt:Image size="16" resid="PAL.tpicon_16x16" />
|
||||
<bt:Image size="32" resid="PAL.tpicon_32x32" />
|
||||
<bt:Image size="80" resid="PAL.tpicon_80x80" />
|
||||
</Icon>
|
||||
<Items>
|
||||
<Item id="itemExecuteFunctionItalian">
|
||||
<Label resid="PAL.Item2.LabelIta"/>
|
||||
<Supertip>
|
||||
<Title resid="PAL.Item2.LabelIta" />
|
||||
<Description resid="PAL.Item2.TooltipIta" />
|
||||
</Supertip>
|
||||
<Icon>
|
||||
<bt:Image size="16" resid="PAL.flag_it_16x16" />
|
||||
<bt:Image size="32" resid="PAL.flag_it_32x32" />
|
||||
<bt:Image size="80" resid="PAL.flag_it_80x80" />
|
||||
</Icon>
|
||||
<Action xsi:type="ExecuteFunction">
|
||||
<FunctionName>writeInviteIta</FunctionName>
|
||||
</Action>
|
||||
</Item>
|
||||
<Item id="itemExecuteFunctionEnglish">
|
||||
<Label resid="PAL.Item2.LabelEng"/>
|
||||
<Supertip>
|
||||
<Title resid="PAL.Item2.LabelEng" />
|
||||
<Description resid="PAL.Item2.TooltipEng" />
|
||||
</Supertip>
|
||||
<Icon>
|
||||
<bt:Image size="16" resid="PAL.flag_en_16x16" />
|
||||
<bt:Image size="32" resid="PAL.flag_en_32x32" />
|
||||
<bt:Image size="80" resid="PAL.flag_en_80x80" />
|
||||
</Icon>
|
||||
<Action xsi:type="ExecuteFunction">
|
||||
<FunctionName>writeInviteEng</FunctionName>
|
||||
</Action>
|
||||
</Item>
|
||||
</Items>
|
||||
</Control>
|
||||
</Group>
|
||||
</OfficeTab>
|
||||
</ExtensionPoint>
|
||||
</DesktopFormFactor>
|
||||
</Host>
|
||||
</Hosts>
|
||||
<Resources>
|
||||
<bt:Images>
|
||||
<bt:Image id="PAL.tpicon_16x16" DefaultValue="~remoteAppUrl/Images/Icon16.png" />
|
||||
<bt:Image id="PAL.tpicon_32x32" DefaultValue="~remoteAppUrl/Images/Icon32.png" />
|
||||
<bt:Image id="PAL.tpicon_80x80" DefaultValue="~remoteAppUrl/Images/Icon80.png" />
|
||||
|
||||
<bt:Image id="PAL.flag_it_16x16" DefaultValue="~remoteAppUrl/Images/Flag_It_Icon16.png" />
|
||||
<bt:Image id="PAL.flag_it_32x32" DefaultValue="~remoteAppUrl/Images/Flag_It_Icon32.png" />
|
||||
<bt:Image id="PAL.flag_it_80x80" DefaultValue="~remoteAppUrl/Images/Flag_It_Icon80.png" />
|
||||
|
||||
<bt:Image id="PAL.flag_en_16x16" DefaultValue="~remoteAppUrl/Images/Flag_En_Icon16.png" />
|
||||
<bt:Image id="PAL.flag_en_32x32" DefaultValue="~remoteAppUrl/Images/Flag_En_Icon32.png" />
|
||||
<bt:Image id="PAL.flag_en_80x80" DefaultValue="~remoteAppUrl/Images/Flag_En_Icon80.png" />
|
||||
</bt:Images>
|
||||
<bt:Urls>
|
||||
<bt:Url id="Commands.Url" DefaultValue="~remoteAppUrl/Functions/Commands.html" />
|
||||
</bt:Urls>
|
||||
<!-- ShortStrings max characters==125. -->
|
||||
<bt:ShortStrings>
|
||||
<bt:String id="PAL.Item2.LabelIta" DefaultValue="Italano" />
|
||||
<bt:String id="PAL.Item2.LabelEng" DefaultValue="Inglese" />
|
||||
<bt:String id="PAL.Menu.Label" DefaultValue="Inserisci invito" />
|
||||
<bt:String id="PAL.Group1Label" DefaultValue="Strumenti PAL" />
|
||||
</bt:ShortStrings>
|
||||
<!-- LongStrings max characters==250. -->
|
||||
<bt:LongStrings>
|
||||
<bt:String id="PAL.Item2.TooltipIta" DefaultValue="Inserisci l'invito in Italiano" />
|
||||
<bt:String id="PAL.Item2.TooltipEng" DefaultValue="Inserisci l'invito in Inglese" />
|
||||
<bt:String id="PAL.Menu.Tooltip" DefaultValue="Inserisci l'invito alla registrazione al portale visitatori." />
|
||||
</bt:LongStrings>
|
||||
</Resources>
|
||||
</VersionOverrides>
|
||||
</OfficeApp>
|
||||
Reference in New Issue
Block a user