-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibex_html_functions_.h
More file actions
executable file
·41 lines (35 loc) · 2.21 KB
/
Copy pathlibex_html_functions_.h
File metadata and controls
executable file
·41 lines (35 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* -------------------------------------------------------------------------- */
/* (c) ali@balarabe.com [libex_html_functions_.h] */
/* -------------------------------------------------------------------------- */
#if !defined INCLUDED_LIBEX_HTML_FUNCTIONS__H
#define INCLUDED_LIBEX_HTML_FUNCTIONS__H
#include "libex_html_functions.h"
/* -------------------------------------------------------------------------- */
/* Functions: Public */
#define html_meta_content_type lx_html_meta_content_type
/* -------------------------------------------------------------------------- */
/* Functions: Public Allocating */
#define html_button_back lx_html_button_back
#define html_button_cancel_form_js lx_html_button_cancel_form_js
#define html_button_home lx_html_button_home
#define html_button_print lx_html_button_print
#define html_button_save_form_js lx_html_button_save_form_js
#define html_field_checkbox lx_html_field_checkbox
#define html_field_date lx_html_field_date
#define html_field_date_time lx_html_field_date_time
#define html_field_int lx_html_field_int
#define html_field_money lx_html_field_money
#define html_field_real lx_html_field_real
#define html_field_select lx_html_field_select
#define html_field_select_uae lx_html_field_select_uae
#define html_field_text lx_html_field_text
#define html_field_text_list lx_html_field_text_list
#define html_header lx_html_header
#define html_link lx_html_link
#define html_option lx_html_option
#define html_script lx_html_script
#define html_style lx_html_style
#define html_table_head lx_html_table_head
#define html_table_row lx_html_table_row
#define html_title lx_html_title
#endif /*eof*/