Skip to content

Commit fe374ad

Browse files
committed
deploy: a0042af
1 parent 736a73a commit fe374ad

9 files changed

Lines changed: 46 additions & 9 deletions

dist/mockup/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mockup/bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mockup/chunks/18361.7cb5743ad4e0fc77d888.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mockup/chunks/18361.7cb5743ad4e0fc77d888.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mockup/chunks/18361.d936586f4ffbfdd365fb.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/mockup/chunks/18361.d936586f4ffbfdd365fb.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/mockup/remote.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mockup/remote.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pat/recurrence/index.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,45 @@ <h2>Configuration</h2>
366366
</tbody>
367367
</table>
368368
<h2>Example</h2>
369-
<textarea class="pat-recurrence"></textarea>
370-
<pre class="language-html"><code class="language-html"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>textarea</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>pat-recurrence<span class="token punctuation">"</span></span><span class="token punctuation">></span></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>textarea</span><span class="token punctuation">></span></span></code></pre>
369+
<h3>Recurrence without additional start feature</h3>
370+
<p><label>Recurrence start date:
371+
<input name="start-1" type="date" value="2026-01-01">
372+
</label>
373+
<label>Recurrence:</label></p>
374+
<textarea class="pat-recurrence" data-pat-recurrence="
375+
startField: [name=start-1];
376+
addAdditionalDates: false;
377+
"></textarea>
378+
379+
<pre class="language-html"><code class="language-html"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>textarea</span>
380+
<span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>pat-recurrence<span class="token punctuation">"</span></span>
381+
<span class="token attr-name">data-pat-recurrence</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>
382+
startField: [name=start-1];
383+
addAdditionalDates: false;
384+
<span class="token punctuation">"</span></span>
385+
<span class="token punctuation">></span></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>textarea</span><span class="token punctuation">></span></span></code></pre>
386+
<h3>Recurrence with additional start feature</h3>
387+
<p>Note: adding additional start dates is a feature of the specification but is
388+
not supported by a number of external tools, like Google Calendar, Microsoft
389+
Outlook or Gnome Calendar.
390+
Therefore, this feature is disabled by default.
391+
However, you can enable it with the <code>addAdditionalDates</code> feature.</p>
392+
<p><label>Recurrence start date:
393+
<input name="start-2" type="date" value="2026-01-01">
394+
</label>
395+
<label>Recurrence:</label></p>
396+
<textarea class="pat-recurrence" data-pat-recurrence="
397+
startField: [name=start-2];
398+
addAdditionalDates: true;
399+
"></textarea>
400+
401+
<pre class="language-html"><code class="language-html"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>textarea</span>
402+
<span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>pat-recurrence<span class="token punctuation">"</span></span>
403+
<span class="token attr-name">data-pat-recurrence</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>
404+
startField: [name=start-2];
405+
addAdditionalDates: true;
406+
<span class="token punctuation">"</span></span>
407+
<span class="token punctuation">></span></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>textarea</span><span class="token punctuation">></span></span></code></pre>
371408

372409
</main>
373410
</div>

0 commit comments

Comments
 (0)