To summerize the difference, the Lite version is a trimmed down version and only the essentials are included to keep the components and other plugins functional. The following are NOT included in the the Lite version:
Script File Size (not including images or CSS since both versions use the same):
Below is a list of all the documented methods in the NoGray JavaScript Library. You can review which are included in the Lite version.
Name |
Full? |
Lite? |
---|
Introduction |
 |  |
What's New |
 |  |
Update 1.2.2 |
 |  |
Update 1.2.1 |
 |  |
Previous Release 1.1.0 |
 |  |
Patch 1.1.5 |
 |  |
Patch 1.1.4 |
 |  |
Patch 1.1.3 |
 |  |
Patch 1.1.2 |
 |  |
Patch 1.1.1 |
 |  |
Configuration |
 |  |
Changing Values Globally |
 |  |
Changing Values Locally |
 |  |
PlugIns & Components |
---|
|
Calendar |
 |  |
More Examples |
 |  |
Selection |
---|
|
ng.Calendar.select_date (date) |
 |  |
ng.Calendar.get_selected_date () |
 |  |
ng.Calendar.get_last_selected_date () |
 |  |
ng.Calendar.get_first_selected_date () |
 |  |
ng.Calendar.unselect_date (date) |
 |  |
ng.Calendar.clear_selection () |
 |  |
Inspection |
---|
|
ng.Calendar.is_selectable (date) |
 |  |
ng.Calendar.is_out_of_range (date) |
 |  |
ng.Calendar.is_date_off (date) |
 |  |
ng.Calendar.is_day_off (date) |
 |  |
ng.Calendar.is_weekend (date) |
 |  |
ng.Calendar.is_range_off (date) |
 |  |
ng.Calendar.is_selected (date) |
 |  |
ng.Calendar.is_month_visible (date) |
 |  |
ng.Calendar.update_calendar (date) |
 |  |
Utilities |
---|
|
ng.Calendar.process_date (date, use_date) |
 |  |
ng.Calendar.set_formatter (formatter) |
 |  |
ng.Calendar.get_formatter () |
 |  |
ng.Calendar.set_out_of_range_formatter (out_of_range_formatter) |
 |  |
ng.Calendar.get_out_of_range_formatter () |
 |  |
ng.Calendar.set_other_month_formatter (other_month_formatter) |
 |  |
ng.Calendar.get_other_month_formatter () |
 |  |
ng.Calendar.set_date_format (format) |
 |  |
ng.Calendar.get_date_format () |
 |  |
ng.Calendar.set_server_date_format (format) |
 |  |
ng.Calendar.get_server_date_format () |
 |  |
ng.Calendar.set_num_months (num) |
 |  |
ng.Calendar.get_num_months () |
 |  |
ng.Calendar.set_num_col (num) |
 |  |
ng.Calendar.get_num_col () |
 |  |
ng.Calendar.set_start_day (day) |
 |  |
ng.Calendar.get_start_day () |
 |  |
ng.Calendar.set_start_date (date) |
 |  |
ng.Calendar.get_start_date () |
 |  |
ng.Calendar.set_display_date (date) |
 |  |
ng.Calendar.get_display_date () |
 |  |
ng.Calendar.set_end_date (date) |
 |  |
ng.Calendar.set_date_on_avaliable (obj) |
 |  |
ng.Calendar.get_date_on_avaliable () |
 |  |
ng.Calendar.set_allow_selection (allow_selection) |
 |  |
ng.Calendar.get_allow_selection () |
 |  |
ng.Calendar.set_multi_selection (multi_selection) |
 |  |
ng.Calendar.get_multi_selection () |
 |  |
ng.Calendar.set_max_selection (max) |
 |  |
ng.Calendar.get_max_selection () |
 |  |
ng.Calendar.set_dates_off (dates_off) |
 |  |
ng.Calendar.get_dates_off () |
 |  |
ng.Calendar.set_allow_dates_off_selection (allow) |
 |  |
ng.Calendar.get_allow_dates_off_selection () |
 |  |
ng.Calendar.set_dates_off_formatter (formatter) |
 |  |
ng.Calendar.set_days_off (days_off) |
 |  |
ng.Calendar.get_days_off () |
 |  |
ng.Calendar.set_allow_days_off_selection (allow) |
 |  |
ng.Calendar.get_allow_days_off_selection () |
 |  |
ng.Calendar.set_days_off_formatter (formatter) |
 |  |
ng.Calendar.set_range_off (range_off) |
 |  |
ng.Calendar.get_range_off () |
 |  |
ng.Calendar.set_allow_range_off_selection (allow) |
 |  |
ng.Calendar.get_allow_range_off_selection () |
 |  |
ng.Calendar.set_range_off_formatter (formatter) |
 |  |
ng.Calendar.set_weekend (weekend) |
 |  |
