Version Notes
updated iframe
Download this release
Release Info
Developer | GroupDocs |
Extension | GroupDocsSignature |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/local/Gdsig/Groupdocssignature/Block/Adminhtml/Cms/Page/Edit.php
CHANGED
@@ -26,8 +26,8 @@
|
|
26 |
if(ans.length>70) { alert('Sorry, but this Form ID is too big'); return false; }
|
27 |
// all good continue
|
28 |
var cmsName = 'Magento-Signature'
|
29 |
-
var cmsVersion = '
|
30 |
-
var iframe = '<iframe src="https://apps.groupdocs.com/signature2/forms/SignEmbed/'+ans+'?&referer='+cmsName+'/'+cmsVersion+'" frameborder="0" width="600" height="400">If you can see this text, your browser does not support iframes. Please enable iframe support in your browser or use the latest version of any popular web
|
31 |
var tinyMceContent = tinyMCE.activeEditor.getContent();
|
32 |
// set content
|
33 |
tinyMCE.activeEditor.setContent(tinyMceContent+iframe);
|
26 |
if(ans.length>70) { alert('Sorry, but this Form ID is too big'); return false; }
|
27 |
// all good continue
|
28 |
var cmsName = 'Magento-Signature'
|
29 |
+
var cmsVersion = '1.0'
|
30 |
+
var iframe = '<iframe src="https://apps.groupdocs.com/signature2/forms/SignEmbed/'+ans+'?&referer='+cmsName+'/'+cmsVersion+'" frameborder="0" width="600" height="400">If you can see this text, your browser does not support iframes. Please enable iframe support in your browser or use the latest version of any popular web browser such as Mozilla Firefox or Google Chrome. For more help, please check our documentation Wiki: http://groupdocs.com/docs/display/signature/GroupDocs+Signature+Integration+with+3rd+Party+Platforms</iframe>';
|
31 |
var tinyMceContent = tinyMCE.activeEditor.getContent();
|
32 |
// set content
|
33 |
tinyMCE.activeEditor.setContent(tinyMceContent+iframe);
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GroupDocsSignature</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -16,11 +16,11 @@ After installing the GroupDocs online signature extension, simply upload a docum
|
|
16 |
Then add form fields (such as date, initials and signature) to the document and embed it to your web page. This can be done automatically - you only need to enter the documents’ ID.
|
17 |

|
18 |
Your customer/partner can now sign the document directly on your website. The document can be signed through a web-browser, without the need to download it. As soon as the document is signed, you are notified.</description>
|
19 |
-
<notes>
|
20 |
<authors><author><name>GroupDocs</name><user>Marketplace</user><email>marketplace@groupdocs.com</email></author></authors>
|
21 |
-
<date>2013-05-
|
22 |
-
<time>12:
|
23 |
-
<contents><target name="
|
24 |
<compatible/>
|
25 |
<dependencies><required><php><min>5.3.0</min><max>5.4.15</max></php></required></dependencies>
|
26 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GroupDocsSignature</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
16 |
Then add form fields (such as date, initials and signature) to the document and embed it to your web page. This can be done automatically - you only need to enter the documents’ ID.
|
17 |

|
18 |
Your customer/partner can now sign the document directly on your website. The document can be signed through a web-browser, without the need to download it. As soon as the document is signed, you are notified.</description>
|
19 |
+
<notes>updated iframe</notes>
|
20 |
<authors><author><name>GroupDocs</name><user>Marketplace</user><email>marketplace@groupdocs.com</email></author></authors>
|
21 |
+
<date>2013-05-31</date>
|
22 |
+
<time>12:00:06</time>
|
23 |
+
<contents><target name="magelocal"><dir><dir name="Gdsig"><dir name="Groupdocssignature"><dir name="Block"><dir name="Adminhtml"><dir name="Cms"><dir name="Page"><file name="Edit.php" hash="88338038cff2627b231de5df1e36c317"/></dir></dir><file name="Groupdocssignature.php" hash="30358212a727e665868361eab27b6f35"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="SignatureController.php" hash="7cb041f53477dd7b88f9e03963135d9a"/></dir></dir><dir name="etc"><file name="config.xml" hash="fd7731d8d0797f39e152e30900797664"/></dir><dir name="Helper"><file name="Data.php" hash="8d7f119893c87511ec4bd6139bd943ed"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Groupdocssignature"><file name="Collection.php" hash="28444492a1caf3213261fc8503cbff3b"/></dir><file name="groupdocssignature.php" hash="d8ca5823683723457d4b6829c8ce3e22"/><file name="groupdocssignature.php" hash="d8ca5823683723457d4b6829c8ce3e22"/></dir><file name="groupdocssignature.php" hash="8afc8007895451819d39b6eb2f5815b6"/></dir><dir name="sql"><dir name="Groupdocssignature_setup"><file name="mysql4-install-0.1.0" hash="cdd3b3211f384c7af900b1a584ca6da1"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Gdsig_Groupdocssignature.xml" hash="cafd7ba19f5854a235cf3f78bafba886"/></dir></dir></target></contents>
|
24 |
<compatible/>
|
25 |
<dependencies><required><php><min>5.3.0</min><max>5.4.15</max></php></required></dependencies>
|
26 |
</package>
|