]> Dogcows Code - chaz/homebank/blob - doc/dlg-tag.html
Merge branch 'upstream'
[chaz/homebank] / doc / dlg-tag.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta content="text/html; charset=utf-8" http-equiv="content-type">
5 <meta content="noindex" name="robots">
6 <title>Tags dialog</title>
7 <link href="help.css" rel="stylesheet" type="text/css">
8 </head>
9 <body id="top">
10 <div class="dochead">
11 HomeBank User manual
12 </div>
13 <div class="title">
14 <h1>Tags dialog</h1>
15 <p>The tags dialog is used to add, edit and manage the <a href="00-lexicon.html#tags">tags</a> of the current wallet.</p>
16
17 <h2>Dialog call</h2>
18 <ul>
19 <li>main window menu: Manage / Tags...</li>
20 </ul>
21 </div>
22 <div class="rounded content">
23 <h2>Using tags dialog</h2>
24 <p class="gtkshot right"><img src="images/dlg-tag.png"></p>
25
26 <h3><img src="images/1.png"> Tag list</h3>
27 <p>display tag name list<br>
28
29 <h3><img src="images/2.png"> Tag name</h3>
30 <p>type a new tag name here and press return to add.</p>
31 <h3><img src="images/3.png"> Buttons</h3>
32 <table class="widgetinfo">
33 <tr>
34 <th>Add</th>
35 <td>toggle the tag name widget to visible/invisible</td>
36 </tr>
37 <tr>
38 <th>Edit</th>
39 <td>edit the tag<br>
40 To edit a tag, you can also double click on it.</td>
41 </tr>
42 <tr>
43 <th>Delete</th>
44 <td>delete the selected tag</td>
45 </tr>
46 </table>
47 </div>
48 </body>
49 </html>
This page took 0.034182 seconds and 4 git commands to generate.