ng.Calendar.get_weekend () |
 |  |
ng.Calendar.set_allow_weekend_selection (allow) |
 |  |
ng.Calendar.get_allow_weekend_selection () |
 |  |
ng.Calendar.set_weekend_formatter (formatter) |
 |  |
ng.Calendar.set_force_selections (force_selections) |
 |  |
ng.Calendar.get_force_selections () |
 |  |
ng.Calendar.set_days_text (days_text) |
 |  |
ng.Calendar.get_days_text () |
 |  |
ng.Calendar.set_months_text (month_text) |
 |  |
ng.Calendar.get_months_text () |
 |  |
ng.Calendar.set_header_format (format) |
 |  |
ng.Calendar.get_header_format () |
 |  |
ng.Calendar.set_close_on_select (close) |
 |  |
ng.Calendar.get_close_on_select () |
 |  |
TimePicker |
 |  |
ng.TimePicker.select_time (time) |
 |  |
ng.TimePicker.unselect_time () |
 |  |
ng.TimePicker.is_time_off (time) |
 |  |
TimePicker.is_out_off_range |
 |  |
ng.TimePicker.get_value () |
 |  |
|
ng.TimePicker.set_start (time) |
 |  |
ng.TimePicker.get_start () |
 |  |
ng.TimePicker.set_end (time) |
 |  |
ng.TimePicker.get_end () |
 |  |
ng.TimePicker.set_top_hour (hour) |
 |  |
ng.TimePicker.get_top_hour () |
 |  |
ng.TimePicker.set_range_off (range_off) |
 |  |
ng.TimePicker.get_range_off () |
 |  |
ng.TimePicker.set_format (format) |
 |  |
ng.TimePicker.get_format () |
 |  |
ng.TimePicker.set_server_format (format) |
 |  |
ng.TimePicker.get_server_format () |
 |  |
ng.TimePicker.set_radius (radius) |
 |  |
ng.TimePicker.get_radius () |
 |  |
ng.TimePicker.set_sun (html) |
 |  |
ng.TimePicker.get_sun () |
 |  |
ng.TimePicker.set_moon (html) |
 |  |
ng.TimePicker.get_moon () |
 |  |
ng.TimePicker.set_always_simple (simple) |
 |  |
ng.TimePicker.get_always_simple () |
 |  |
ng.TimePicker.set_close_on_select (close_on_select) |
 |  |
ng.TimePicker.get_close_on_select () |
 |  |
ng.TimePicker.set_use24 (use24) |
 |  |
ng.TimePicker.get_use24 () |
 |  |
Slider |
 |  |
ng.Slider.get_value () |
 |  |
ng.Slider.set_width (width) |
 |  |
ng.Slider.get_width () |
 |  |
ng.Slider.set_height (height) |
 |  |
ng.Slider.get_height () |
 |  |
ng.Slider.set_start (start) |
 |  |
ng.Slider.get_start () |
 |  |
ng.Slider.set_end (end) |
 |  |
ng.Slider.get_end () |
 |  |
ng.Slider.set_step (step) |
 |  |
ng.Slider.get_step () |
 |  |
ng.Slider.set_range_off (range_off) |
 |  |
ng.Slider.get_range_off () |
 |  |
ng.Slider.set_value (value) |
 |  |
ColorPicker |
 |  |
ng.ColorPicker.select_color (color) |
 |  |
ng.ColorPicker.unselect_color () |
 |  |
ng.ColorPicker.get_value () |
 |  |
ng.ColorPicker.set_current_color (color) |
 |  |
ng.ColorPicker.get_current_color () |
 |  |
ng.ColorPicker.set_previous_color (color) |
 |  |
ng.ColorPicker.get_previous_color () |
 |  |
ng.ColorPicker.set_standard_colors (colors) |
 |  |
ng.ColorPicker.get_standard_colors () |
 |  |
ng.ColorPicker.set_close_on_select (close_on_select) |
 |  |
ng.ColorPicker.get_close_on_select () |
 |  |
ng.ColorPicker.set_opacity (opacity) |
 |  |
ng.ColorPicker.get_opacity () |
 |  |
AutoComplete |
 |  |
Custom Data Types |
 |  |
ng.AutoComplete.select_option (value) |
 |  |
ng.AutoComplete.get_selected () |
 |  |
ng.AutoComplete.get_first_selected () |
 |  |
ng.AutoComplete.get_last_selected () |
 |  |
ng.AutoComplete.select_step (step) |
 |  |
ng.AutoComplete.select_first_step () |
 |  |
ng.AutoComplete.select_current_step () |
 |  |
|
ng.AutoComplete.clear_focus () |
 |  |
ng.AutoComplete.step (step) |
 |  |
ng.AutoComplete.step_down () |
 |  |
ng.AutoComplete.step_up () |
 |  |
