mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 06:35:54 +02:00
deploy: 3583d7a549
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="generator" content="Docusaurus v3.7.0">
|
||||
<title data-rh="true">Create Document | OpenSign™</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://docs.opensignlabs.com/img/docusaurus-social-card.png"><meta data-rh="true" name="twitter:image" content="https://docs.opensignlabs.com/img/docusaurus-social-card.png"><meta data-rh="true" property="og:url" content="https://docs.opensignlabs.com/docs/API-docs/createdocument"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Create Document | OpenSign™"><meta data-rh="true" name="description" content="The Create Document API allows users to generate new documents by providing data with base64 encoded file."><meta data-rh="true" property="og:description" content="The Create Document API allows users to generate new documents by providing data with base64 encoded file."><link data-rh="true" rel="icon" href="/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://docs.opensignlabs.com/docs/API-docs/createdocument"><link data-rh="true" rel="alternate" href="https://docs.opensignlabs.com/docs/API-docs/createdocument" hreflang="en"><link data-rh="true" rel="alternate" href="https://docs.opensignlabs.com/docs/API-docs/createdocument" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="OpenSign™ RSS Feed">
|
||||
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="OpenSign™ Atom Feed"><link rel="stylesheet" href="/assets/css/styles.6bed5790.css">
|
||||
<script src="/assets/js/runtime~main.505599aa.js" defer="defer"></script>
|
||||
<script src="/assets/js/runtime~main.e1817d00.js" defer="defer"></script>
|
||||
<script src="/assets/js/main.05214de3.js" defer="defer"></script>
|
||||
</head>
|
||||
<body class="navigation-with-keyboard">
|
||||
@@ -81,7 +81,7 @@
|
||||
<ul>
|
||||
<li><strong>default:</strong> Provide a default value for the textbox (Optional).</li>
|
||||
<li><strong>hint:</strong> Provide a hint for the textbox (Optional).</li>
|
||||
<li><strong>regularexpression:</strong> Provide regex for custom validation, such as allowing only numbers, only capital letters, etc. (Optional).</li>
|
||||
<li><strong>regularexpression:</strong> A custom regex pattern for validation - for example, /^\d+$/ to permit only digits, /^[A-Z]+$/ to permit only uppercase letters, etc. <a href="https://www.w3schools.com/jsref/jsref_obj_regexp.asp" target="_blank" rel="noopener noreferrer">help</a> (Optional).</li>
|
||||
<li><strong>readonly:</strong> Set to true if you want to set the textbox as readonly. By default, it's false.</li>
|
||||
</ul>
|
||||
<ol start="10">
|
||||
|
||||
Reference in New Issue
Block a user