[core_form_interfaces] element index

Package indexes

All elements
a b c d f g h i n p s t u w _
_
top
_form_input
_form_input() in form_templates.php
Helper function to show an input field.
a
top
AREAEDIT_BACKEND_URL
AREAEDIT_BACKEND_URL in backend.php
AREAEDIT_INSTALL_ROOT
AREAEDIT_INSTALL_ROOT in backend.php
aspell_check
aspell_check() in spell-check-logic.php
Do aSpell spelling check
aspell_init
aspell_init() in spell-check-logic.php
Initialise our aSpell calling environment.
aspell_save
aspell_save() in spell-check-logic.php
Do aSpell dictionary save
b
top
build_preview
build_preview() in preview.php
Build up a preview based on what was submitted.
backend.php
backend.php in backend.php
block_helper.php
block_helper.php in block_helper.php
c
top
comcode_helper.php
comcode_helper.php in comcode_helper.php
core_form_interfaces.php
core_form_interfaces.php in core_form_interfaces.php
d
top
do_lang
do_lang() in spell-check-logic.php
Stub for translations. Really doesn't do anything
f
top
form_input_all_and_not
form_input_all_and_not() in form_templates.php
Get the tempcode for a complex input that chooses partials from a list ('all', 'all-except-these', or 'these').
form_input_author
form_input_author() in form_templates.php
Get the tempcode for a author/username input line.
form_input_codename
form_input_codename() in form_templates.php
Get the tempcode for a codename input line.
form_input_colour
form_input_colour() in form_templates.php
Get the tempcode for a colour input.
form_input_date
form_input_date() in form_templates.php
Get the tempcode for a date input.
form_input_date__scheduler
form_input_date__scheduler() in form_templates.php
Get the tempcode for a date input, or if cron is not on, return blank.
form_input_email
form_input_email() in form_templates.php
Get the tempcode for a email-address input line.
form_input_float
form_input_float() in form_templates.php
Get the tempcode for a float-only input.
form_input_huge
form_input_huge() in form_templates.php
Get the tempcode for a huge text input (textarea).
form_input_huge_comcode
form_input_huge_comcode() in form_templates.php
Get the tempcode for a huge comcode-enabled text input (textarea). These need extra space to fit. This function is also used as an automatic replacement for form_input_text_comcode if WYSIWYG is available (as WYSIWYG needs more space too)
form_input_huge_list
form_input_huge_list() in form_templates.php
Get the tempcode for a huge listbox.
form_input_integer
form_input_integer() in form_templates.php
Get the tempcode for an integer-only input.
form_input_line
form_input_line() in form_templates.php
Get the tempcode for a text input line.
form_input_line_comcode
form_input_line_comcode() in form_templates.php
Get the tempcode for a comcode-enabled text input line.
form_input_line_multi
form_input_line_multi() in form_templates.php
Get the tempcode for a DHTML input field that takes multiple lines. A new line is added when the prior one isn't blank.
form_input_list
form_input_list() in form_templates.php
Get the tempcode for a listbox.
form_input_multi_list
form_input_multi_list() in form_templates.php
Get the tempcode for a listbox with multiple selections.
form_input_page_link
form_input_page_link() in form_templates.php
Get the tempcode for a page-link input.
form_input_password
form_input_password() in form_templates.php
Get the tempcode for a password input.
form_input_picture_choose_specific
Get the tempcode to choose a picture from the given list of images in the theme image system, with sub-categorisation.
form_input_radio
form_input_radio() in form_templates.php
Get the tempcode for a radio group.
form_input_radio_entry
form_input_radio_entry() in form_templates.php
Get the tempcode for a radio input. (You would gather together the outputs of several of these functions, then put them in as the $content in a form_input_radio function call).
form_input_text
form_input_text() in form_templates.php
Get the tempcode for a text input (textarea).
form_input_text_comcode
form_input_text_comcode() in form_templates.php
Get the tempcode for a comcode-enabled text input (textarea).
form_input_text_multi
form_input_text_multi() in form_templates.php
Get the tempcode for a DHTML input field that takes multiple textareas. A new textarea is added when the prior one isn't blank.
form_input_tick
form_input_tick() in form_templates.php
Get the tempcode for a checkbox input.
form_input_tree_list
form_input_tree_list() in form_templates.php
Get the tempcode for an AJAX-powered tree listbox.
form_input_upload
form_input_upload() in form_templates.php
Get the tempcode for a file upload input.
form_input_upload_multi
form_input_upload_multi() in form_templates.php
Get the tempcode for a multiple file upload input.
form_input_username
form_input_username() in form_templates.php
Get the tempcode for a username input line.
form_input_username_multi
form_input_username_multi() in form_templates.php
Get the tempcode for a username input line.
form_input_various_ticks
form_input_various_ticks() in form_templates.php
Get the tempcode for a bank of tick boxes.
form_templates.php
form_templates.php in form_templates.php
g
top
get_attachments
get_attachments() in form_templates.php
Get what we need to get attachments in a form-field interface.
get_chmod_array
Get a list of file permissions to set
get_comcode_editor
get_comcode_editor() in form_templates.php
Creates a Comcode editor.
get_custom_file_base
get_custom_file_base() in backend.php
Find the path to where WYSIWYG data is stored.
get_dependencies
Get a mapping of dependency types
get_description
Get the description of the addon
get_field_restrict_property
get_field_restrict_property() in form_templates.php
Get the value of a scoped field restriction property. Returns "first-found".
get_file_list
Get a list of files that belong to this addon
get_form_field_tabindex
get_form_field_tabindex() in form_templates.php
Helper function for tab-index linearisation (serves as a filter).
get_posting_form
get_posting_form() in form_templates.php
Creates a posting form, with attachment support.
get_version
Get the version of ocPortal this addon is for
h
top
handle_conflict_resolution
handle_conflict_resolution() in form_templates.php
Look for editing conflicts, and setup editing pinging.
handle_max_file_size
handle_max_file_size() in form_templates.php
Insert hidden data for the maximum file size of form fields.
Hook_addon_registry_core_form_interfaces
Hook_addon_registry_core_form_interfaces in core_form_interfaces.php
i
top
init__form_templates
init__form_templates() in form_templates.php
Standard code module initialisation function.
n
top
namelike.php
namelike.php in namelike.php
p
top
preview.php
preview.php in preview.php
preview.php
preview.php in preview.php
s
top
spell-check-logic.php
spell-check-logic.php in spell-check-logic.php
spell-check-savedicts.php
spell-check-savedicts.php in spell-check-savedicts.php
spellchecklogic
spellchecklogic() in spell-check-logic.php
Start the spellcheck process
t
top
tpl_previews
Get mapping between template names and the method of this class that can render a preview of them
tpl_preview__administrative__block_helper_block_choice
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__administrative__block_helper_block_group
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__administrative__block_helper_done
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__administrative__block_helper_start
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__administrative__form_screen_input_permission
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__form_descrip_sep
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__form_field_set_grouper
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__form_group
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__form_grouped
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__form_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__form_screen_1
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__form_screen_2
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__html_edit
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__posting_form
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__posting_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__preview_script
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__preview_script_code
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__preview_script_keyword_density
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__preview_script_spelling
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
u
top
username_exists.php
username_exists.php in username_exists.php
utf8_ord
utf8_ord() in spell-check-logic.php
Finds the ASCII value of a utf-8 character (I think!)
w
top
wrap_exec
wrap_exec() in spell-check-logic.php
Execute aSpell, via piping to an output log (Windows PHP doesn't seem to allow direct output getting).
wrap_image_radio_list
wrap_image_radio_list() in form_templates.php
Get the tempcode for a radio list of pictures.
wysiwyg_on
wysiwyg_on() in form_templates.php
Find whether WYSIWYG is currently on.
a b c d f g h i n p s t u w _