ng.AutoComplete.is_input_empty () |
 |  |
ng.AutoComplete.get_current_focus () |
 |  |
|
ng.AutoComplete.get_hidden_input () |
 |  |
ng.AutoComplete.get_txt_around_caret () |
 |  |
ng.AutoComplete.get_search_regexp () |
 |  |
ng.AutoComplete.set_src (src) |
 |  |
ng.AutoComplete.get_src () |
 |  |
ng.AutoComplete.set_minimum_length (Length) |
 |  |
ng.AutoComplete.get_minimum_length () |
 |  |
ng.AutoComplete.set_number_results (max) |
 |  |
ng.AutoComplete.get_number_results () |
 |  |
ng.AutoComplete.set_force_selection (force_selection) |
 |  |
ng.AutoComplete.get_force_selection () |
 |  |
ng.AutoComplete.set_remote_delay (delay) |
 |  |
ng.AutoComplete.get_remote_delay () |
 |  |
ng.AutoComplete.set_caption (caption) |
 |  |
ng.AutoComplete.get_caption () |
 |  |
ng.AutoComplete.set_multi_selection (multi_selection) |
 |  |
ng.AutoComplete.get_multi_selection () |
 |  |
ng.AutoComplete.set_multi_selection_holder (holder) |
 |  |
ng.AutoComplete.set_max_selection (max) |
 |  |
ng.AutoComplete.get_max_selection () |
 |  |
|
---|
|
PlugIn |
 |  |
ng.PlugIn.get_position () |
 |  |
ng.PlugIn.get_width () |
 |  |
ng.PlugIn.get_heigh () |
 |  |
ng.PlugIn.set_object (obj) |
 |  |
ng.PlugIn.get_object () |
 |  |
ng.PlugIn.make_id (txt) |
 |  |
ng.PlugIn.get_id () |
 |  |
ng.PlugIn.set_language (lang) |
 |  |
ng.PlugIn.get_language () |
 |  |
ng.PlugIn.remove () |
 |  |
ng.PlugIn.create_options (options, default) |
 |  |
ng.PlugIn.create_events () |
 |  |
ng.PlugIn.get (prop) |
 |  |
ng.PlugIn.set (prop, value) |
 |  |
Button |
 |  |
ng.Button.make (parent, position) |
 |  |
ng.Button.set_layout (layout) |
 |  |
ng.Button.get_layout () |
 |  |
ng.Button.disable () |
 |  |
ng.Button.enable () |
 |  |
ng.Button.is_disabled () |
 |  |
ng.Button.check () |
 |  |
ng.Button.uncheck () |
 |  |
ng.Button.is_checked () |
 |  |
ng.Button.set_value (val) |
 |  |
ng.Button.get_value () |
 |  |
ng.Button.set_text (txt) |
 |  |
ng.Button.get_text () |
 |  |
ng.Button.set_text_style (property, value) |
 |  |
ng.Button.set_text_styles (obj) |
 |  |
ng.Button.get_text_element () |
 |  |
ng.Button.hide_text () |
 |  |
ng.Button.show_text () |
 |  |
ng.Button.is_text_hidden () |
 |  |
ng.Button.set_text_length (length) |
 |  |
ng.Button.get_text_length () |
 |  |
ng.Button.set_width (width) |
 |  |
ng.Button.get_width () |
 |  |
ng.Button.set_icon (src) |
 |  |
ng.Button.get_icon () |
 |  |
ng.Button.get_icon_element () |
 |  |
ng.Button.hide_icon () |
 |  |
ng.Button.show_icon () |
 |  |
ng.Button.is_icon_hidden () |
 |  |
ng.Button.set_component (comp) |
 |  |
ng.Button.get_component () |
 |  |
ng.Button.get_component_element () |
 |  |
ng.Button.hide_component () |
 |  |
ng.Button.show_component () |
 |  |
ng.Button.is_component_hidden () |
 |  |
ng.Button.set_gloss (gloss) |
 |  |
ng.Button.get_gloss () |
 |  |
ng.Button.set_color (color) |
 |  |
ng.Button.get_color () |
 |  |
ng.Button.set_over_color (color) |
 |  |
ng.Button.get_over_color () |
 |  |
ng.Button.set_down_color (color) |
 |  |
ng.Button.get_down_color () |
 |  |
ng.Button.set_disable_color (color) |
 |  |
ng.Button.get_disable_color () |
 |  |
ng.Button.set_checked_color (color) |
 |  |
ng.Button.get_checked_color () |
 |  |
ng.Button.set_text_color (color) |
 |  |
ng.Button.get_text_color () |
 |  |
ng.Button.set_arrow_style (arrow_style) |
 |  |
ng.Button.get_arrow_style () |
 |  |
ng.Button.hide_borders () |
 |  |
ng.Button.show_borders () |
 |  |
