examples/api-samples/views/sample23.haml in groupdocs-1.5.7 vs examples/api-samples/views/sample23.haml in groupdocs-1.5.8

- old
+ new

@@ -22,17 +22,17 @@ %font{:color => 'red'} #{(defined? err) ? err : ''} %br/ #requestForm{:style => 'padding:20px; border:1px solid black;'} %p Enter data for request and press "Make request" button %form{:action => '/sample23', :enctype => 'multipart/form-data', :method => 'post'} - %label{:for => 'client_id'} GroupDocs ClientID + %label{:for => 'clientId'} GroupDocs ClientID %br/ - %input{:type=>'text', :name=>'client_id'} + %input{:type=>'text', :name=>'clientId'} %br/ - %label{:for => 'private_key'} GroupDocs PrivateKey + %label{:for => 'privateKey'} GroupDocs PrivateKey %br/ - %input{:type=>'text', :name=>'private_key'} + %input{:type=>'text', :name=>'privateKey'} %br/ %div.guid_radio %input{:type=>'radio', :name=>'source', :value=>'guid', :checked=>'checked'} File ID (GUID) @@ -55,9 +55,14 @@ %div.guid_field{:style=>'display:none;'} %label{:for=>'url', :id=>'url'} Upload file from URL %br/ %input{:type=>'text', :name=>'url'} + %br/ + %label{:for => 'basePath'} Base Path + %span{:class => 'optional'} (Optional) + %br/ + %input{:type=>'text', :name=>'basePath'} %br/ %br/ %input{:type => 'submit', :value => 'Make request'} \ No newline at end of file