/*
* Created by PyramIDE.
* User: フランスのトトロ
* Date: 07/12/2014
* Time: 17:12
* © Calexium
*/
read tools/basis.anubis
read calexium_lib/web/CXM_common.anubis
read calexium_lib/web/CXM_making_a_web_site.anubis
//public type HTML_Off_Form:...
public define HTML_Off_Form
html_tooltip
(
String title,
String keyword,
) =
literal("").
actioner(same,same, link([id("help_" + keyword), class("jTip jTip_help"), attr("target", "_blank")], " ", success(title)), "ajax_show_tooltip", [("tooltip_id", keyword)], []).
public define HTML_Off_Form
html_tooltip
(
String title,
String keyword,
Int width,
) =
literal("").
actioner(same,same, link([id("help_" + keyword), class("jTip jTip_help"), attr("target", "_blank")], " ", success(title)), "ajax_show_tooltip", [("tooltip_id", keyword), ("width", to_decimal(width))], []).
public define HTML_In_Form
html_tooltip
(
String title,
String keyword,
) =
literal("").
actioner(same,same, link([id("help_" + keyword), class("jTip jTip_help"), attr("target", "_blank")], " ", success(title)), "ajax_show_tooltip", [("tooltip_id", keyword)], []).
public define HTML_In_Form
html_tooltip
(
String title,
String keyword,
Int width,
) =
literal("").
actioner(same,same, link([id("help_" + keyword), class("jTip jTip_help"), attr("target", "_blank")], " ", success(title)), "ajax_show_tooltip", [("tooltip_id", keyword), ("width", to_decimal(width))], []).
public define HTML_Off_Form
html_tooltip_ext
(
String title,
String keyword,
String class_suffix
) =
actioner(same,same, link([id("help_" + keyword), class("jTip jTip_"+class_suffix), attr("target", "_blank")], " ", success(title)), "ajax_show_tooltip", [("tooltip_ext", keyword)], []).
public define HTML_Off_Form
html_tooltip_ext
(
String title,
String keyword,
String class_suffix,
List((String, String)) ext_args
) =
with extra_args = format_extra_operands(ext_args),
literal("").
actioner(same,same, link([id("help_" + keyword), class("jTip jTip_"+class_suffix), attr("target", "_blank")], " ", success(title)), "ajax_show_tooltip", [("tooltip_ext", keyword)] + ext_args, []).
public define HTML_In_Form
html_tooltip_ext
(
String title,
String keyword,
String class_suffix
) =
actioner(same,same, link([id("help_" + keyword), class("jTipu jTip_"+class_suffix), attr("target", "_blank")], " ", success(title)), "ajax_show_tooltip", [("tooltip_ext", keyword)], []).
public define HTML_In_Form
html_tooltip_ext
(
String title,
String keyword,
String class_suffix,
List((String, String)) ext_args
) =
with extra_args = format_extra_operands(ext_args),
literal("").
public define HTML_In_Form
html_tooltip_ext
(
String title,
String extend_type,
String class_suffix,
List((String, String)) ext_args
) =
with extra_args = format_extra_operands(ext_args),
literal("").
href=\"/?a=ajax_show_tooltip&tooltip_id="+keyword+"\" id=\"help_"+keyword+HELP_HMS_MODE" class="jTip jTip_help" target="_blank" name="Aide sur la fonctionnalité 'No Limit'"> ").
actioner(same,same, link([id("help_" + keyword), class("jTip jTip_"+class_suffix), attr("target", "_blank")], " ", success(title)), "ajax_show_tooltip", [("tooltip_ext", keyword)] + ext_args, []).