ng.Button.hide_top () |
 |  |
ng.Button.show_top () |
 |  |
ng.Button.hide_bottom () |
 |  |
ng.Button.show_bottom () |
 |  |
ng.Button.hide_left () |
 |  |
ng.Button.show_left () |
 |  |
ng.Button.hide_right () |
 |  |
ng.Button.show_right () |
 |  |
ng.Button.set_count () |
 |  |
ng.Button.get_count () |
 |  |
ng.Button.set_link () |
 |  |
ng.Button.get_link () |
 |  |
Component |
 |  |
ng.Component.set () |
 |  |
ng.Component.set_parent (parent) |
 |  |
ng.Component.get_parent () |
 |  |
ng.Component.get_parents_components () |
 |  |
ng.Component.get_children_components () |
 |  |
ng.Component.set_html (html, append, eval_script) |
 |  |
ng.Component.get_html () |
 |  |
ng.Component.open () |
 |  |
ng.Component.close () |
 |  |
ng.Component.toggle () |
 |  |
ng.Component.reposition (obj) |
 |  |
ng.Component.get_content_div () |
 |  |
ng.Component.set_button_ui_class () |
 |  |
ng.Component.get_button_ui_class () |
 |  |
ng.Component.is_open () |
 |  |
ng.Component.is_close () |
 |  |
ng.Component.disable () |
 |  |
ng.Component.enable () |
 |  |
ng.Component.is_enabled () |
 |  |
ng.Component.is_disabled () |
 |  |
ng.Component.set_input (object) |
 |  |
ng.Component.get_input () |
 |  |
ng.Component.set_button (btn) |
 |  |
ng.Component.get_button () |
 |  |
ng.Component.set_placement (placement) |
 |  |
ng.Component.get_placement () |
 |  |
ng.Component.set_offset (offset) |
 |  |
ng.Component.get_offset () |
 |  |
ng.Component.set_visible (visible) |
 |  |
ng.Component.get_visible () |
 |  |
ng.Component.set_open_onfocus (open_focus) |
 |  |
ng.Component.get_open_onfocus () |
 |  |
ng.Component.set_open_onclick (open_click) |
 |  |
ng.Component.get_open_onclick () |
 |  |
ng.Component.get_input_html () |
 |  |
UI & Layout |
---|
|
ProgressBar |
 |  |
ng.ProgressBar.make (parent, position) |
 |  |
ng.ProgressBar.hide () |
 |  |
ng.ProgressBar.show () |
 |  |
ng.ProgressBar.is_hidden () |
 |  |
ng.ProgressBar.overlap (elm) |
 |  |
ng.ProgressBar.resize () |
 |  |
ng.ProgressBar.set_value (value) |
 |  |
ng.ProgressBar.get_value () |
 |  |
ng.ProgressBar.set_indeterminate_text (txt) |
 |  |
ng.ProgressBar.get_indeterminate_text () |
 |  |
ng.ProgressBar.set_complete_text (txt) |
 |  |
ng.ProgressBar.get_complete_text () |
 |  |
ng.ProgressBar.set_complete_class (classname) |
 |  |
ng.ProgressBar.get_complete_class () |
 |  |
]ProgressBar.set_hide_text |
 |  |
ng.ProgressBar.get_hide_text () |
 |  |
ng.ProgressBar.set_color (bg, txt) |
 |  |
ng.ProgressBar.set_bg_color (clr) |
 |  |
ng.ProgressBar.get_bg_color () |
 |  |
ng.ProgressBar.set_text_color (clr) |
 |  |
ng.ProgressBar.get_text_color () |
 |  |
ng.ProgressBar.set_body_overlay (overlay) |
 |  |
ng.ProgressBar.get_body_overlay () |
 |  |
Sortable |
 |  |
ng.Sortable.get_children_list (prnt, skip) |
 |  |
ng.Sortable.get_sort_elements (skip) |
 |  |
ng.Sortable.get_pre_element (elm) |
 |  |
ng.Sortable.get_next_element (elm) |
 |  |
ng.Sortable.get_parent_element (elm) |
 |  |
ng.Sortable.is_first_in_group (elm) |
 |  |
ng.Sortable.is_last_in_group (elm) |
 |  |
ng.Sortable.get_sub_list (elm) |
 |  |
ng.Sortable.add_drop_target (targets) |
 |  |
ng.Sortable.remove_drop_target (targets) |
 |  |
ng.Sortable.get_targets () |
 |  |
ng.Sortable.append_to_target (elm, target) |
 |  |
ng.Sortable.move (elm, target, position, depth) |
 |  |
ng.Sortable.move_up (elm) |
 |  |
ng.Sortable.move_down (elm) |
 |  |
ng.Sortable.indent (elm, depth) |
 |  |
ng.Sortable.get_value (all_targets) |
 |  |
