-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactions.html
172 lines (170 loc) · 21.8 KB
/
actions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GravityView: Actions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="custom-doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">GravityView
 <span id="projectnumber">2.17</span>
</div>
<div id="projectbrief">The best, easiest way to display Gravity Forms entries on your website.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Actions </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_actions000057"></a>File <a class="el" href="class-search-widget_8php.html">class-search-widget.php</a> </dt>
<dd><p class="startdd"><code>gravityview_search_widget_field_before</code> Before each search input is rendered (other than the submit button) </p>
<p class="enddd"><code>gravityview_search_widget_field_after</code> After each search input is rendered (other than the submit button) </p>
</dd>
<dt><a class="anchor" id="_actions000085"></a>Global <a class="el" href="class_gravity_kit_1_1_gravity_view_1_1_foundation_1_1_core.html#a4be4055f3361d4800e16bc2e2e38cda6">Core::init</a> ()</dt>
<dd>gk/foundation/initialized </dd>
<dt><a class="anchor" id="_actions000001"></a>Global <a class="el" href="class_g_v_1_1_core.html#a4be4055f3361d4800e16bc2e2e38cda6">Core::init</a> ()</dt>
<dd><code>gravityview/loaded</code> The core has been loaded. </dd>
<dt><a class="anchor" id="_actions000083"></a>Global <a class="el" href="views_2table_2table-body_8php.html#a354e213939ab86a955940ef1ff33685a">else</a> </dt>
<dd><p class="startdd"><code>gravityview/template/table/tr/before</code> </p>
<p><code>gravityview/template/table/tr/after</code> </p>
<p class="enddd"><code>gravityview/template/table/tr/after</code> </p>
</dd>
<dt><a class="anchor" id="_actions000003"></a>Global <a class="el" href="class_g_v_1_1_entry___renderer.html#a97700face9765b2b92e4a9dbdcd9386d">Entry_Renderer::render</a> (<a class="el" href="class_g_v_1_1_entry.html" title="If this file is called directly, abort. ">Entry</a> $entry, <a class="el" href="class_g_v_1_1_view.html" title="If this file is called directly, abort. ">View</a> $view, <a class="el" href="class_g_v_1_1_request.html" title="If this file is called directly, abort. ">Request</a> $request=null)</dt>
<dd><code>gravityview_render_entry_{<a class="el" href="class_g_v_1_1_view.html" title="If this file is called directly, abort. ">View</a> ID}</code> Before rendering a single entry for a specific <a class="el" href="class_g_v_1_1_view.html" title="If this file is called directly, abort. ">View</a> ID </dd>
<dt><a class="anchor" id="_actions000086"></a>Global <a class="el" href="class_gravity_kit_1_1_gravity_view_1_1_foundation_1_1_licenses_1_1_framework.html#a4be4055f3361d4800e16bc2e2e38cda6">Framework::init</a> ()</dt>
<dd><code>gk/foundation/licenses/initialized</code> Fires when the class has finished initializing. </dd>
<dt><a class="anchor" id="_actions000087"></a>Global <a class="el" href="class_gravity_kit_1_1_gravity_view_1_1_foundation_1_1_settings_1_1_framework.html#a4be4055f3361d4800e16bc2e2e38cda6">Framework::init</a> ()</dt>
<dd><code>gk/foundation/settings/initialized</code> Fires when the class has finished initializing. </dd>
<dt><a class="anchor" id="_actions000089"></a>Global <a class="el" href="class_gravity_kit_1_1_gravity_view_1_1_foundation_1_1_translations_1_1_framework.html#a4be4055f3361d4800e16bc2e2e38cda6">Framework::init</a> ()</dt>
<dd><code>gk/foundation/translations/initialized</code> Fires when the class has finished initializing. </dd>
<dt><a class="anchor" id="_actions000065"></a>Namespace <a class="el" href="namespace_gravity_view.html">GravityView</a> </dt>
<dd><p class="startdd"><code>gravityview_entry_before</code> Tap in before the the entry is displayed, inside the entry container </p>
<p><code>gravityview_entry_title_before</code> Tap in before the the entry title is displayed </p>
<p><code>gravityview_entry_title_after</code> Tap in after the title block </p>
<p><code>gravityview_entry_content_before</code> Tap in inside the View Content wrapper </p><div></div><div> <code>gravityview_entry_content_after</code> Tap in at the end of the View Content wrapper <div></div></div><div><div> <code>gravityview_entry_footer_before</code> Tap in before the footer wrapper </div></div><div><div> <code>gravityview_entry_footer_after</code> Tap in after the footer wrapper </div></div><div><div> <code>gravityview_entry_after</code> Tap in after the entry has been displayed, but before the container is closed </div></div></dd>
<dt><a class="anchor" id="_actions000004"></a>Global <a class="el" href="class_g_v_1_1_shortcodes_1_1gravityview.html#af3638d23cbc3afb47ee0bb54b6f8b532">gravityview::callback</a> ( $passed_atts, $content='', $tag='')</dt>
<dd><div><div> <code>gravityview/shortcode/before-processing</code> Runs before the GV shortcode is processed; can be used to load additional scripts/styles </div></div></dd>
<dt><a class="anchor" id="_actions000030"></a>Global <a class="el" href="class_gravity_view___admin.html#af2911c31327e9ff304c3a0f6dc507b4a">GravityView_Admin::backend_actions</a> ()</dt>
<dd><div><div> <code>gravityview_include_backend_actions</code> Triggered after all <a class="el" href="namespace_gravity_view.html" title="GPL2+ ">GravityView</a> admin files are loaded </div></div></dd>
<dt><a class="anchor" id="_actions000042"></a>Global <a class="el" href="class_gravity_view___admin___duplicate___view.html#a112250b325abddc2c0a50d6dc27d8b1b">GravityView_Admin_Duplicate_View::create_duplicate</a> ( $post, $status='')</dt>
<dd><div><div> <code>gv_duplicate_view</code> After a View is duplicated, perform an action </div></div></dd>
<dt><a class="anchor" id="_actions000027"></a>Global <a class="el" href="class_gravity_view___admin___metaboxes.html#a64c340d7a1d3f77ff9292aa0fb02bf51">GravityView_Admin_Metaboxes::settings_metabox_render</a> ( $post)</dt>
<dd><div><div> <code>gravityview/metaboxes/before_render</code> Before rendering <a class="el" href="namespace_gravity_view.html" title="GPL2+ ">GravityView</a> metaboxes </div></div><div><div> <code>gravityview/metaboxes/after_render</code> After rendering <a class="el" href="namespace_gravity_view.html" title="GPL2+ ">GravityView</a> metaboxes </div></div></dd>
<dt><a class="anchor" id="_actions000026"></a>Global <a class="el" href="class_gravity_view___admin___no___conflict.html#a7d471bb348c9fa797d9f9fb9d8d0c85b">GravityView_Admin_No_Conflict::no_conflict_styles</a> ()</dt>
<dd><div><div> <code>gravityview_remove_conflicts_after</code> Runs after no-conflict styles are removed. You can re-add styles here. </div></div></dd>
<dt><a class="anchor" id="_actions000029"></a>Global <a class="el" href="class_gravity_view___admin___views.html#ae22ac425555f50d600676303f0b76755">GravityView_Admin_Views::save_postdata</a> ( $post_id)</dt>
<dd><div><div> <code>gravityview_view_saved</code> After a View has been saved in the admin </div></div></dd>
<dt><a class="anchor" id="_actions000040"></a>Global <a class="el" href="class-api_8php.html#a63ec2a5b744a0d7e18fdd14228873256">gravityview_after</a> ()</dt>
<dd><div><div> <code>gravityview/template/after</code> Append content to the view. </div></div><div><div> <code>gravityview_after</code> Append content to the View container <code><div></code> </div></div></dd>
<dt><a class="anchor" id="_actions000031"></a>Global <a class="el" href="class-api_8php.html#ae96724d9ca5d746688f70a5e53893326">gravityview_before</a> ()</dt>
<dd><div><div> <code>gravityview/template/before</code> Append content to the view. </div></div><div><div> <code>gravityview/template/before</code> Prepend content to the view. </div></div><div><div> <code>gravityview_before</code> Prepend content to the View container <code><div></code> </div></div></dd>
<dt><a class="anchor" id="_actions000045"></a>Global <a class="el" href="class_gravity_view___delete___entry.html#a9c1e12082176bbe96bb719812287fbc9">GravityView_Delete_Entry::delete_or_trash_entry</a> ( $entry)</dt>
<dd><div><div> <code>gravityview/delete-entry/deleted</code> Triggered when an entry is deleted </div></div><div><div> <code>gravityview/delete-entry/trashed</code> Triggered when an entry is trashed </div></div></dd>
<dt><a class="anchor" id="_actions000047"></a>Global <a class="el" href="class_gravity_view___duplicate___entry.html#aca07c83c9414591938242ba26ba8d22c">GravityView_Duplicate_Entry::duplicate_entry</a> ( $entry)</dt>
<dd><div><div> <code>gravityview/duplicate-entry/duplicated</code> Triggered when an entry is duplicated </div></div></dd>
<dt><a class="anchor" id="_actions000048"></a>Global <a class="el" href="class_gravity_view___edit___entry___render.html#a75b7056b5c3d89c6e4581f3061c968fc">GravityView_Edit_Entry_Render::process_save</a> ( $gv_data)</dt>
<dd><div><div> <code>gravityview/edit_entry/before_update</code> Perform an action before the entry has been updated using Edit Entry </div></div><div><div> <code>gravityview/edit_entry/after_update</code> Perform an action after the entry has been updated using Edit Entry </div></div></dd>
<dt><a class="anchor" id="_actions000050"></a>Global <a class="el" href="class_gravity_view___edit___entry___render.html#a1ec0654a726805f92609dd1bce7f07f0">GravityView_Edit_Entry_Render::render_edit_form</a> ()</dt>
<dd><div><div> <code>gravityview/edit-entry/render/before</code> Before rendering the Edit Entry form </div></div><div><div> <code>gravityview/edit-entry/render/after</code> After rendering the Edit Entry form </div></div></dd>
<dt><a class="anchor" id="_actions000043"></a>Global <a class="el" href="class_gravity_view___entry___approval.html#a463abb619fd29df7d418d436fd268dc0">GravityView_Entry_Approval::update_approved_meta</a> ( $entry_id, $status, $form_id=0)</dt>
<dd><div><div> <code>gravityview/approve_entries/updated</code> Triggered when an entry approval is updated </div></div><div><div> <code>gravityview/approve_entries/{$action}</code> Triggered when an entry approval is set. {$action} can be 'approved', 'unapproved', or 'disapproved' Note: If you want this to work with Bulk Actions, run in a plugin rather than a theme; the bulk updates hook runs before themes are loaded. </div></div></dd>
<dt><a class="anchor" id="_actions000037"></a>Global <a class="el" href="class-api_8php.html#a667f62293dd99f210c1626ce8c264f85">gravityview_footer</a> ()</dt>
<dd><div><div> <code>gravityview/template/footer</code> Append content to the view. </div></div><div><div> <code>gravityview/template/footer</code> Prepend outside of the view container <div>. </div></div></div><div><div><div> <code>gravityview_after</code> Display content after a View. Used to render footer widget areas. Rendered outside the View container <code><div></code> </div></div></div></dd>
<dt><a class="anchor" id="_actions000034"></a>Global <a class="el" href="class-api_8php.html#a5b93e2caa245a3df4723a23d9033a73e">gravityview_header</a> ()</dt>
<dd><div><div><div> <code>gravityview/template/header</code> Append content to the view. </div></div></div><div><div><div> <code>gravityview/template/header</code> Prepend content to the view container <div>. </div></div></div></div><div><div><div><div> <code>gravityview_header</code> Prepend content to the View container <code><div></code> </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000062"></a>Global <a class="el" href="class_gravity_view___recent___entries___widget.html#a8fc0358f57959f78f53b0b743a1910e7">GravityView_Recent_Entries_Widget::form</a> ( $instance)</dt>
<dd><div><div><div><div> <code>gravityview_recent_entries_widget_form</code> Displayed at the bottom of the Recent Entries widget admin form </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000060"></a>Global <a class="el" href="class_gravity_view___recent___entries___widget.html#afb9380a2672338f13e809fb264c40394">GravityView_Recent_Entries_Widget::widget</a> ( $args, $instance)</dt>
<dd><div><div><div><div> <code>gravityview/widget/recent-entries/before_widget</code> Before recent entries are displayed in the WordPress widget </div></div></div></div><div><div><div><div> <code>gravityview/widget/recent-entries/after_widget</code> After recent entries are displayed in the WordPress widget </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000080"></a>Global <a class="el" href="future_2gravityview_8php.html#a372c49dd68f65e993ec91ae6edf9454c">if</a> (! defined('GRAVITYVIEW_DIR'))</dt>
<dd><div><div><div><div> <code>gravityview/field/survey/rating-styles</code> {</div></div></div></div><div><div><div><div> <code>gravityview/template/table/tr/before</code> </div></div></div></div><div><div><div><div> <code>gravityview/template/table/tr/after</code> </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000002"></a>Global <a class="el" href="class_g_v_1_1_plugin.html#a572bd88eede5ff31b5f5b99ceda90446">Plugin::include_legacy_frontend</a> ( $force=false)</dt>
<dd><div><div><div><div> <code>gravityview_include_frontend_actions</code> Triggered after all <a class="el" href="namespace_gravity_view.html" title="GPL2+ ">GravityView</a> frontend files are loaded </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000088"></a>Global <a class="el" href="class_gravity_kit_1_1_gravity_view_1_1_foundation_1_1_settings_1_1_settings_validator.html#a86da6e15ef2441bdc94ff8c51b2c672e">SettingsValidator::validate</a> ( $plugin, array $original_settings, array $settings_to_validate)</dt>
<dd><div><div><div><div> <code>gk/foundation/settings/{plugin}/validation/{setting_id}</code> Runs when validation rules are not specified and before the setting is marked as validated. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000025"></a>Global <a class="el" href="class_g_v_1_1_view.html#a2fc74951f4e394bdefd7febdeff541c0">View::get_entries</a> ( $request=null)</dt>
<dd><div><div><div><div> <code>gravityview/view/query</code> Override the before the get() call. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000007"></a>Global <a class="el" href="class_g_v_1_1_view___list___template.html#a036ef7c3df67028735b5ff0c6dc32ec5">View_List_Template::body_after</a> ( $context)</dt>
<dd><div><div><div><div> <code>gravityview/template/list/body/after</code> Output inside the <code>tbody</code> of the list at the end. </div></div></div></div><div><div><div><div> <code>gravityview_list_body_after</code> Inside the <code>tbody</code>, after any rows are rendered. Can be used to insert additional rows. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000005"></a>Global <a class="el" href="class_g_v_1_1_view___list___template.html#ac6c74a33b4d415c437ddf5d7ec0be242">View_List_Template::body_before</a> ( $context)</dt>
<dd><div><div><div><div> <code>gravityview/template/list/body/before</code> Output inside the <code>tbody</code> of the list. </div></div></div></div><div><div><div><div> <code>gravityview_list_body_before</code> Inside the <code>tbody</code>, before any rows are rendered. Can be used to insert additional rows. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000011"></a>Global <a class="el" href="class_g_v_1_1_view___list___template.html#acb23c462933919841014c19d2fdad14f">View_List_Template::entry_after</a> ( $entry, $context, $zone='')</dt>
<dd><div><div><div><div> <code>gravityview/template/list/entry/$zone/after</code> Output inside the <code>entry</code> of the list at the end. </div></div></div></div><div><div><div><div> <code>gravityview_list_entry_$zone_after</code> Inside the <code>entry</code>, after any rows are rendered. Can be used to insert additional rows. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000009"></a>Global <a class="el" href="class_g_v_1_1_view___list___template.html#a9bf90ec9022db52011ddad061e55f3a5">View_List_Template::entry_before</a> ( $entry, $context, $zone='')</dt>
<dd><div><div><div><div> <code>gravityview/template/list/entry/$zone/before</code> Output inside the <code>entry</code> of the list at the end. </div></div></div></div><div><div><div><div> <code>gravityview_list_entry_$zone_before</code> Inside the <code>entry</code>, before any rows are rendered. Can be used to insert additional rows. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000019"></a>Global <a class="el" href="class_g_v_1_1_view___table___template.html#a036ef7c3df67028735b5ff0c6dc32ec5">View_Table_Template::body_after</a> ( $context)</dt>
<dd><div><div><div><div> <code>gravityview/template/table/body/after</code> Output inside the <code>tbody</code> of the table at the end. </div></div></div></div><div><div><div><div> <code>gravityview_table_body_after</code> Inside the <code>tbody</code>, after any rows are rendered. Can be used to insert additional rows. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000017"></a>Global <a class="el" href="class_g_v_1_1_view___table___template.html#ac6c74a33b4d415c437ddf5d7ec0be242">View_Table_Template::body_before</a> ( $context)</dt>
<dd><div><div><div><div> <code>gravityview/template/table/body/before</code> Output inside the <code>tbody</code> of the table. </div></div></div></div><div><div><div><div> <code>gravityview_table_body_before</code> Inside the <code>tbody</code>, before any rows are rendered. Can be used to insert additional rows. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000013"></a>Global <a class="el" href="class_g_v_1_1_view___table___template.html#acb88d919963e4db3342c43bd02212f31">View_Table_Template::the_entry</a> ( $entry, $attributes)</dt>
<dd><div><div><div><div> <code>gravityview/template/table/cells/before</code> Inside the <code>tr</code> while rendering each entry in the loop. Can be used to insert additional table cells. </div></div></div></div><div><div><div><div> <code>gravityview_table_cells_before</code> Inside the <code>tr</code> while rendering each entry in the loop. Can be used to insert additional table cells. </div></div></div></div><div><div><div><div> <code>gravityview/template/table/cells/after</code> Inside the <code>tr</code> while rendering each entry in the loop. Can be used to insert additional table cells. </div></div></div></div><div><div><div><div> <code>gravityview_table_cells_after</code> Inside the <code>tr</code> while rendering each entry in the loop. Can be used to insert additional table cells. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000023"></a>Global <a class="el" href="class_g_v_1_1_view___table___template.html#a8b1cd2dead88aced7d07c47d5ad28c8d">View_Table_Template::tr_after</a> ( $context)</dt>
<dd><div><div><div><div> <code>gravityview/template/table/tr/after</code> Output inside the <code>tr</code> of the table when there are no results. </div></div></div></div><div><div><div><div> <code>gravityview_table_tr_after</code> Inside the <code>tr</code> while rendering each entry in the loop. Can be used to insert additional table cells. </div></div></div></div></dd>
<dt><a class="anchor" id="_actions000021"></a>Global <a class="el" href="class_g_v_1_1_view___table___template.html#a9d9f4f91a6599b956da95bb22a6cbc1f">View_Table_Template::tr_before</a> ( $context)</dt>
<dd><div><div><div><div> <code>gravityview/template/table/tr/before</code> Output inside the <code>tr</code> of the table when there are no results. </div></div></div></div><div><div><div><div> <code>gravityview_table_tr_before</code> Before the <code>tr</code> while rendering each entry in the loop. Can be used to insert additional table rows. </div></div></div></div></dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/>
<script type="text/javascript">
jQuery( document ).ready( function( $ ) {
$( 'a.anchor[id^=_filters],a.anchor[id^=_actions]' ).each( function() {
$( this )
.text('#')
.attr( 'href', function() {
return '#' + $( this ).attr( 'id' );
}).prependTo( $( this ).parent('dt' ).next('dd') );
});
});
</script>
</body>
</html>