Class: Prototype
Source Location: /core/projax/classes/Prototype.php
Class Prototype
Inherited Properties, Constants, and Methods
Methods
void assign(
$variable,
$value
)
|
|
Parameters:
void call(
$function, [
$args = null]
)
|
|
Parameters:
void delay(
[
$seconds = 1], [
$script = '']
)
|
|
Parameters:
void evaluate_remote_response(
)
|
|
void form_remote_tag(
$options
)
|
|
Parameters:
void ID(
$id, [
$extend = null]
)
|
|
Parameters:
void insert_html(
$position,
$id, [
$options_for_render = null]
)
|
|
Parameters:
|
|
$position: |
|
|
|
$id: |
|
|
|
$options_for_render: |
|
void link_to_remote(
$name, [
$options = null], [
$html_options = null]
)
|
|
Parameters:
|
|
$name: |
|
|
|
$options: |
|
|
|
$html_options: |
|
void observe_field(
$field_id, [
$options = null]
)
|
|
Parameters:
void observe_form(
$form_id, [
$options = null]
)
|
|
Parameters:
void periodically_call_remote(
[
$options = null]
)
|
|
Parameters:
void redirect_to(
$location
)
|
|
Parameters:
void remote_function(
$options
)
|
|
Parameters:
void replace(
$id,
$options_for_render
)
|
|
Parameters:
|
|
$id: |
|
|
|
$options_for_render: |
|
void replace_html(
$id,
$options_for_render
)
|
|
Parameters:
|
|
$id: |
|
|
|
$options_for_render: |
|
void select(
$pattern, [
$extend = null]
)
|
|
Parameters:
void submit_to_remote(
$name,
$value,
$options
)
|
|
Parameters:
void update_element_function(
$element_id, [
$options = null],
$block
)
|
|
Parameters:
|
|
$element_id: |
|
|
|
$options: |
|
|
|
$block: |
|
void update_page(
$block
)
|
|
Parameters:
void update_page_tag(
&$block
)
|
|
Parameters:
void _build_callbacks(
$options
)
|
|
Parameters:
void _build_observer(
$klass,
$name, [
$options = null]
)
|
|
Parameters:
void _method_option_to_s(
$method
)
|
|
Parameters:
void _options_for_ajax(
$options
)
|
|
Parameters:
|
|