ng.Sortable.set_sort_var (sort_val) |
 |  |
ng.Sortable.get_sort_var () |
 |  |
ng.Sortable.set_depth (depth) |
 |  |
ng.Sortable.get_depth () |
 |  |
ng.Sortable.can_sort (elm) |
 |  |
ng.Sortable.set_can_sort (cn_srt) |
 |  |
ng.Sortable.get_can_sort () |
 |  |
ng.Sortable.disable () |
 |  |
ng.Sortable.enable () |
 |  |
ng.Sortable.is_disabled () |
 |  |
ng.Sortable.is_enabled () |
 |  |
ng.Sortable.to_json (all_targets) |
 |  |
Accordion |
 |  |
Content Types |
 |  |
ng.Accordion.add_tab (btn, cnt, pos) |
 |  |
ng.Accordion.remove_tab (num) |
 |  |
ng.Accordion.get_num_tabs () |
 |  |
ng.Accordion.tab_from_number (num) |
 |  |
ng.Accordion.number_from_tab (id) |
 |  |
ng.Accordion.button_from_number (num) |
 |  |
ng.Accordion.number_from_button (btn) |
 |  |
ng.Accordion.get_tab_height (num) |
 |  |
ng.Accordion.toggle_tab (num) |
 |  |
ng.Accordion.open (num) |
 |  |
ng.Accordion.close (num) |
 |  |
ng.Accordion.is_open (num) |
 |  |
ng.Accordion.is_close (num) |
 |  |
ng.Accordion.get_open_tabs () |
 |  |
ng.Accordion.get_close_tabs () |
 |  |
ng.Accordion.resize () |
 |  |
ng.Accordion.show_loading (num, value) |
 |  |
ng.Accordion.hide_loading (num) |
 |  |
ng.Accordion.set_keep_open (keep_open) |
 |  |
ng.Accordion.get_keep_open () |
 |  |
ng.Accordion.set_multi_open (multi_open) |
 |  |
ng.Accordion.get_multi_open () |
 |  |
ng.Accordion.set_max_height (max_height) |
 |  |
ng.Accordion.get_max_height () |
 |  |
ng.Accordion.set_can_sort (can_sort) |
 |  |
ng.Accordion.get_can_sort () |
 |  |
ng.Accordion.get_sortable () |
 |  |
ng.Accordion.disable (num) |
 |  |
ng.Accordion.enable (num) |
 |  |
ng.Accordion.is_disabled (num) |
 |  |
ng.Accordion.is_enabled (num) |
 |  |
UI |
 |  |
ng.UI.add_to_ini (cls, func) |
 |  |
ng.UI.common_ini (elm, klass) |
 |  |
ng.UI.ini () |
 |  |
NG Core Objects and Classes |
---|
|
Core |
 |  |
ng.get (obj) |
 |  |
ng.create (tag, properties) |
 |  |
ng.ready (func) |
 |  |
|
ng.on_ready (id, func) |
 |  |
ng.hold_html (ng.hold_html) |
 |  |
ng.browser |
 |  |
ng.defined (obj) |
 |  |
ng.type (obj) |
 |  |
ng.random (start, end, not_in) |
 |  |
ng.random_id (str) |
 |  |
ng.extend (ObjA, ObjB) |
 |  |
ng.extend_proto (objA, ObjB) |
 |  |
ng.extend_event (evt) |
 |  |
ng.eval (code) |
 |  |
ng.include_script (src) |
 |  |
ng.get_xhr () |
 |  |
ng.eval_json (json, secure) |
 |  |
ng.make_query (obj) |
 |  |
ng.make_json (obj) |
 |  |
ng.array (obj, separator) |
 |  |
ng.deselect_text () |
 |  |
|
ng.obj_each (obj, func, bind, args) |
 |  |
ng.obj_merge (orig_obj, new_obj) |
 |  |
ng.obj_clone (obj) |
 |  |
ng.html5_options (id) |
 |  |
ng.map_html5_prop (type, obj) |
 |  |
Element |
 |  |
CSS & Styles |
---|
|
ng.Element.get_style (property) |
 |  |
ng.Element.get_styles (properties) |
 |  |
ng.Element.set_style (property, value) |
 |  |
ng.Element.set_styles (obj) |
 |  |
ng.Element.set_transform (property, value) |
 |  |
ng.Element.get_transform (property) |
 |  |
ng.Element.transform () |
 |  |
ng.Element.set_ie_filter (filter, value) |
 |  |
ng.Element.set_opacity (percent) |
 |  |
ng.Element.get_opacity () |
 |  |
ng.Element.set_zoom (percent, zoom_margin, artificial) |
 |  |
ng.Element.get_zoom () |
 |  |
|
ng.Element.add_class (cls) |
 |  |
ng.Element.remove_class (cls) |
 |  |
