seitime-frappe/frappe/docs/current/models/website/blogger.html
2015-12-04 10:22:48 +05:30

211 lines
No EOL
4.2 KiB
HTML

<!-- title: Blogger -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/frappe/tree/develop/frappe/website/doctype/blogger"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<p><b>Table Name:</b> <code>tabBlogger</code></p>
User ID of a Blogger
<h3>Fields</h3>
<table class="table table-bordered" style="table-layout: fixed;">
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td ><code>disabled</code></td>
<td >
Check</td>
<td >
Disabled
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td class="danger" title="Mandatory"><code>short_name</code></td>
<td >
Data</td>
<td >
Short Name
<p class="text-muted small">
Will be used in url (usually first name).</p>
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td class="danger" title="Mandatory"><code>full_name</code></td>
<td >
Data</td>
<td >
Full Name
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>user</code></td>
<td >
Link</td>
<td >
User
</td>
<td>
<a href="https://frappe.github.io/frappe/current/models/core/user">User</a>
</td>
</tr>
<tr >
<td>5</td>
<td ><code>bio</code></td>
<td >
Small Text</td>
<td >
Bio
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>avatar</code></td>
<td >
Attach</td>
<td >
Avatar
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>posts</code></td>
<td >
Int</td>
<td >
Posts
</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>frappe.website.doctype.blogger.blogger</h4>
<h3 style="font-weight: normal;">Class <b>Blogger</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
<p class="docs-attr-name">
<a name="on_update" href="#on_update" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>on_update</b>
<i class="text-muted">(self)</i>
</p>
<div class="docs-attr-desc"><p>if user is set, then update all older blogs</p>
</div>
<br>
<p class="docs-attr-name">
<a name="validate" href="#validate" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
<b>validate</b>
<i class="text-muted">(self)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
</div>
<hr>
<h4>Linked In:</h4>
<ul>
<li>
<a href="https://frappe.github.io/frappe/current/models/website/blog_post">Blog Post</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->