Index of values
| ( ** ) [Eliom_parameter] | |
A | |
| a [Eliom_content.Html5.D] |
The function a service a_content get_params creates a <a> node that link to service applied to GET parameters get_params and whose content is a_content.
| a [Eliom_content.Html5.F] |
The function a service a_content get_params creates a <a> node that link to service applied to GET parameters get_params and whose content is a_content.
| a [Eliom_mkforms.MakeForms] |
The function a service a_content get_params creates a <a> node that link to service applied to GET parameters get_params and whose content is a_content.
| a_for [Eliom_content.Html5.D] | |
| a_for [Eliom_content.Html5.F] | |
| a_for [Eliom_mkforms.MakeForms] | |
| a_onabort [Eliom_content_core.Html5.D] |
Redefine event handler attributes to simplify their usage.
| a_onabort [Eliom_content_core.Html5.F] |
Redefine event handler attributes to simplify their usage.
if the client is inactive activate () launch a new xhr connection to start receiving server messages
| addEventListener [Eliom_content.Html5.Manip.Named] |
see addEventListener
| addEventListener [Eliom_content.Html5.Manip] |
The function addEventListener elt evt handler attach the handler for the event evt on the element elt.
| add_nl_parameter [Eliom_parameter] | |
| add_non_localized_get_parameters [Eliom_service] |
Localized parameters
| add_non_localized_post_parameters [Eliom_service] |
Adds non localized GET parameters to a service
see appendChild
| appendChild [Eliom_content.Html5.Manip] |
The function appendChild e1 e2 inserts the element e2 as last child of e1.
| appendChilds [Eliom_content.Html5.Manip.Named] |
see appendChilds
| appendChilds [Eliom_content.Html5.Manip] |
The function appendChilds e1 elts inserts elts as last children of e1.
Creates a checkbox <input> tag that will have a boolean value.
| bool_checkbox [Eliom_content.Html5.F] |
Creates a checkbox <input> tag that will have a boolean value.
| bool_checkbox [Eliom_mkforms.MakeForms] |
Creates a checkbox <input> tag that will have a boolean value.
Creates a <button> tag with no value.
| button [Eliom_content.Html5.F] |
Creates a <button> tag with no value.
| button [Eliom_mkforms.MakeForms] |
Creates a <button> tag with no value.
| buttonsubmit [Eliom_mkforms.FORMS_PARAM] | |
C | |
| call_caml_service [Eliom_client] |
Call a server side service that return an OCaml value.
| call_service [Eliom_client] |
(low level) Call a server side service and return the content of the resulting HTTP frame as a string.
| caml [Eliom_parameter] | |
| captionSide [Eliom_content.Html5.Manip.SetCss] | |
| captionSide [Eliom_content.Html5.Manip.Css] | |
| chan_id_of_string [Eliom_comet_base] | |
| change_page [Eliom_client] |
Call a server side service and change the current page.
after close b, stream b stops receiving new messages from the bus, but it is still possible to write to the bus.
The function create_named_elt elt is equivalent to create_named_elt ~id:(new_elt_id ()) elt.
| create_global_elt [Eliom_content_core.Svg.Id] |
See Eliom_content.Html5.Id.create_global_elt
| create_named_elt [Eliom_content_core.Html5.Id] |
The function create_named_elt ~id elt create a copy of the element elt that will be accessible through the name id.
| create_named_elt [Eliom_content_core.Svg.Id] |
See Eliom_content.Html5.Id.create_named_elt
The function css_link ~uri () creates a <link> node that reference a Cascading StyleSheet (CSS).
| css_link [Eliom_content.Html5.F] |
The function css_link ~uri () creates a <link> node that reference a Cascading StyleSheet (CSS).
| css_link [Eliom_mkforms.MakeForms] |
The function css_link ~uri () creates a <link> node that reference a Cascading StyleSheet (CSS).
drop_configuration t restores the behaviour to the minimum of configuration without t.
Stop current program and load a new page.
F | |
| file [Eliom_mkforms.FORMS_PARAM] | |
| file [Eliom_parameter] | |
| file_input [Eliom_content.Html5.D] |
Creates an <input> tag for sending a file
| file_input [Eliom_content.Html5.F] |
Creates an <input> tag for sending a file
| file_input [Eliom_mkforms.MakeForms] |
Creates an <input> tag for sending a file
| float [Eliom_parameter] | |
| float_button [Eliom_content.Html5.D] |
Creates a <button> tag with float content
| float_button [Eliom_content.Html5.F] |
Creates a <button> tag with float content
| float_button [Eliom_mkforms.MakeForms] |
Creates a <button> tag with float content
| float_checkbox [Eliom_content.Html5.D] |
Creates a checkbox <input> tag that will have a float value.
| float_checkbox [Eliom_content.Html5.F] |
Creates a checkbox <input> tag that will have a float value.
| float_checkbox [Eliom_mkforms.MakeForms] |
Creates a checkbox <input> tag that will have a float value.
| float_coordinates [Eliom_parameter] | |
| float_image_input [Eliom_content.Html5.D] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type float
| float_image_input [Eliom_content.Html5.F] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type float
| float_image_input [Eliom_mkforms.MakeForms] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type float
| float_input [Eliom_content.Html5.D] |
Creates an <input> tag for a float
| float_input [Eliom_content.Html5.F] |
Creates an <input> tag for a float
| float_input [Eliom_mkforms.MakeForms] |
Creates an <input> tag for a float
| float_multiple_select [Eliom_content.Html5.D] |
Creates a <select> tag for float values.
| float_multiple_select [Eliom_content.Html5.F] |
Creates a <select> tag for float values.
| float_multiple_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for float values.
| float_radio [Eliom_content.Html5.D] |
Creates a radio <input> tag with float content
| float_radio [Eliom_content.Html5.F] |
Creates a radio <input> tag with float content
| float_radio [Eliom_mkforms.MakeForms] |
Creates a radio <input> tag with float content
| float_select [Eliom_content.Html5.D] |
Creates a <select> tag for float values.
| float_select [Eliom_content.Html5.F] |
Creates a <select> tag for float values.
| float_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for float values.
The function post_form service formgen creates a GET <form> to service.
| get_form [Eliom_content.Html5.F] |
The function post_form service formgen creates a GET <form> to service.
| get_form [Eliom_mkforms.MakeForms] |
The function post_form service formgen creates a GET <form> to service.
Same as Eliom_service.static_dir but forcing https link.
| https_static_dir_with_params [Eliom_service] |
Same as Eliom_service.static_dir_with_params but forcing https link.
| https_void_coservice' [Eliom_service] |
A predefined non-attached action with special behaviour: it has no parameter at all, even non-attached parameters.
| https_void_hidden_coservice' [Eliom_service] |
Same as void_coservice' but keeps non attached GET parameters.
I | |
| id_of_int [Eliom_unwrap] | |
| image [Eliom_mkforms.FORMS_PARAM] | |
| image_input [Eliom_content.Html5.D] |
Creates an <input type="image" name="..."> tag that sends the coordinates the user clicked on
| image_input [Eliom_content.Html5.F] |
Creates an <input type="image" name="..."> tag that sends the coordinates the user clicked on
| image_input [Eliom_mkforms.MakeForms] |
Creates an <input type="image" name="..."> tag that sends the coordinates the user clicked on
| in_onload [Eliom_client] |
true if the function is executed inside the loading phase
| int [Eliom_parameter] | |
| int32 [Eliom_parameter] | |
| int32_button [Eliom_content.Html5.D] |
Creates a <button> tag with int32 content
| int32_button [Eliom_content.Html5.F] |
Creates a <button> tag with int32 content
| int32_button [Eliom_mkforms.MakeForms] |
Creates a <button> tag with int32 content
| int32_checkbox [Eliom_content.Html5.D] |
Creates a checkbox <input> tag that will have an int32 value.
| int32_checkbox [Eliom_content.Html5.F] |
Creates a checkbox <input> tag that will have an int32 value.
| int32_checkbox [Eliom_mkforms.MakeForms] |
Creates a checkbox <input> tag that will have an int32 value.
| int32_coordinates [Eliom_parameter] | |
| int32_image_input [Eliom_content.Html5.D] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int32
| int32_image_input [Eliom_content.Html5.F] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int32
| int32_image_input [Eliom_mkforms.MakeForms] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int32
| int32_input [Eliom_content.Html5.D] |
Creates an <input> tag for an integer
| int32_input [Eliom_content.Html5.F] |
Creates an <input> tag for an integer
| int32_input [Eliom_mkforms.MakeForms] |
Creates an <input> tag for an integer
| int32_multiple_select [Eliom_content.Html5.D] |
Creates a <select> tag for int32 values.
| int32_multiple_select [Eliom_content.Html5.F] |
Creates a <select> tag for int32 values.
| int32_multiple_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for int32 values.
| int32_radio [Eliom_content.Html5.D] |
Creates a radio <input> tag with int32 content
| int32_radio [Eliom_content.Html5.F] |
Creates a radio <input> tag with int32 content
| int32_radio [Eliom_mkforms.MakeForms] |
Creates a radio <input> tag with int32 content
| int32_select [Eliom_content.Html5.D] |
Creates a <select> tag for int32 values.
| int32_select [Eliom_content.Html5.F] |
Creates a <select> tag for int32 values.
| int32_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for int32 values.
| int64 [Eliom_parameter] | |
| int64_button [Eliom_content.Html5.D] |
Creates a <button> tag with int64 content
| int64_button [Eliom_content.Html5.F] |
Creates a <button> tag with int64 content
| int64_button [Eliom_mkforms.MakeForms] |
Creates a <button> tag with int64 content
| int64_checkbox [Eliom_content.Html5.D] |
Creates a checkbox <input> tag that will have an int64 value.
| int64_checkbox [Eliom_content.Html5.F] |
Creates a checkbox <input> tag that will have an int64 value.
| int64_checkbox [Eliom_mkforms.MakeForms] |
Creates a checkbox <input> tag that will have an int64 value.
| int64_coordinates [Eliom_parameter] | |
| int64_image_input [Eliom_content.Html5.D] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int64
| int64_image_input [Eliom_content.Html5.F] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int64
| int64_image_input [Eliom_mkforms.MakeForms] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int64
| int64_input [Eliom_content.Html5.D] |
Creates an <input> tag for an integer
| int64_input [Eliom_content.Html5.F] |
Creates an <input> tag for an integer
| int64_input [Eliom_mkforms.MakeForms] |
Creates an <input> tag for an integer
| int64_multiple_select [Eliom_content.Html5.D] |
Creates a <select> tag for int64 values.
| int64_multiple_select [Eliom_content.Html5.F] |
Creates a <select> tag for int64 values.
| int64_multiple_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for int64 values.
| int64_radio [Eliom_content.Html5.D] |
Creates a radio <input> tag with int64 content
| int64_radio [Eliom_content.Html5.F] |
Creates a radio <input> tag with int64 content
| int64_radio [Eliom_mkforms.MakeForms] |
Creates a radio <input> tag with int64 content
| int64_select [Eliom_content.Html5.D] |
Creates a <select> tag for int64 values.
| int64_select [Eliom_content.Html5.F] |
Creates a <select> tag for int64 values.
| int64_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for int64 values.
| int_button [Eliom_content.Html5.D] |
Creates a <button> tag with int content
| int_button [Eliom_content.Html5.F] |
Creates a <button> tag with int content
| int_button [Eliom_mkforms.MakeForms] |
Creates a <button> tag with int content
| int_checkbox [Eliom_content.Html5.D] |
Creates a checkbox <input> tag that will have an int value.
| int_checkbox [Eliom_content.Html5.F] |
Creates a checkbox <input> tag that will have an int value.
| int_checkbox [Eliom_mkforms.MakeForms] |
Creates a checkbox <input> tag that will have an int value.
| int_coordinates [Eliom_parameter] | |
| int_image_input [Eliom_content.Html5.D] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int
| int_image_input [Eliom_content.Html5.F] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int
| int_image_input [Eliom_mkforms.MakeForms] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type int
| int_input [Eliom_content.Html5.D] |
Creates an <input> tag for an integer
| int_input [Eliom_content.Html5.F] |
Creates an <input> tag for an integer
| int_input [Eliom_mkforms.MakeForms] |
Creates an <input> tag for an integer
| int_multiple_select [Eliom_content.Html5.D] |
Creates a <select> tag for int values.
| int_multiple_select [Eliom_content.Html5.F] |
Creates a <select> tag for int values.
| int_multiple_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for int values.
| int_radio [Eliom_content.Html5.D] |
Creates a radio <input> tag with int content
| int_radio [Eliom_content.Html5.F] |
Creates a radio <input> tag with int content
| int_radio [Eliom_mkforms.MakeForms] |
Creates a radio <input> tag with int content
| int_select [Eliom_content.Html5.D] |
Creates a <select> tag for int values.
| int_select [Eliom_content.Html5.F] |
Creates a <select> tag for int values.
| int_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for int values.
| is_active [Eliom_comet] |
is_active () returns the current activity state
J | |
| js_script [Eliom_content.Html5.D] |
The function js_script ~uri () creates a <script> node that reference a javascript file.
| js_script [Eliom_content.Html5.F] |
The function js_script ~uri () creates a <script> node that reference a javascript file.
| js_script [Eliom_mkforms.MakeForms] |
The function js_script ~uri () creates a <script> node that reference a javascript file.
Same as Eliom_content.Html5.D.get_form but taking a cooperative function for <form> content generation.
| lwt_get_form [Eliom_content.Html5.F] |
Same as Eliom_content.Html5.F.get_form but taking a cooperative function for <form> content generation.
| lwt_get_form [Eliom_mkforms.MakeForms] |
Same as get_form but taking a cooperative function for <form> content generation.
| lwt_ignore [Eliom_lib] | |
| lwt_post_form [Eliom_content.Html5.D] |
Same as Eliom_content.Html5.D.post_form but taking a cooperative function for <form> content generation.
| lwt_post_form [Eliom_content.Html5.F] |
Same as Eliom_content.Html5.F.post_form but taking a cooperative function for <form> content generation.
| lwt_post_form [Eliom_mkforms.MakeForms] |
Same as post_form but taking a cooperative function for <form> content generation.
Same a Eliom_content.Html5.D.make_uri_components, but also returns a list of post parameters.
| make_post_uri_components [Eliom_content.Html5.F] |
Same a Eliom_content.Html5.F.make_uri_components, but also returns a list of post parameters.
| make_post_uri_components [Eliom_mkforms.MakeForms] |
Same a make_uri_components, but also returns a list of post parameters.
| make_post_uri_components [Eliom_uri] |
Same a Eliom_uri.make_uri_components, but also returns a table of post parameters.
| make_select [Eliom_mkforms.FORMS_PARAM] | |
| make_string_uri [Eliom_content.Html5.D] |
The function make_string_uri service get_params returns the URL of the of the service service applied to the GET parameters get_params.
| make_string_uri [Eliom_content.Html5.F] |
The function make_string_uri service get_params returns the URL of the of the service service applied to the GET parameters get_params.
| make_string_uri [Eliom_mkforms.MakeForms] |
The function make_string_uri service get_params returns the URL of the of the service service applied to the GET parameters get_params.
| make_string_uri [Eliom_uri] |
The function make_string_uri ~service get_params creates the string corresponding to the URL of the service service applied to the GET parameters get_params.
| make_string_uri_from_components [Eliom_uri] |
The function make_string_uri_from_components path get_params fragment build the corresponding string URL.
| make_textarea [Eliom_mkforms.FORMS_PARAM] | |
| make_uri [Eliom_content.Html5.D] |
The function make_uri service get_params returns the URL of the service service applied to the GET parameters get_params.
| make_uri [Eliom_content.Html5.F] |
The function make_uri service get_params returns the URL of the service service applied to the GET parameters get_params.
| make_uri [Eliom_mkforms.MakeForms] |
The function make_uri service get_params returns the URL of the service service applied to the GET parameters get_params.
| make_uri_components [Eliom_content.Html5.D] |
The function make_uri_components service get_params returns the a triplet (path, get_params, fragment) that is a decomposition of the URL for the service service applied to the GET parameters get_params.
| make_uri_components [Eliom_content.Html5.F] |
The function make_uri_components service get_params returns the a triplet (path, get_params, fragment) that is a decomposition of the URL for the service service applied to the GET parameters get_params.
| make_uri_components [Eliom_mkforms.MakeForms] |
The function make_uri_components service get_params returns the a triplet (path, get_params, fragment) that is a decomposition of the URL for the service service applied to the GET parameters get_params.
| make_uri_components [Eliom_uri] |
The function make_uri_components service get_params returns the a triplet (path, get_params, fragment) that is a decomposition of the URL of service applied to the GET parameters get_params.
Creates a new configuration with default value.
| new_elt_id [Eliom_content_core.Html5.Id] |
The function new_elt_id () creates a new HTML5 element identifier.
| new_elt_id [Eliom_content_core.Svg.Id] |
See Eliom_content.Html5.Id.new_elt_id
register a function to be called on page change
| opacity [Eliom_content.Html5.Manip.SetCss] | |
| opacity [Eliom_content.Html5.Manip.Css] | |
| opt [Eliom_parameter] | |
| original_stream [Eliom_bus] |
stream b returns the stream of datas sent to bus b.
The function post_form service formgen get_params creates a POST <form> to service preapplied to the GET parameters get_params.
| post_form [Eliom_content.Html5.F] |
The function post_form service formgen get_params creates a POST <form> to service preapplied to the GET parameters get_params.
| post_form [Eliom_mkforms.MakeForms] |
The function post_form service formgen get_params creates a POST <form> to service preapplied to the GET parameters get_params.
| prod [Eliom_parameter] | |
R | |
| radio [Eliom_mkforms.FORMS_PARAM] | |
| radio [Eliom_parameter] | |
| raw_button [Eliom_content.Html5.D] |
Creates a <button> tag with untyped string content
| raw_button [Eliom_content.Html5.F] |
Creates a <button> tag with untyped string content
| raw_button [Eliom_mkforms.MakeForms] |
Creates a <button> tag with untyped string content
| raw_checkbox [Eliom_content.Html5.D] |
Creates a checkbox <input> tag with untyped content.
| raw_checkbox [Eliom_content.Html5.F] |
Creates a checkbox <input> tag with untyped content.
| raw_checkbox [Eliom_mkforms.MakeForms] |
Creates a checkbox <input> tag with untyped content.
| raw_image_input [Eliom_content.Html5.D] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and an untyped value
| raw_image_input [Eliom_content.Html5.F] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and an untyped value
| raw_image_input [Eliom_mkforms.MakeForms] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and an untyped value
| raw_input [Eliom_content.Html5.D] |
Creates an untyped <input> tag.
| raw_input [Eliom_content.Html5.F] |
Creates an untyped <input> tag.
| raw_input [Eliom_mkforms.MakeForms] |
Creates an untyped <input> tag.
| raw_multiple_select [Eliom_content.Html5.D] |
Creates a <select> tag for any (untyped) value.
| raw_multiple_select [Eliom_content.Html5.F] |
Creates a <select> tag for any (untyped) value.
| raw_multiple_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for any (untyped) value.
| raw_post_data [Eliom_parameter] | |
| raw_radio [Eliom_content.Html5.D] |
Creates a radio <input> tag with untyped string content (low level)
| raw_radio [Eliom_content.Html5.F] |
Creates a radio <input> tag with untyped string content (low level)
| raw_radio [Eliom_mkforms.MakeForms] |
Creates a radio <input> tag with untyped string content (low level)
| raw_select [Eliom_content.Html5.D] |
Creates a <select> tag for any (untyped) value.
| raw_select [Eliom_content.Html5.F] |
Creates a <select> tag for any (untyped) value.
| raw_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for any (untyped) value.
| raw_textarea [Eliom_content.Html5.D] |
Creates a <textarea> tag for untyped form
| raw_textarea [Eliom_content.Html5.F] |
Creates a <textarea> tag for untyped form
| raw_textarea [Eliom_mkforms.MakeForms] |
Creates a <textarea> tag for untyped form
| reconstruct_relative_url_path [Eliom_uri] |
The function reconstruct_relative_url_path src dest returns a path to dest that is relative to src.
| register_unwrapper [Eliom_unwrap] | |
| removeAllChild [Eliom_content.Html5.Manip.Named] |
see removeAllChild
| removeAllChild [Eliom_content.Html5.Manip] |
The function removeAllChild e1 removes e1 children.
| removeChild [Eliom_content.Html5.Manip.Named] |
see removeChild
| removeChild [Eliom_content.Html5.Manip] |
The function removeChild e1 e2 removes for e2 from the list of e1 children.
| remove_eols [Eliom_lib.String] | |
| remove_from_nlp [Eliom_parameter] | |
| replaceAllChild [Eliom_content.Html5.Manip.Named] |
see replaceAllChild
| replaceAllChild [Eliom_content.Html5.Manip] |
The function replaceAllChild e1 elts replaces all the children of e1 by elt.
| replaceChild [Eliom_content.Html5.Manip.Named] |
see replaceChild
| replaceChild [Eliom_content.Html5.Manip] |
The function replace e1 e2 e3 replaces for e2 by e3 in the list of e1 children.
| right [Eliom_content.Html5.Manip.SetCss] | |
| right [Eliom_content.Html5.Manip.Css] | |
S | |
| scrollIntoView [Eliom_content.Html5.Manip] |
The function scrollIntoView elt scroll the page to a position where elt is displayed at the top of the window.
| select_content_of_option [Eliom_mkforms.FORMS_PARAM] | |
| set [Eliom_parameter] | |
| set_active_until_timeout [Eliom_comet.Configuration] |
set_active_until_timeout c v sets the activity changing behaviour.
| set_always_active [Eliom_comet.Configuration] |
set_always_active c b if b is true, tells the client to always stay active.
| set_queue_size [Eliom_bus] |
To reduce traffic from the client busses try to send messages by group.
| set_time_before_flush [Eliom_bus] |
set_time_before_flush bus time set the maximum time to wait for a new message to enqueue before flushing.
| set_time_between_request [Eliom_comet.Configuration] |
after set_time_between_request t v, the main loop will wait for v seconds between two requests.
| set_timeout [Eliom_comet.Configuration] |
set_timeout c t tells the client to stay active at least t seconds when the application lose the focus.
| sp [Eliom_types_base] | |
| split_path [Eliom_lib.Url] | |
| static_dir [Eliom_service] |
The predefined service static_dir allows one to create links to static files.
| static_dir_with_params [Eliom_service] |
Like static_dir, but allows one to put GET parameters
| stream [Eliom_bus] |
stream b returns the stream of datas sent to bus b.
| string [Eliom_parameter] | |
| string_button [Eliom_content.Html5.D] |
Creates a <button> tag with string content
| string_button [Eliom_content.Html5.F] |
Creates a <button> tag with string content
| string_button [Eliom_mkforms.MakeForms] |
Creates a <button> tag with string content
| string_checkbox [Eliom_content.Html5.D] |
Creates a checkbox <input> tag that will have a string value.
| string_checkbox [Eliom_content.Html5.F] |
Creates a checkbox <input> tag that will have a string value.
| string_checkbox [Eliom_mkforms.MakeForms] |
Creates a checkbox <input> tag that will have a string value.
| string_coordinates [Eliom_parameter] | |
| string_image_input [Eliom_content.Html5.D] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type string
| string_image_input [Eliom_content.Html5.F] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type string
| string_image_input [Eliom_mkforms.MakeForms] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of type string
| string_input [Eliom_content.Html5.D] |
Creates an <input> tag for a string
| string_input [Eliom_content.Html5.F] |
Creates an <input> tag for a string
| string_input [Eliom_mkforms.MakeForms] |
Creates an <input> tag for a string
| string_multiple_select [Eliom_content.Html5.D] |
Creates a <select> tag for string values.
| string_multiple_select [Eliom_content.Html5.F] |
Creates a <select> tag for string values.
| string_multiple_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for string values.
| string_of_chan_id [Eliom_comet_base] | |
| string_of_nl_params_set [Eliom_parameter] | |
| string_of_param_name [Eliom_parameter] | |
| string_of_uri [Eliom_content_core.Xml] | |
| string_radio [Eliom_content.Html5.D] |
Creates a radio <input> tag with string content
| string_radio [Eliom_content.Html5.F] |
Creates a radio <input> tag with string content
| string_radio [Eliom_mkforms.MakeForms] |
Creates a radio <input> tag with string content
| string_select [Eliom_content.Html5.D] |
Creates a <select> tag for string values.
| string_select [Eliom_content.Html5.F] |
Creates a <select> tag for string values.
| string_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for string values.
Creates a <textarea> tag
| textarea [Eliom_content.Html5.F] |
Creates a <textarea> tag
| textarea [Eliom_mkforms.MakeForms] |
Creates a <textarea> tag
| to_json [Eliom_lib] | |
| top [Eliom_content.Html5.Manip.SetCss] | |
| top [Eliom_content.Html5.Manip.Css] | |
U | |
| unit [Eliom_parameter] | |
| unmarshal_js_var [Eliom_lib] | |
| unwrap [Eliom_unwrap] |
unwrap s i unmarshal s (starting at character i) and transform the value v using registered wrappers.
| unwrap_js_var [Eliom_unwrap] |
unwrap_js_var v execute unwrap on the content of the javascript variable v
| uri_of_fun [Eliom_content_core.Xml] | |
| uri_of_string [Eliom_content.Html5.D] |
The function uri_of_string f returns a URI whose content is equivalent to f ().
| uri_of_string [Eliom_content.Html5.F] |
The function uri_of_string f returns a URI whose content is equivalent to f ().
| uri_of_string [Eliom_content_core.Xml] | |
| uri_of_string [Eliom_mkforms.FORMS_PARAM] | |
| uri_of_string [Eliom_mkforms.MakeForms] |
The function uri_of_string f returns a URI whose content is equivalent to f ().
| user_type [Eliom_parameter] | |
| user_type_button [Eliom_content.Html5.D] |
Creates a <button> tag with user_type content
| user_type_button [Eliom_content.Html5.F] |
Creates a <button> tag with user_type content
| user_type_button [Eliom_mkforms.MakeForms] |
Creates a <button> tag with user_type content
| user_type_checkbox [Eliom_content.Html5.D] |
Creates a checkbox <input> tag that will have a "user type" value.
| user_type_checkbox [Eliom_content.Html5.F] |
Creates a checkbox <input> tag that will have a "user type" value.
| user_type_checkbox [Eliom_mkforms.MakeForms] |
Creates a checkbox <input> tag that will have a "user type" value.
| user_type_coordinates [Eliom_parameter] | |
| user_type_image_input [Eliom_content.Html5.D] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of user defined type
| user_type_image_input [Eliom_content.Html5.F] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of user defined type
| user_type_image_input [Eliom_mkforms.MakeForms] |
Creates an <input type="image" name="..." value="..."> tag that sends the coordinates the user clicked on and a value of user defined type
| user_type_input [Eliom_content.Html5.D] |
Creates an <input> tag for a user type
| user_type_input [Eliom_content.Html5.F] |
Creates an <input> tag for a user type
| user_type_input [Eliom_mkforms.MakeForms] |
Creates an <input> tag for a user type
| user_type_multiple_select [Eliom_content.Html5.D] |
Creates a <select> tag for user type values.
| user_type_multiple_select [Eliom_content.Html5.F] |
Creates a <select> tag for user type values.
| user_type_multiple_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for user type values.
| user_type_radio [Eliom_content.Html5.D] |
Creates a radio <input> tag with user_type content
| user_type_radio [Eliom_content.Html5.F] |
Creates a radio <input> tag with user_type content
| user_type_radio [Eliom_mkforms.MakeForms] |
Creates a radio <input> tag with user_type content
| user_type_select [Eliom_content.Html5.D] |
Creates a <select> tag for user type values.
| user_type_select [Eliom_content.Html5.F] |
Creates a <select> tag for user type values.
| user_type_select [Eliom_mkforms.MakeForms] |
Creates a <select> tag for user type values.
Void non-attached coservices
| void_hidden_coservice' [Eliom_service] |
The same, but forcing https.
W | |
| wait_load_end [Eliom_client] |
wait for the loading phase to terminate
Loads an Eliom service in a window (cf.
| wordSpacing [Eliom_content.Html5.Manip.SetCss] | |
| wordSpacing [Eliom_content.Html5.Manip.Css] | |
| wrap_param_type [Eliom_parameter] | |
| write [Eliom_bus] |
write b v send v to the bus b.
Z | |
| zIndex [Eliom_content.Html5.Manip.SetCss] | |
| zIndex [Eliom_content.Html5.Manip.Css] |
