SproutCMS

This is the code documentation for the SproutCMS project

class RefineWidgetTextbox

A textbox widget

Source code (9 results)

/sprout/Controllers/Admin/ActionLogAdminController.php   Highlighted file source

Line 31: use Sprout\Helpers\RefineWidgetTextbox;
Line 68: $this->refine_bar->addWidget(new RefineWidgetTextbox('record_table', 'Table'));
Line 69: $this->refine_bar->addWidget(new RefineWidgetTextbox('record_id', 'Record ID'));
Line 70: $this->refine_bar->addWidget(new RefineWidgetTextbox('modified_editor', 'Editor'));

/sprout/Controllers/Admin/ContentSubscriptionAdminController.php   Highlighted file source

Line 20: use Sprout\Helpers\RefineWidgetTextbox;
Line 48: $this->refine_bar->addWidget(new RefineWidgetTextbox('name', 'Name'));
Line 49: $this->refine_bar->addWidget(new RefineWidgetTextbox('email', 'Email'));

/sprout/Controllers/Admin/CronJobAdminController.php   Highlighted file source

Line 23: use Sprout\Helpers\RefineWidgetTextbox;
Line 58: $this->refine_bar->addWidget(new RefineWidgetTextbox('name', 'Name'));

/sprout/Controllers/Admin/FileAdminController.php   Highlighted file source

Line 44: use Sprout\Helpers\RefineWidgetTextbox;
Line 92: $this->refine_bar->addWidget(new RefineWidgetTextbox('name', 'Name'));
Line 94: $this->refine_bar->addWidget(new RefineWidgetTextbox('filename', 'Filename'));

/sprout/Controllers/Admin/ManagedAdminController.php   Highlighted file source

Line 40: use Sprout\Helpers\RefineWidgetTextbox;
Line 204: $this->refine_bar->addWidget(new RefineWidgetTextbox('_all_tag', 'All the tags'));
Line 205: $this->refine_bar->addWidget(new RefineWidgetTextbox('_any_tag', 'Any of the tags'));
Line 228: $this->refine_bar->addWidget(new RefineWidgetTextbox('name', 'Name'));

/sprout/Controllers/Admin/PageAdminController.php   Highlighted file source

Line 56: use Sprout\Helpers\RefineWidgetTextbox;
Line 91: $this->refine_bar->addWidget(new RefineWidgetTextbox('name', 'Name'));
Line 94: $this->refine_bar->addWidget(new RefineWidgetTextbox('_keyword', 'Keyword search'));
Line 95: $this->refine_bar->addWidget(new RefineWidgetTextbox('_phrase', 'Exact phrase'));

/sprout/Controllers/Admin/RedirectAdminController.php   Highlighted file source

Line 20: use Sprout\Helpers\RefineWidgetTextbox;
Line 63: $this->refine_bar->addWidget(new RefineWidgetTextbox('path_exact', 'Path exact match'));
Line 64: $this->refine_bar->addWidget(new RefineWidgetTextbox('path_contains', 'Path contains'));

/sprout/Controllers/Admin/WorkerJobAdminController.php   Highlighted file source

Line 26: use Sprout\Helpers\RefineWidgetTextbox;
Line 61: $this->refine_bar->addWidget(new RefineWidgetTextbox('name', 'Name'));

/sprout/Helpers/RefineWidgetTextbox.php   Highlighted file source

Line 19: class RefineWidgetTextbox extends RefineWidget

A total of 26 lines in 9 files were found