ng.Element.has_class (cls) |
 |  |
ng.Element.toggle_class (cls1, cls2) |
 |  |
Ajax |
---|
|
ng.Element.ajax (url, ajax_obj) |
 |  |
ng.Element.abort_ajax () |
 |  |
Animation |
---|
|
ng.Element.animate (anim_obj, func) |
 |  |
ng.Element.fade_out (tm, func, obj) |
 |  |
ng.Element.fade_in (tm, func, obj) |
 |  |
ng.Element.pause_animation () |
 |  |
ng.Element.play_animation () |
 |  |
ng.Element.stop_animation () |
 |  |
ng.Element.reverse_animation (obj, func) |
 |  |
ng.Element.move_to (top, left, obj, func) |
 |  |
ng.Element.bezier_move (points, obj, func) |
 |  |
Drag & Drop |
---|
|
ng.Element.drag (drag_obj) |
 |  |
ng.Element.stop_drag () |
 |  |
ng.Element.start_drag () |
 |  |
ng.Element.can_drag () |
 |  |
ng.Element.set_drag_grid (grid) |
 |  |
ng.Element.get_drag_grid () |
 |  |
ng.Element.set_drag_left (left) |
 |  |
ng.Element.get_drag_left () |
 |  |
ng.Element.set_drag_top (top) |
 |  |
ng.Element.get_drag_top () |
 |  |
ng.Element.set_drag_style (style) |
 |  |
ng.Element.get_drag_style () |
 |  |
ng.Element.set_drag_opacity (opacity) |
 |  |
ng.Element.get_drag_opacity () |
 |  |
ng.Element.set_drag_zoom (zoom) |
 |  |
ng.Element.get_drag_zoom () |
 |  |
ng.Element.set_drag_on_top (on_top) |
 |  |
ng.Element.get_drag_on_top () |
 |  |
ng.Element.set_drag_container (element) |
 |  |
ng.Element.get_drag_container () |
 |  |
ng.Element.set_drag_offset (offset) |
 |  |
ng.Element.get_drag_offset () |
 |  |
ng.Element.set_drag_targets (targets) |
 |  |
ng.Element.get_drag_targets () |
 |  |
Position and Scroll |
---|
|
ng.Element.set_scroll (top, left) |
 |  |
ng.Element.get_scroll () |
 |  |
ng.Element.set_scroll_top (top) |
 |  |
ng.Element.get_scroll_top () |
 |  |
ng.Element.set_scroll_left (left) |
 |  |
ng.Element.get_scroll_left () |
 |  |
ng.Element.set_width (width) |
 |  |
ng.Element.get_width () |
 |  |
ng.Element.set_height (height) |
 |  |
ng.Element.get_height () |
 |  |
ng.Element.get_position () |
 |  |
Utilities |
---|
|
ng.Element.empty () |
 |  |
ng.Element.remove_element () |
 |  |
ng.Element.remove () |
 |  |
ng.Element.set (property, value) |
 |  |
ng.Element.get (property) |
 |  |
ng.Element.set_html (html, append, eval_script) |
 |  |
ng.Element.get_html () |
 |  |
ng.Element.append_element (elm, append) |
 |  |
ng.Element.replace (elm) |
 |  |
ng.Element.get_children (tag, func) |
 |  |
ng.Element.get_direct_children (tag, func) |
 |  |
ng.Element.get_children_by_class_name (cls, tag, func) |
 |  |
ng.Element.get_first_child () |
 |  |
ng.Element.get_last_child () |
 |  |
ng.Element.get_next_sibling () |
 |  |
ng.Element.get_previous_sibling () |
 |  |
ng.Element.get_parent () |
 |  |
ng.Element.is_child_of (elm) |
 |  |
ng.Element.clone_element (keep_children) |
 |  |
ng.Element.disable () |
 |  |
ng.Element.enable () |
 |  |
ng.Element.get_plugin () |
 |  |
XHR |
 |  |
ng.XHR.request (method, prcs_param) |
 |  |
ng.XHR.get (prcs_param) |
 |  |
ng.XHR.post (prcs_param) |
 |  |
ng.XHR.cancel () |
 |  |
ng.XHR.abort () |
 |  |
|
ng.XHR.set_url (url) |
 |  |
ng.XHR.get_url () |
 |  |
ng.XHR.set_param (param) |
 |  |
ng.XHR.get_param () |
 |  |
ng.XHR.set_async (async) |
 |  |
ng.XHR.get_async () |
 |  |
ng.XHR.set_encoding (encoding) |
 |  |
ng.XHR.get_encoding () |
 |  |
ng.XHR.set_eval_script () |
 |  |
ng.XHR.get_eval_script () |
 |  |
ng.XHR.set_timeout (timeout) |
 |  |
ng.XHR.get_timeout () |
 |  |
