mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Automatic Doc Update
This commit is contained in:
@@ -280,6 +280,9 @@
|
||||
<td class="name"><a href="#expcore.roles">expcore.roles</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#expcore.datastore">expcore.datastore</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#config.gui.tasks">config.gui.tasks</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -298,35 +301,75 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="name"><a href="#add_new_task">add_new_task</a></td>
|
||||
<td class="summary">Button displayed in the ehader bar, used to add a new task</td>
|
||||
<td class="summary">Button displayed in the header bar, used to add a new task</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#edit_task">edit_task</a></td>
|
||||
<td class="summary">Button displayed next to tasks which the user is can edit, used to start editing a task</td>
|
||||
<td class="name"><a href="#no_tasks_found">no_tasks_found</a></td>
|
||||
<td class="summary">Header displayed when no tasks are in the task list</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#discard_task">discard_task</a></td>
|
||||
<td class="summary">Button displayed next to tasks which the user is can edit, used to delete a task from the list</td>
|
||||
<td class="name"><a href="#subfooter_frame">subfooter_frame</a></td>
|
||||
<td class="summary">Frame element with the right styling</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#add_task_base">add_task_base</a></td>
|
||||
<td class="summary">Set of three elements which make up each row of the task table</td>
|
||||
<td class="name"><a href="#subfooter_label">subfooter_label</a></td>
|
||||
<td class="summary">Label element preset</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#confirm_edit">confirm_edit</a></td>
|
||||
<td class="summary">Button displayed next to tasks which the user is currently editing, used to save changes</td>
|
||||
<td class="name"><a href="#subfooter_actions">subfooter_actions</a></td>
|
||||
<td class="summary">Action flow that contains action buttons</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#cancel_edit">cancel_edit</a></td>
|
||||
<td class="summary">Button displayed next to tasks which the user is currently editing, used to discard changes</td>
|
||||
<td class="name"><a href="#task_list_item">task_list_item</a></td>
|
||||
<td class="summary">Button element with a flow around it to fix duplicate name inside of the scroll flow</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_editing">task_editing</a></td>
|
||||
<td class="summary">Editing state for a task, contrins a text field and the two edit buttons</td>
|
||||
<td class="name"><a href="#task_list">task_list</a></td>
|
||||
<td class="summary">Scrollable list of all tasks</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_label">task_label</a></td>
|
||||
<td class="summary">Default state for a task, contains only a label with the task message</td>
|
||||
<td class="name"><a href="#task_view_edit_button">task_view_edit_button</a></td>
|
||||
<td class="summary">Button element inside the task view footer to start editing a task</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_view_close_button">task_view_close_button</a></td>
|
||||
<td class="summary">Button to close the task view footer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_view_delete_button">task_view_delete_button</a></td>
|
||||
<td class="summary">Button to delete the task inside the task view footer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_view_footer">task_view_footer</a></td>
|
||||
<td class="summary">Subfooter inside the tasklist container that holds all the elements for viewing a task</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_message_textfield">task_message_textfield</a></td>
|
||||
<td class="summary">Textfield element used in both the task create and edit footers</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_edit_confirm_button">task_edit_confirm_button</a></td>
|
||||
<td class="summary">Button to confirm the changes inside the task edit footer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#edit_task_discard_button">edit_task_discard_button</a></td>
|
||||
<td class="summary">Button to discard the changes inside the task edit footer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_edit_footer">task_edit_footer</a></td>
|
||||
<td class="summary">Subfooter inside the tasklist container that holds all the elements for editing a task</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_create_confirm_button">task_create_confirm_button</a></td>
|
||||
<td class="summary">Button to confirm the changes inside the task create footer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_create_discard_button">task_create_discard_button</a></td>
|
||||
<td class="summary">Button to discard the changes inside the task create footer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_create_footer">task_create_footer</a></td>
|
||||
<td class="summary">Subfooter inside the tasklist container that holds all the elements to create a new task</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#task_list_container">task_list_container</a></td>
|
||||
@@ -413,6 +456,31 @@
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#expcore.datastore" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="expcore.datastore">expcore.datastore</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
@@ -508,7 +576,7 @@
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button displayed in the ehader bar, used to add a new task</p>
|
||||
<p class="section-item-summary">Button displayed in the header bar, used to add a new task</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
@@ -528,14 +596,14 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#edit_task" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="edit_task">edit_task</span>
|
||||
<a href="#no_tasks_found" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="no_tasks_found">no_tasks_found</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button displayed next to tasks which the user is can edit, used to start editing a task</p>
|
||||
<p class="section-item-summary">Header displayed when no tasks are in the task list</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
@@ -555,14 +623,14 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#discard_task" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="discard_task">discard_task</span>
|
||||
<a href="#subfooter_frame" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="subfooter_frame">subfooter_frame</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button displayed next to tasks which the user is can edit, used to delete a task from the list</p>
|
||||
<p class="section-item-summary">Frame element with the right styling</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
@@ -582,14 +650,14 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#add_task_base" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="add_task_base">add_task_base</span>
|
||||
<a href="#subfooter_label" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="subfooter_label">subfooter_label</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Set of three elements which make up each row of the task table</p>
|
||||
<p class="section-item-summary">Label element preset</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
@@ -609,14 +677,14 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#confirm_edit" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="confirm_edit">confirm_edit</span>
|
||||
<a href="#subfooter_actions" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="subfooter_actions">subfooter_actions</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button displayed next to tasks which the user is currently editing, used to save changes</p>
|
||||
<p class="section-item-summary">Action flow that contains action buttons</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
@@ -636,14 +704,14 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#cancel_edit" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="cancel_edit">cancel_edit</span>
|
||||
<a href="#task_list_item" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_list_item">task_list_item</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button displayed next to tasks which the user is currently editing, used to discard changes</p>
|
||||
<p class="section-item-summary">Button element with a flow around it to fix duplicate name inside of the scroll flow</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
@@ -663,14 +731,14 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_editing" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_editing">task_editing</span>
|
||||
<a href="#task_list" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_list">task_list</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Editing state for a task, contrins a text field and the two edit buttons</p>
|
||||
<p class="section-item-summary">Scrollable list of all tasks</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
@@ -690,14 +758,284 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_label" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_label">task_label</span>
|
||||
<a href="#task_view_edit_button" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_view_edit_button">task_view_edit_button</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Default state for a task, contains only a label with the task message</p>
|
||||
<p class="section-item-summary">Button element inside the task view footer to start editing a task</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_view_close_button" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_view_close_button">task_view_close_button</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button to close the task view footer</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_view_delete_button" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_view_delete_button">task_view_delete_button</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button to delete the task inside the task view footer</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_view_footer" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_view_footer">task_view_footer</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Subfooter inside the tasklist container that holds all the elements for viewing a task</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_message_textfield" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_message_textfield">task_message_textfield</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Textfield element used in both the task create and edit footers</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_edit_confirm_button" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_edit_confirm_button">task_edit_confirm_button</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button to confirm the changes inside the task edit footer</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#edit_task_discard_button" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="edit_task_discard_button">edit_task_discard_button</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button to discard the changes inside the task edit footer</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_edit_footer" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_edit_footer">task_edit_footer</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Subfooter inside the tasklist container that holds all the elements for editing a task</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_create_confirm_button" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_create_confirm_button">task_create_confirm_button</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button to confirm the changes inside the task create footer</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_create_discard_button" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_create_discard_button">task_create_discard_button</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Button to discard the changes inside the task create footer</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
<!-- usage start -->
|
||||
<!-- usage end -->
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#task_create_footer" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="task_create_footer">task_create_footer</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">Subfooter inside the tasklist container that holds all the elements to create a new task</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
@@ -783,7 +1121,7 @@
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
|
||||
</div>
|
||||
<div class="content-footer column col-9 col-sm-12">
|
||||
<i>Last updated 2021-04-25 23:23:05 UTC</i>
|
||||
<i>Last updated 2021-04-29 22:05:19 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user