mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
blog_new_job[D[D[D[D[D[D[D_
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Reordering_items">Reordering items</span>
|
||||
<span class="mw-headline" id="Reordering_items">Reordering items</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/Menus?action=edit&section_key=Reordering_items" title="Edit section: Reordering_items" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
</h2>
|
||||
<p>
|
||||
To reorder buttons / groups, simply move the corresponding line / lines
|
||||
@@ -112,7 +112,7 @@
|
||||
</pre>
|
||||
</div>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Removing_buttons">Removing buttons</span>
|
||||
<span class="mw-headline" id="Removing_buttons">Removing buttons</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/Menus?action=edit&section_key=Removing_buttons" title="Edit section: Removing_buttons" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
</h2>
|
||||
<p>
|
||||
To remove a button, remove the entire line.
|
||||
@@ -150,7 +150,7 @@
|
||||
</pre>
|
||||
</div>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Removing_groups">Removing groups</span>
|
||||
<span class="mw-headline" id="Removing_groups">Removing groups</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/Menus?action=edit&section_key=Removing_groups" title="Edit section: Removing_groups" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
</h2>
|
||||
<p>
|
||||
To remove a group, remove the entire group starting at the line with the <code>{</code> and ending at the line with the <code>}</code>.
|
||||
@@ -185,7 +185,7 @@
|
||||
</pre>
|
||||
</div>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Modifying_buttons">Modifying buttons</span>
|
||||
<span class="mw-headline" id="Modifying_buttons">Modifying buttons</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/Menus?action=edit&section_key=Modifying_buttons" title="Edit section: Modifying_buttons" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
</h2>
|
||||
<p>
|
||||
To modify a button, change the properties for the button.
|
||||
@@ -240,7 +240,7 @@
|
||||
<br>
|
||||
</p>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Modifying_groups">Modifying groups</span>
|
||||
<span class="mw-headline" id="Modifying_groups">Modifying groups</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/Menus?action=edit&section_key=Modifying_groups" title="Edit section: Modifying_groups" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
</h2>
|
||||
<p>
|
||||
To modify a group, change the properties for the group.
|
||||
@@ -282,7 +282,7 @@
|
||||
</pre>
|
||||
</div>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Adding_buttons">Adding buttons</span>
|
||||
<span class="mw-headline" id="Adding_buttons">Adding buttons</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/Menus?action=edit&section_key=Adding_buttons" title="Edit section: Adding_buttons" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
</h2>
|
||||
<p>
|
||||
To add a button, add a new line for <code>add_btn</code>
|
||||
@@ -301,7 +301,7 @@ add_btn('my_custom_namespace.my_custom_button_key', 'Goto Earth', 'e', 'help/abo
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Adding_groups">Adding groups</span>
|
||||
<span class="mw-headline" id="Adding_groups">Adding groups</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/App/UI/Menus?action=edit&section_key=Adding_groups" title="Edit section: Adding_groups" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
</h2>
|
||||
<p>
|
||||
To add a group, add a new section for <code>add_grp</code>
|
||||
|
||||
Reference in New Issue
Block a user