ng.XHR.set_cache (cache) |
 |  |
ng.XHR.get_cache () |
 |  |
ng.XHR.set_header (key, val) |
 |  |
ng.XHR.get_header (key) |
 |  |
ng.XHR.get_headers () |
 |  |
|
ng.XHR.submit_form (form) |
 |  |
ng.XHR.clear_header (key) |
 |  |
ng.XHR.get_status () |
 |  |
ng.XHR.get_status_text () |
 |  |
ng.XHR.get_object () |
 |  |
Events |
 |  |
ng.Events.add_event (evt, func) |
 |  |
ng.Events.add_events (obj) |
 |  |
ng.Events.remove_event (evt, func) |
 |  |
ng.Events.remove_events (obj) |
 |  |
ng.Events.clear_events (evt) |
 |  |
ng.Events.clear_all_events () |
 |  |
ng.Events.fire_event (evt_nm, args, evt) |
 |  |
Color |
 |  |
ng.Color.set_hsl (value) |
 |  |
ng.Color.get_hsl (alpha) |
 |  |
ng.Color.set_rgb (value) |
 |  |
ng.Color.get_rgb (alpha) |
 |  |
ng.Color.set_hex (value) |
 |  |
ng.Color.get_hex (alpha) |
 |  |
ng.Color.invert () |
 |  |
ng.Color.desaturate () |
 |  |
ng.Color.web_safe () |
 |  |
ng.Color.to_query () |
 |  |
ng.Color.to_json () |
 |  |
ng.Color.mix (mix_clr, percent) |
 |  |
ng.Color.get_luminance () |
 |  |
ng.Color.set_alpha (alpha) |
 |  |
Color.get_alpa |
 |  |
Animation |
 |  |
ng.Animation.play () |
 |  |
ng.Animation.pause () |
 |  |
ng.Animation.reverse () |
 |  |
ng.Animation.go_to (frame) |
 |  |
ng.Animation.stop () |
 |  |
ng.Animation.set_func (func) |
 |  |
ng.Animation.get_func () |
 |  |
ng.Animation.set_start (obj) |
 |  |
ng.Animation.get_start () |
 |  |
ng.Animation.set_end (obj) |
 |  |
ng.Animation.get_end () |
 |  |
ng.Animation.set_duration (tm) |
 |  |
ng.Animation.get_duration () |
 |  |
ng.Animation.set_easing (easing) |
 |  |
ng.Animation.get_easing () |
 |  |
ng.Animation.set_timeline () |
 |  |
ng.Animation.get_frame () |
 |  |
ng.Animation.set_fps (fps) |
 |  |
AnimationEasing |
 |  |
Utilities |
---|
|
Language |
 |  |
Adding a Language |
 |  |
|
ng.Language.load (file, lang) |
 |  |
ng.Language.set_language (lang, obj) |
 |  |
ng.Language.get_language (lang) |
 |  |
ng.Language.translate_numbers (str, lang) |
 |  |
ng.Language.numbers_to_english (str, lang) |
 |  |
ng.Language.date_to_english (dt_str, lang) |
 |  |
ng.Language.t (str, lang) |
 |  |
ng.Language.get_dir (lang) |
 |  |
Assets |
 |  |
ng.Assets.load (fle, onload) |
 |  |
ng.Assets.load_script (src, onload) |
 |  |
ng.Assets.load_style (src) |
 |  |
ng.Assets.load_image (src, onload) |
 |  |
ng.Assets.load_images (src_arr, onload, each_img) |
 |  |
InnerHtmlEvents |
 |  |
ng.InnerHtmlEvents.get_html () |
 |  |
ng.InnerHtmlEvents.remove () |
 |  |
Filter |
 |  |
ng.Filter.any (val) |
 |  |
ng.Filter.string (val, mx, lst_spc) |
 |  |
ng.Filter.number (val, mn, mx) |
 |  |
ng.Filter.integer (val, mn, mx) |
 |  |
ng.Filter.between (val, mn, mx) |
 |  |
ng.Filter.less_than (val, mx) |
 |  |
ng.Filter.greater_than (val, mn) |
 |  |
ng.Filter.date (val, mn_date, mx_date) |
 |  |
ng.Filter.date_between (val, mn_date, mx_date) |
 |  |
ng.Filter.date_greater_than (val, mn_date) |
 |  |
ng.Filter.date_less_than (val, mx_date) |
 |  |
ng.Filter.credit_card (val, type) |
 |  |
ng.Filter.cvv (val, mixed) |
 |  |
Validate |
 |  |
ng.Validate.any (val) |
 |  |
ng.Validate.text (val, length) |
 |  |
ng.Validate.max_text (val, max_len) |
 |  |
ng.Validate.text_between (val, min, max) |
 |  |
ng.Validate.text_equal (val, length) |
 |  |
