add: Thingy asset
This commit is contained in:
parent
cd62f71573
commit
9de7e34112
10 changed files with 4411 additions and 2 deletions
2544
lib/WebGUI/Asset/Wobject/Thingy.pm
Normal file
2544
lib/WebGUI/Asset/Wobject/Thingy.pm
Normal file
File diff suppressed because it is too large
Load diff
232
lib/WebGUI/Help/Asset_Thingy.pm
Normal file
232
lib/WebGUI/Help/Asset_Thingy.pm
Normal file
|
|
@ -0,0 +1,232 @@
|
|||
package WebGUI::Help::Asset_Thingy;
|
||||
|
||||
our $HELP = {
|
||||
'thingy template' => {
|
||||
title => 'thingy template label',
|
||||
body => '',
|
||||
fields => [],
|
||||
isa => [
|
||||
{ namespace => "Asset_Thingy",
|
||||
tag => "thingy asset template variables"
|
||||
},
|
||||
{ namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ 'name' => 'things_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'thing_editIcon' },
|
||||
{ 'name' => 'thing_deleteIcon' },
|
||||
{ 'name' => 'thing_viewIcon' },
|
||||
{ 'name' => 'thing_label' },
|
||||
{ 'name' => 'thing_id' },
|
||||
{ 'name' => 'thing_editUrl' },
|
||||
{ 'name' => 'thing_deleteUrl' },
|
||||
{ 'name' => 'thing_searchUrl' },
|
||||
{ 'name' => 'thing_addUrl' },
|
||||
]
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{ tag => 'edit thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
{ tag => 'view thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
{ tag => 'search thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'edit thing template' => {
|
||||
title => 'edit thing template label',
|
||||
body => '',
|
||||
fields => [],
|
||||
isa => [
|
||||
{ namespace => "Asset_Thingy",
|
||||
tag => "thingy asset template variables"
|
||||
},
|
||||
{ namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ 'name' => 'delete_url' },
|
||||
{ 'name' => 'delete_confirm' },
|
||||
{ 'name' => 'search_url' },
|
||||
{ 'name' => 'add_url' },
|
||||
{ 'name' => 'editScreenTitle' },
|
||||
{ 'name' => 'editInstructions' },
|
||||
{ 'name' => 'error_loop',
|
||||
'variables' => [ { 'name' => 'error_message' } ]
|
||||
},
|
||||
{ 'name' => 'field_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'field_isHidden' },
|
||||
{ 'name' => 'field_isRequired' },
|
||||
{ 'name' => 'field_isDisplayed' },
|
||||
{ 'name' => 'field_label' },
|
||||
{ 'name' => 'field_form' },
|
||||
{ 'name' => 'field_name' },
|
||||
{ 'name' => 'field_value' },
|
||||
{ 'name' => 'field_subtext' },
|
||||
]
|
||||
},
|
||||
{ 'required' => 1,
|
||||
'name' => 'form_start'
|
||||
},
|
||||
{ 'required' => 1,
|
||||
'name' => 'form_submit'
|
||||
},
|
||||
{ 'required' => 1,
|
||||
'name' => 'form_end'
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{ tag => 'thingy template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
{ tag => 'view thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
{ tag => 'search thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'view thing template' => {
|
||||
title => 'view thing template label',
|
||||
body => '',
|
||||
isa => [
|
||||
{ namespace => "Asset_Thingy",
|
||||
tag => "thingy asset template variables"
|
||||
},
|
||||
{ namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
fields => [],
|
||||
variables => [
|
||||
{ 'name' => 'delete_url' },
|
||||
{ 'name' => 'delete_confirm' },
|
||||
{ 'name' => 'search_url' },
|
||||
{ 'name' => 'add_url' },
|
||||
{ 'name' => 'edit_url' },
|
||||
{ 'name' => 'viewScreenTitle' },
|
||||
{ 'name' => 'field_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'field_isHidden' },
|
||||
{ 'name' => 'field_label' },
|
||||
{ 'name' => 'field_value' },
|
||||
{ 'name' => 'field_name' },
|
||||
{ 'name' => 'field_id' },
|
||||
{ 'name' => 'field_url' },
|
||||
]
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{ tag => 'edit thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
{ tag => 'search thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
{ tag => 'thingy template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'search thing template' => {
|
||||
title => 'search thing template label',
|
||||
body => '',
|
||||
fields => [],
|
||||
isa => [
|
||||
{ namespace => "Asset_Thingy",
|
||||
tag => "thingy asset template variables"
|
||||
},
|
||||
{ namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ 'name' => 'add_url' },
|
||||
{ 'name' => 'import_url' },
|
||||
{ 'name' => 'export_url' },
|
||||
{ 'name' => 'searchScreenTitle' },
|
||||
{ 'name' => 'searchDescription' },
|
||||
{ 'name' => 'searchFields_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'searchFields_fieldId' },
|
||||
{ 'name' => 'searchFields_searchForm' },
|
||||
{ 'name' => 'searchFields_label' },
|
||||
]
|
||||
},
|
||||
{ 'required' => 1,
|
||||
'name' => 'form_start'
|
||||
},
|
||||
{ 'required' => 1,
|
||||
'name' => 'form_submit'
|
||||
},
|
||||
{ 'required' => 1,
|
||||
'name' => 'form_end'
|
||||
},
|
||||
{ 'name' => 'displayInSearchFields_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'displayInSearchFields_fieldId' },
|
||||
{ 'name' => 'displayInSearchFields_orderByUrl' },
|
||||
{ 'name' => 'displayInSearchFields_label' },
|
||||
]
|
||||
},
|
||||
{ 'name' => 'searchResult_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'searchResult_id' },
|
||||
{ 'name' => 'searchResult_view_url' },
|
||||
{ 'name' => 'searchResult_edit_icon' },
|
||||
{ 'name' => 'searchResult_delete_icon' },
|
||||
{ 'name' => 'searchResult_field_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'field_id' },
|
||||
{ 'name' => 'field_value' },
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{ tag => 'edit thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
{ tag => 'view thing template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
{ tag => 'thingy template',
|
||||
namespace => 'Asset_Thingy'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'thingy asset template variables' => {
|
||||
private => 1,
|
||||
title => 'data form asset template variables title',
|
||||
body => 'data form asset template variables body',
|
||||
isa => [
|
||||
{ namespace => "Asset_Wobject",
|
||||
tag => "wobject template variables"
|
||||
},
|
||||
],
|
||||
fields => [],
|
||||
variables => [
|
||||
{ 'name' => 'canEditThings' },
|
||||
{ 'name' => 'manage_url' },
|
||||
{ 'name' => 'addThing_url' },
|
||||
],
|
||||
related => []
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
877
lib/WebGUI/i18n/English/Asset_Thingy.pm
Normal file
877
lib/WebGUI/i18n/English/Asset_Thingy.pm
Normal file
|
|
@ -0,0 +1,877 @@
|
|||
package WebGUI::i18n::English::Asset_Thingy;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'cache timeout help' => {
|
||||
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|Thingy|,
|
||||
lastUpdated => 1128830080,
|
||||
context => 'Default name of all snippets'
|
||||
},
|
||||
|
||||
'template_label' => {
|
||||
message => q|Thingy List Template|,
|
||||
lastUpdated => 1121703035,
|
||||
},
|
||||
|
||||
'add thing label' => {
|
||||
message => q|Add Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'default thing label' => {
|
||||
message => q|Default Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'manage things label' => {
|
||||
message => q|Manage Things|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'delete thing warning' => {
|
||||
message => q|Are you sure you want to delete this Thing and all data in it? This is not versioned and can not be undone.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'delete thing data warning' => {
|
||||
message => q|Are you sure you want to delete this thing? This is not versioned and cannot be undone.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'fields tab label' => {
|
||||
message => q|Fields|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit screen tab label' => {
|
||||
message => q|Edit Screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'view screen tab label' => {
|
||||
message => q|View Screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search screen tab label' => {
|
||||
message => q|Search Screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit thing title' => {
|
||||
message => q|Edit/Add Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing name label' => {
|
||||
message => q|Thing Name|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'fields label' => {
|
||||
message => q|Fields|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'add field label' => {
|
||||
message => q|Add Field|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit screen title label' => {
|
||||
message => q|Edit screen title|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit screen title description' => {
|
||||
message => q|The title of the edit screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit instructions label' => {
|
||||
message => q|Instructions|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit instructions description' => {
|
||||
message => q|Instructions on the edit screen about adding or editing a thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can add label' => {
|
||||
message => q|Who can add?|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can add description' => {
|
||||
message => q|The group that can add this thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can edit label' => {
|
||||
message => q|Who can edit?|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can edit description' => {
|
||||
message => q|The group that can edit this thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'save button label label' => {
|
||||
message => q|Save Button Label|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'default save button label' => {
|
||||
message => q|Save|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'save button label description' => {
|
||||
message => q|The label of the save button on the edit sceen.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'after save label' => {
|
||||
message => q|After Save|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search this thing label' => {
|
||||
message => q|Search this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'view last edited label' => {
|
||||
message => q|View Last Edited/Added|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search other thing label' => {
|
||||
message => q|Search Other Thing: |,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'add other thing label' => {
|
||||
message => q|Add Other Thing: |,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'view thingy default label' => {
|
||||
message => q|View Thingy Default|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
|
||||
'after save description' => {
|
||||
message => q|The screen that is displayed after saving this thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit template label' => {
|
||||
message => q|Edit Template|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit template description' => {
|
||||
message => q|edit template is used to display the view screen of this thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'on add workflow label' => {
|
||||
message => q|On Add|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'on add workflow description' => {
|
||||
message => q|Workflow that is triggered after adding this thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'on edit workflow label' => {
|
||||
message => q|On Edit|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'on edit workflow description' => {
|
||||
message => q|Workflow that is triggered after editing this thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'on delete workflow label' => {
|
||||
message => q|On Delete|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'on delete workflow description' => {
|
||||
message => q|Workflow that is triggered after deleting this thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can view label' => {
|
||||
message => q|Who can view?|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can view description' => {
|
||||
message => q|The group that can view this thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'view template label' => {
|
||||
message => q|View Template|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'view template description' => {
|
||||
message => q|This template is used to display the view screen of this thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search thing label' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'default view label' => {
|
||||
message => q|Default View|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'default view description' => {
|
||||
message => q|The default screen for this thing. This can be either the search screen or the add screen.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'display label' => {
|
||||
message => q|Display|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'view screen title label' => {
|
||||
message => q|View Screen Title|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search screen title label' => {
|
||||
message => q|Search Screen Title|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search screen title description' => {
|
||||
message => q|The title of the search screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search descrpiption label' => {
|
||||
message => q|Description|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search descrpiption description' => {
|
||||
message => q|Description of the search screen.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can search label' => {
|
||||
message => q|Who can search?|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can search description' => {
|
||||
message => q|The group that can search this thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can import label' => {
|
||||
message => q|Who can import?|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can import description' => {
|
||||
message => q|The group that can import data into this thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can export label' => {
|
||||
message => q|Who can export?|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'who can export description' => {
|
||||
message => q|The group that can export this things data.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search button label' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search template label' => {
|
||||
message => q|Search Template|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search template description' => {
|
||||
message => q|This template is used to display the search screen of this thing.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'things per page label' => {
|
||||
message => q|Things Per Page|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'things per page description' => {
|
||||
message => q|The number of things that the search screen displays per page.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search in label' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'sort by label' => {
|
||||
message => q|Sort By|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'export label' => {
|
||||
message => q|Export|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'import label' => {
|
||||
message => q|Import|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'import file label' => {
|
||||
message => q|Choose a file to import|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'duplicates label' => {
|
||||
message => q|What about duplicates?|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'ignore first line label' => {
|
||||
message => q|Ignore first line?|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'skip label' => {
|
||||
message => q|Skip|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'overwrite label' => {
|
||||
message => q|Overwrite|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'file contains label' => {
|
||||
message => q|File Contains|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'check duplicates label' => {
|
||||
message => q|Check Duplicates|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field label label' => {
|
||||
message => q|Label|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'field label description' => {
|
||||
message => q|The label for this field.|,
|
||||
lastUpdated => 1119156590,
|
||||
},
|
||||
|
||||
'field type label' => {
|
||||
message => q|Field Type|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'field type description' => {
|
||||
message => q|Choose the type of form element for this field. This is also used to validate any input that the user may supply.|,
|
||||
lastUpdated => 1119156590,
|
||||
},
|
||||
|
||||
'default value label' => {
|
||||
message => q|Default Value|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'default value description' => {
|
||||
message => q|Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".|,
|
||||
lastUpdated => 1119156590,
|
||||
},
|
||||
|
||||
'subtext label' => {
|
||||
message => q|Subtext|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'subtext description' => {
|
||||
message => q|An extension of the label, this is additional information such as a description of what should go in the field or optional instructions for the field.|,
|
||||
lastUpdated => 1133811301,
|
||||
},
|
||||
|
||||
'fieldstatus hidden label' => {
|
||||
message => q|Hidden|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
'fieldstatus visible label' => {
|
||||
message => q|Visible|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
'fieldstatus editable label' => {
|
||||
message => q|Editable|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
'fieldstatus required label' => {
|
||||
message => q|Required|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
|
||||
'field status label' => {
|
||||
message => q|Status|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'field status description' => {
|
||||
message => q|Hidden fields will not be visible to the user. Visible fields can be seen by the user but not modified. Editable fields can be filled in by the user. Required fields must be filled in by the user. If you choose Hidden or Visible, be sure to fill in a Default Value.|,
|
||||
lastUpdated => 1119156590,
|
||||
},
|
||||
|
||||
'width label' => {
|
||||
message => q|Width|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'width description' => {
|
||||
message => q|Set the width of textareas and HTMLareas in pixels.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'size label' => {
|
||||
message => q|Size|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'size description' => {
|
||||
message => q|Set the size(width) of most fields in characters.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'height label' => {
|
||||
message => q|Height|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'height description' => {
|
||||
message => q|Set the height of this field in pixels. Only used on Textareas and HTMLAreas.|,
|
||||
lastUpdated => 1153876588,
|
||||
},
|
||||
|
||||
'height subtext' => {
|
||||
message => q|Optional for text area and HTML area.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'vertical label' => {
|
||||
message => q|Vertical|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'vertical description' => {
|
||||
message => q|This property controls whether radio buttons and checklists are laid out horizontally or
|
||||
vertically.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'extras label' => {
|
||||
message => q|Extras|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'extras description' => {
|
||||
message => q|Here you can enter additional tag properties for the field tag. For instance
|
||||
'class="myClass"'.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'possible values label' => {
|
||||
message => q|Possible values|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'possible values description' => {
|
||||
message => q|This field is used for the list types (like Checkbox List and Select List). Enter the values
|
||||
you wish to appear, one per line.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'possible values subtext' => {
|
||||
message => q|One per line.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field in other thing label' => {
|
||||
message => q|Field In Other Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit label' => {
|
||||
message => q|Edit|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'delete label' => {
|
||||
message => q|Delete|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'add label' => {
|
||||
message => q|Add|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search label' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'is required error' => {
|
||||
message => q| is required|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thingy template label' => {
|
||||
message => q|Thingy Template|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'view thing template label' => {
|
||||
message => q|Thingy View Thing Template|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit thing template label' => {
|
||||
message => q|Thingy Edit Thing Template|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search thing template label' => {
|
||||
message => q|Thingy Search Thing Template|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'canEditThings' => {
|
||||
message => q|Is true if the current user can view the Things that are defined for this Thingy Asset|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'things_loop' => {
|
||||
message => q|A loop containing the Things that are defined for this Thingy Asset, with links to management
|
||||
functions for those Things|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_editIcon' => {
|
||||
message => q|An icon with a link to the edit screen for this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_editUrl' => {
|
||||
message => q|A link to the edit screen for this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_viewIcon' => {
|
||||
message => q|An icon with a link to default screen for this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_searchUrl' => {
|
||||
message => q|A link to the search screen for this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_addUrl' => {
|
||||
message => q|A link to the add screen for this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_deleteIcon' => {
|
||||
message => q|An icon with a link to delete this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_deleteUrl' => {
|
||||
message => q|A link to delete this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_label' => {
|
||||
message => q|The label for this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'thing_id' => {
|
||||
message => q|The id of this Thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'manage_url' => {
|
||||
message => q|This Url will lead to a screen to manage the Things in this Thingy Asset.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'addThing_url' => {
|
||||
message => q|This Url leads to the screen to add a new Thing to this Thingy Asset.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'delete_url' => {
|
||||
message => q|The Url to delete the current thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'delete_confirm' => {
|
||||
message => q|This contains an onclick property for the delete link that adds a javascript confirmation|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'search_url' => {
|
||||
message => q|Url that leads to the search screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'add_url' => {
|
||||
message => q|Url to the add screen for this thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'editScreenTitle' => {
|
||||
message => q|The title for the edit screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'editInstructions' => {
|
||||
message => q|Instructions about editing this thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'error_loop' => {
|
||||
message => q|A loop containing error information, for instance if someone doesn't fill out a required
|
||||
field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'error_message' => {
|
||||
message => q|An error message indicating what the user might have done wrong.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_loop' => {
|
||||
message => q|A loop containing the visible fields for this thing|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_isHidden' => {
|
||||
message => q|A conditional indicating whether this field is supposed to be hidden.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_isRequired' => {
|
||||
message => q|A conditional indicating whether this field is required.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_isDisplayed' => {
|
||||
message => q|A conditional indicating whether this field is supposed to be displayed.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_form' => {
|
||||
message => q|The form element for this field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_name' => {
|
||||
message => q|The name of the form element for this field|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_label' => {
|
||||
message => q|The label of this field|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_url' => {
|
||||
message => q|An optional url that this field should link to, used i.e. for fields in other things.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_value' => {
|
||||
message => q|The value of this field|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_subtext' => {
|
||||
message => q|A description of the field so that users know what to put in the field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'form_start' => {
|
||||
message => q|The start tag of the form|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'form_submit' => {
|
||||
message => q|A form button to submit the form data.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'form_end' => {
|
||||
message => q|The end of the form|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'edit_url' => {
|
||||
message => q|Url to the current things edit screen.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'viewScreenTitle' => {
|
||||
message => q|The title for the view screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'import_url' => {
|
||||
message => q|Url to import data into this Thing from a csv file|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'export_url' => {
|
||||
message => q|Url to export the data in a search result into a csv file. This is only available after a
|
||||
search has been done.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchScreenTitle' => {
|
||||
message => q|The title of the search screen|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchDescription' => {
|
||||
message => q|A description of the search screen.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchFields_loop' => {
|
||||
message => q|A loop that contains the fields that are searchable|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchFields_label' => {
|
||||
message => q|The label of a searchable field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchFields_fieldId' => {
|
||||
message => q|The fieldId of a searchable field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchFields_form' => {
|
||||
message => q|The form element to search this field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'displayInSearchFields_loop' => {
|
||||
message => q|A loop containing the fields that are displayed in the search results.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'displayInSearchFields_orderByUrl' => {
|
||||
message => q|Url to order the search results by this field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'displayInSearchFields_label' => {
|
||||
message => q|The label of this field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'displayInSearchFields_fieldId' => {
|
||||
message => q|The fieldId of this field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchResult_loop' => {
|
||||
message => q|A loop containting the search results.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchResult_id' => {
|
||||
message => q|The id of a search result.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchResult_view_url' => {
|
||||
message => q|Url to the view screen of this search result|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchResult_edit_icon' => {
|
||||
message => q|Edit icon that links to the edit screen of this search result.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchResult_delete_icon' => {
|
||||
message => q|Delete icon to delete this search result.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'searchResult_field_loop' => {
|
||||
message => q|A loop containing the fields that are to be displayed for this search result.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'field_id' => {
|
||||
message => q|The id of this field.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'no field values message' => {
|
||||
message => q|Field does not have any values.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'' => {
|
||||
message => q||,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue