Class Module_cms_galleries_cat

Description

Module page class.

  • copyright: ocProducts Ltd

Located in /cms/pages/modules/cms_galleries.php (line 1396)

standard_aed_module
   |
   --Module_cms_galleries_cat
Variable Summary
Method Summary
ID_TEXT add_actualisation ()
void delete_actualisation (ID_TEXT $id)
tempcode do_next_manager (tempcode $title, tempcode $description, ?ID_TEXT $id)
void edit_actualisation (ID_TEXT $id)
tempcode fill_in_edit_form (ID_TEXT $id)
array get_form_fields ([ID_TEXT $name = ''], [SHORT_TEXT $fullname = ''], [LONG_TEXT $description = ''], [SHORT_TEXT $teaser = ''], [LONG_TEXT $notes = ''], [ID_TEXT $parent_id = ''], [BINARY $accept_images = 1], [BINARY $accept_videos = 1], [BINARY $is_member_synched = 0], [?BINARY $flow_mode_interface = NULL], [?URLPATH $rep_image = NULL], [?URLPATH $watermark_top_left = NULL], [?URLPATH $watermark_top_right = NULL], [?URLPATH $watermark_bottom_left = NULL], [?URLPATH $watermark_bottom_right = NULL], [BINARY $allow_rating = 0], [SHORT_INTEGER $allow_comments = 0])
array get_submitter (ID_TEXT $id)
boolean may_delete_this (ID_TEXT $id)
tempcode nice_get_ajax_tree ()
tempcode _do_next_manager (tempcode $title, tempcode $description, [?ID_TEXT $cat = NULL], [?AUTO_LINK $id = NULL], [boolean $video = false])
Variables
mixed $award_type = 'gallery' (line 1405)

Redefinition of:
standard_aed_module::$award_type
mixed $javascript = "var fn=document.getElementById('fullname'); if (fn) { var form=fn.form; fn.onchange=function() { if ((form.elements['name']) && (form.elements['name'].value=='')) form.elements['name'].value=fn.value.toLowerCase().replace(/[^\w\d\.\-]/g,'_').replace(/\_+\$/,''); }; }" (line 1407)

Redefinition of:
standard_aed_module::$javascript
mixed $lang_type = 'GALLERY' (line 1398)
mixed $menu_label = 'GALLERIES' (line 1406)

Redefinition of:
standard_aed_module::$menu_label
mixed $non_integer_id = true (line 1404)

Redefinition of:
standard_aed_module::$non_integer_id
mixed $permissions_require = 'cat_mid' (line 1400)

Redefinition of:
standard_aed_module::$permissions_require
mixed $permission_module = 'galleries' (line 1401)

Redefinition of:
standard_aed_module::$permission_module
mixed $select_name = 'NAME' (line 1399)
mixed $seo_type = 'gallery' (line 1402)

Redefinition of:
standard_aed_module::$seo_type
mixed $upload = 'image' (line 1403)

Redefinition of:
standard_aed_module::$upload

Inherited Variables

Inherited from standard_aed_module

standard_aed_module::$add_one_cat_label
standard_aed_module::$add_one_label
standard_aed_module::$add_submit_name
standard_aed_module::$add_text
standard_aed_module::$alt_aed_module
standard_aed_module::$appended_actions_already
standard_aed_module::$archive_entry_point
standard_aed_module::$archive_label
standard_aed_module::$array_key
standard_aed_module::$author
standard_aed_module::$care_please
standard_aed_module::$catalogue
standard_aed_module::$cat_aed_module
standard_aed_module::$check_validation
standard_aed_module::$code_require
standard_aed_module::$default_type
standard_aed_module::$do_next_description
standard_aed_module::$do_next_editing_categories
standard_aed_module::$do_preview
standard_aed_module::$edit_one_cat_label
standard_aed_module::$edit_one_label
standard_aed_module::$edit_submit_name
standard_aed_module::$edit_text
standard_aed_module::$edit_this_cat_label
standard_aed_module::$edit_this_label
standard_aed_module::$extra_donext_categories
standard_aed_module::$extra_donext_entries
standard_aed_module::$extra_donext_whatever
standard_aed_module::$extra_donext_whatever_title
standard_aed_module::$javascript_require
standard_aed_module::$module_type
standard_aed_module::$new_id
standard_aed_module::$no_blank_ids
standard_aed_module::$orderer
standard_aed_module::$organisation
standard_aed_module::$output_of_action_is_confirmation
standard_aed_module::$permissions_cat_name
standard_aed_module::$permissions_cat_name_b
standard_aed_module::$permissions_cat_require
standard_aed_module::$permissions_cat_require_b
standard_aed_module::$permission_page
standard_aed_module::$possibly_some_kind_of_upload
standard_aed_module::$posting_form_text
standard_aed_module::$posting_form_text_parsed
standard_aed_module::$posting_form_title
standard_aed_module::$protect_first
standard_aed_module::$redirect_type
standard_aed_module::$second_stage_preview
standard_aed_module::$select_name_description
standard_aed_module::$send_validation_request
standard_aed_module::$skip_validation
standard_aed_module::$special_edit_frontend
standard_aed_module::$table
standard_aed_module::$table_prefix
standard_aed_module::$title_is_multi_lang
standard_aed_module::$type_code
standard_aed_module::$user_facing
standard_aed_module::$view_entry_point
Methods
add_actualisation (line 1527)

Standard aed_module add actualiser.

  • return: The entry added
ID_TEXT add_actualisation ()
delete_actualisation (line 1619)

Standard aed_module delete actualiser.

void delete_actualisation (ID_TEXT $id)
  • ID_TEXT $id: The entry being deleted
do_next_manager (line 1632)

The do-next manager for after download content management (event types only).

  • return: The UI
tempcode do_next_manager (tempcode $title, tempcode $description, ?ID_TEXT $id)
  • tempcode $title: The title (output of get_page_title)
  • tempcode $description: Some description to show, saying what happened
  • ?ID_TEXT $id: The ID of whatever was just handled (NULL: N/A)

Redefinition of:
standard_aed_module::do_next_manager()
The do-next manager for after content management.
edit_actualisation (line 1559)

Standard aed_module edit actualiser.

void edit_actualisation (ID_TEXT $id)
  • ID_TEXT $id: The entry being edited
fill_in_edit_form (line 1510)

Standard aed_module edit form filler.

  • return: The edit form
tempcode fill_in_edit_form (ID_TEXT $id)
  • ID_TEXT $id: The entry being edited
get_form_fields (line 1444)

Get tempcode for a gallery adding/editing form.

  • return: A pair: the tempcode for the visible fields, and the tempcode for the hidden fields
array get_form_fields ([ID_TEXT $name = ''], [SHORT_TEXT $fullname = ''], [LONG_TEXT $description = ''], [SHORT_TEXT $teaser = ''], [LONG_TEXT $notes = ''], [ID_TEXT $parent_id = ''], [BINARY $accept_images = 1], [BINARY $accept_videos = 1], [BINARY $is_member_synched = 0], [?BINARY $flow_mode_interface = NULL], [?URLPATH $rep_image = NULL], [?URLPATH $watermark_top_left = NULL], [?URLPATH $watermark_top_right = NULL], [?URLPATH $watermark_bottom_left = NULL], [?URLPATH $watermark_bottom_right = NULL], [BINARY $allow_rating = 0], [SHORT_INTEGER $allow_comments = 0])
  • ID_TEXT $name: The gallery codename
  • SHORT_TEXT $fullname: The full human-readeable name of the gallery
  • LONG_TEXT $description: The description of the gallery
  • SHORT_TEXT $teaser: Teaser text for the gallery
  • LONG_TEXT $notes: Hidden notes associated with the gallery
  • ID_TEXT $parent_id: The parent gallery (blank: no parent)
  • BINARY $accept_images: Whether images may be put in this gallery
  • BINARY $accept_videos: Whether videos may be put in this gallery
  • BINARY $is_member_synched: Whether the gallery serves as a container for automatically created member galleries
  • ?BINARY $flow_mode_interface: Whether the gallery uses the flow mode interface (NULL: pick statistically based on current usage of other galleries)
  • ?URLPATH $rep_image: The representative image of the gallery (NULL: none)
  • ?URLPATH $watermark_top_left: Watermark (NULL: none)
  • ?URLPATH $watermark_top_right: Watermark (NULL: none)
  • ?URLPATH $watermark_bottom_left: Watermark (NULL: none)
  • ?URLPATH $watermark_bottom_right: Watermark (NULL: none)
  • BINARY $allow_rating: Whether rating are allowed
  • SHORT_INTEGER $allow_comments: Whether comments are allowed (0=no, 1=yes, 2=review style)
get_submitter (line 1497)

Standard aed_module submitter getter.

  • return: The submitter, and the time of submission (null submission time implies no known submission time)
array get_submitter (ID_TEXT $id)
  • ID_TEXT $id: The entry for which the submitter is sought
may_delete_this (line 1609)

Standard aed_module delete possibility checker.

  • return: Whether it may be deleted
boolean may_delete_this (ID_TEXT $id)
  • ID_TEXT $id: The entry being potentially deleted
nice_get_ajax_tree (line 1414)

Standard aed_module list function.

  • return: The tree field
tempcode nice_get_ajax_tree ()
_do_next_manager (line 1647)

The do-next manager for after image/video content management.

  • return: The UI
tempcode _do_next_manager (tempcode $title, tempcode $description, [?ID_TEXT $cat = NULL], [?AUTO_LINK $id = NULL], [boolean $video = false])
  • tempcode $title: The title (output of get_page_title)
  • tempcode $description: Some description to show, saying what happened
  • ?ID_TEXT $cat: The gallery we were working in (NULL: deleted)
  • ?AUTO_LINK $id: The ID of whatever was just handled (NULL: N/A)
  • boolean $video: Whether we were working with a video

Inherited Methods

Inherited From standard_aed_module

standard_aed_module::ad()
standard_aed_module::choose_catalogue()
standard_aed_module::do_next_manager()
standard_aed_module::ed()
standard_aed_module::get_entry_points()
standard_aed_module::get_permission_fields()
standard_aed_module::handle_confirmations()
standard_aed_module::info()
standard_aed_module::nice_get_entries()
standard_aed_module::preview_intercept()
standard_aed_module::run()
standard_aed_module::set_permissions()
standard_aed_module::_ad()
standard_aed_module::_ed()
standard_aed_module::__ed()

Documentation generated on Sun, 02 Jan 2011 23:11:23 +0000 by phpDocumentor 1.4.3