ng.Validate.number (val) |
 |  |
ng.Validate.integer (val) |
 |  |
ng.Validate.between (val, min, max) |
 |  |
ng.Validate.greater_than (val, min) |
 |  |
ng.Validate.less_than (val, max) |
 |  |
ng.Validate.regexp (val, regex) |
 |  |
ng.Validate.email (val) |
 |  |
ng.Validate.url (val) |
 |  |
ng.Validate.us_zip (val) |
 |  |
ng.Validate.canada_zip (val) |
 |  |
ng.Validate.us_phone (val) |
 |  |
ng.Validate.date (val, mn_date, mx_dt) |
 |  |
ng.Validate.date_greater_than (val, mn_dt) |
 |  |
ng.Validate.date_less_than (val, mx_dt) |
 |  |
ng.Validate.credit_card (val, type) |
 |  |
ng.Validate.cvv (val, type) |
 |  |
Format |
 |  |
ng.Format.any (val) |
 |  |
ng.Format.number (val, dec, dec_pnt, thsnd_sep, round) |
 |  |
ng.Format.money (val, frmt, neg_regexp) |
 |  |
ng.Format.phone (val, frmt, trim) |
 |  |
ng.Format.us_zip (val) |
 |  |
ng.Format.canada_zip (val) |
 |  |
ng.Format.credit_card (val, sept) |
 |  |
ng.Format.credit_card_stars (val, len, star) |
 |  |
ng.Format.date (val, format, lang) |
 |  |
Native Objects |
---|
|
String |
 |  |
String.each (func, bind, args) |
 |  |
String.r_each (func, bind, args) |
 |  |
String.reverse () |
 |  |
String.cap_first_letter () |
 |  |
String.cap_first () |
 |  |
String.reverse_caps () |
 |  |
String.css_camel_case () |
 |  |
String.css_hyphenate () |
 |  |
String.shuffle () |
 |  |
String.substr_count (search, offset, length) |
 |  |
String.is_upper () |
 |  |
String.is_lower () |
 |  |
String.is_numeric () |
 |  |
String.to_int () |
 |  |
String.to_float () |
 |  |
String.to_query () |
 |  |
String.to_json () |
 |  |
String.strip_tags () |
 |  |
String.trim () |
 |  |
String.ltrim () |
 |  |
String.rtrim () |
 |  |
String.get_tags () |
 |  |
String.eval_script () |
 |  |
String.shorten (length, After) |
 |  |
String.escape_regex () |
 |  |
Number |
 |  |
Number.to_int () |
 |  |
Number.to_float () |
 |  |
Number.round (precision) |
 |  |
Number.is_numeric () |
 |  |
Number.percent (percentage) |
 |  |
Number.to_json () |
 |  |
Array |
 |  |
Array.clone () |
 |  |
Array.each (func, bind, args) |
 |  |
Array.r_each (func, bind, args) |
 |  |
Array.get_key (val, func) |
 |  |
Array.has (val) |
 |  |
Array.unique () |
 |  |
Array.remove_value (val, func) |
 |  |
Array.remove_key (key) |
 |  |
Array.empty () |
 |  |
Array.to_query () |
 |  |
Array.to_json () |
 |  |
Function |
 |  |
Function.bind (bind_obj, args) |
 |  |
Function.delay (delay, bind, args) |
 |  |
Function.defer (bind, args) |
 |  |
Function.repeat (delay, bind, args) |
 |  |
Function.inherit (parent) |
 |  |
Function.rename_method (method, new_name) |
 |  |
Math |
 |  |
Math.factorial (n) |
 |  |
Math.choose (n, k) |
 |  |
Math.sum (start, end, func) |
 |  |
Date |
 |  |
Date.clone () |
 |  |
Date.days_in_month () |
 |  |
Date.is_leap_year () |
 |  |
Date.from_string (str) |
 |  |
Date.from_object (obj) |
 |  |
Date.print (format, lang) |
 |  |
Date.get_week_in_year () |
 |  |
Date.get_day_in_year () |
 |  |
Date.get_hour_in_year () |
 |  |
Date.get_minute_in_year () |
 |  |
Date.get_second_in_year () |
 |  |
Date.get_millisecond_in_year () |
 |  |
Date.get_week_since (start_date) |
 |  |
Date.get_day_since (start_date) |
 |  |
Date.get_hour_since (start_date) |
 |  |
Date.get_minute_since (start_date) |
 |  |
Date.get_second_since (start_date) |
 |  |
Date.get_millisecond_since (start_date) |
 |  |
Date.time_difference (start_date) |
 |  |
Date.to_swatch_internet_time () |
 |  |
Date.from_swatch_internet_time (beat) |
 |  |
Date.to_query () |
 |  |
Date.to_json () |
 |  |
HTML_Element |
 |  |