-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from scottdurow/features/open-dialog
📦 Open dialog smart button
- Loading branch information
Showing
15 changed files
with
477 additions
and
4 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
Develop1SmartButtons/CrmPackage/Webresources/dev1_/html/canvasapp_dialog.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Dialog</title> | ||
<style> | ||
html, | ||
body { | ||
height: 100%; | ||
margin: 0px; | ||
padding: 0px; | ||
border: 0px; | ||
} | ||
#root { | ||
height: 100%; | ||
} | ||
</style> | ||
<script type="text/javascript" src="../js/SmartButtons.ClientHooks.js"></script> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"> | ||
</div> | ||
<script type="text/javascript"> | ||
SmartButtons.ClientHooks.SmartButtons.AddCanvasAppIframe(); | ||
</script> | ||
</body> | ||
</html> |
1 change: 1 addition & 0 deletions
1
Develop1SmartButtons/CrmPackage/Webresources/dev1_/images/opendialog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...op1SmartButtons/CrmPackage/package/WebResources/dev1_/html/canvasapp_dialog.html.data.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<WebResourceId>{6c3e32d8-b602-eb11-a813-000d3ad97943}</WebResourceId> | ||
<Name>dev1_/html/canvasapp_dialog.html</Name> | ||
<DisplayName>Please Wait</DisplayName> | ||
<WebResourceType>1</WebResourceType> | ||
<IntroducedVersion>1.0</IntroducedVersion> | ||
<IsEnabledForMobileClient>0</IsEnabledForMobileClient> | ||
<IsAvailableForMobileOffline>0</IsAvailableForMobileOffline> | ||
<DependencyXml><Dependencies><Dependency componentType="WebResource"/></Dependencies></DependencyXml> | ||
<IsCustomizable>1</IsCustomizable> | ||
<CanBeDeleted>1</CanBeDeleted> | ||
<IsHidden>0</IsHidden> | ||
<FileName>/WebResources/dev1_htmlcanvasapp_dialoghtml6C3E32D8-B602-EB11-A813-000D3AD97943</FileName> | ||
</WebResource> |
14 changes: 14 additions & 0 deletions
14
Develop1SmartButtons/CrmPackage/package/WebResources/dev1_/images/opendialog.svg.data.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WebResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<WebResourceId>{623e32d8-b602-eb11-a813-000d3ad97943}</WebResourceId> | ||
<Name>dev1_/images/opendialog.svg</Name> | ||
<DisplayName>dev1_/images/opendialog.svg</DisplayName> | ||
<WebResourceType>11</WebResourceType> | ||
<IntroducedVersion>1.0</IntroducedVersion> | ||
<IsEnabledForMobileClient>0</IsEnabledForMobileClient> | ||
<IsAvailableForMobileOffline>0</IsAvailableForMobileOffline> | ||
<IsCustomizable>1</IsCustomizable> | ||
<CanBeDeleted>1</CanBeDeleted> | ||
<IsHidden>0</IsHidden> | ||
<FileName>/WebResources/dev1_imagesopendialogsvg623E32D8-B602-EB11-A813-000D3AD97943</FileName> | ||
</WebResource> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.CrmSdk.CoreTools" version="9.1.0.25" targetFramework="net452" /> | ||
<package id="spkl" version="1.0.375-beta" targetFramework="net452" /> | ||
<package id="spkl" version="1.0.432-beta" targetFramework="net452" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.