Logo white

Anubis / Xlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 12
  • Tags 6
  • xlib
  • web
  • widgets
05 Mar, 2023
1 commit
  • add the function to store and get the current left menu and the left menu select… ...
    78abf670
    …ed entry into the web_session
    David RENÉ authored
    2023-03-05 19:10:25 +0100  
    Browse Dir »

23 Oct, 2022
1 commit
  • add call back in img_button_confirm which be called after the web_action. For ex… ...
    50386923
    …ample after a web_action executed, refresh the page (which made by the call back)
    David RENÉ authored
    2022-10-23 17:50:30 +0200  
    Browse Dir »

16 Oct, 2022
1 commit
  • add current_page, total_page and total_items in control_panel_pager
    5b6fb409
    David RENÉ authored
    2022-10-16 20:02:30 +0200  
    Browse Dir »

29 Aug, 2022
1 commit
  • update html_tooltip with the new format of data inside the attributes
    87fea19b
    David RENÉ authored
    2022-08-29 18:42:09 +0900  
    Browse Dir »

20 Aug, 2022
1 commit
  • merge conflict resolved
    89d1649f
    David RENÉ authored
    2022-08-20 11:04:35 +0900  
    Browse Dir »

03 Aug, 2022
1 commit
  • add a set of shortcut functions for path of the icons ...
    56b76ecc
    icnX(String icon) which return the full path to the icon. X must be replaced by the size of the icon. For example  icn8("foo.png") will return "icons/8x8/foo.png"
    the list of the sizes is: 8, 16, 22, 24, 32, 48, 64, 128, 256
    David RENÉ authored
    2022-08-03 15:30:12 +0900  
    Browse Dir »

10 Apr, 2022
1 commit
  • [~] make_menu return an HTML_Off_Form instead of List(HTML_Off_Form) and don't u… ...
    aa085f22
    …se anymore the literal for the <nav> and <span> whom now exist as HTML tag
    David RENÉ authored
    2022-04-10 18:27:01 +0200  
    Browse Dir »

19 Dec, 2021
1 commit
  • some adjustment made to be compatible with Anubis 1.19 and some forgotten change… ...
    af97febd
    … when it become Xlib (some reference to CXM was still there)
    David RENÉ authored
    2021-12-19 04:03:53 +0100  
    Browse Dir »

12 Dec, 2021
2 commits
  • add the managment of the overlay in load_content and change the code accordingly. ...
    0555931c
    in same time add a new alternative into left_menu type with "left_menu_entry_load_content". This is better to understand when constructing a menu
    David RENÉ authored
    2021-12-12 01:04:39 +0100  
    Browse Dir »
  • start to remove HTML_Row and cell and replace it by tr and td
    1167a13b
    David RENÉ authored
    2021-12-12 01:01:24 +0100  
    Browse Dir »

05 Dec, 2021
2 commits
  • [+] add left_menu_entry_js to call javascript when a click event occur on menu e… ...
    0a3b5fb1
    …ntry. Add also variant function as helper without all the arguments
    David RENÉ authored
    2021-12-05 21:33:55 +0100  
    Browse Dir »
  • [+] add img button for load page
    2549d33e
    David RENÉ authored
    2021-12-05 21:31:36 +0100  
    Browse Dir »

26 Oct, 2021
1 commit
  • [!] fix sms by adding the missing phone number
    74411f8f
    David RENÉ authored
    2021-10-26 23:22:00 +0200  
    Browse Dir »

16 Oct, 2021
2 commits
  • [!] add parenthesis surrounding the if condition to clearly separate it from the… ...
    94414f36
    … rest of the string composition. if didn't do that the right part of the "else" will be added with end of the string, which is not the intention.
    David RENÉ authored
    2021-10-16 21:12:11 +0200  
    Browse Dir »
  • [+] add jq_dialog_confirm ...
    cabe3224
    [!] remove extra blank line button source
    David RENÉ authored
    2021-10-16 21:00:59 +0200  
    Browse Dir »

21 Feb, 2021
1 commit
  • add helper for redirect in WEB_Controller_Result. This helper allows to use the … ...
    4152ce3a
    …WEB_Action_Name in redirect instead of the Controller_Name and Controller_Action
    David RENÉ authored
    2021-02-21 01:53:05 +0900  
    Browse Dir »

15 Feb, 2021
1 commit
  • start refactoring filename without CXM prefix
    4cc8efb4
    David RENÉ authored
    2021-02-15 14:59:42 +0900  
    Browse Dir »

11 Feb, 2021
1 commit
  • start to remove CXM_ prefix for nothing, since the files are located in folder x… ...
    61e55d80
    …lib. No need to have redundant name
    David RENÉ authored
    2021-02-11 16:56:47 +0900  
    Browse Dir »

22 Dec, 2020
1 commit
  • add missing data attribute which contain phone number
    6f771698
    David RENÉ authored
    2020-12-22 10:47:53 +0900  
    Browse Dir »

20 Aug, 2020
1 commit
  • add img_button_load_dialog and jq_dialog_load. This allows to open jquery dialog… ...
    0eadd7a3
    … by loading the HTML content with an ajax call
    David RENÉ authored
    2020-08-20 14:58:17 +0900  
    Browse Dir »

14 Apr, 2020
1 commit
  • using partial_empty instead of old manner litteral with empty string
    53d782c7
    David RENÉ authored
    2020-04-14 09:47:29 +0900  
    Browse Dir »

03 Apr, 2020
1 commit
  • replace calexium_lib path by xlib
    feda5839
    David RENÉ authored
    2020-04-03 16:02:59 +0900  
    Browse Dir »

01 Apr, 2020
1 commit
  • make img_button with load_content
    50e33f38
    David RENÉ authored
    2020-04-01 10:06:23 +0900  
    Browse Dir »

17 Mar, 2020
1 commit
  • add sub_entry and subtitle in left menu entry
    6ee7fd04
    David RENÉ authored
    2020-03-17 14:08:34 +0900  
    Browse Dir »

26 Jan, 2020
1 commit
  • img_button_confirm take a new argument which is the target_id of load_content. S… ...
    e5f23786
    …o the behavior of this function change as follow. When the target_id is empty the jq_query function is use to submit the result else this is the ajax_load_content.
    David RENÉ authored
    2020-01-26 17:37:41 +0100  
    Browse Dir »

07 Jul, 2019
1 commit
  • [+] add bool_to_img which return the right HTML_Off_Form img corresponding to Bool value.
    f4662313
    David RENÉ authored
    2019-07-07 23:16:25 +0200  
    Browse Dir »

02 Jun, 2019
1 commit
  • move all making_a_web_site type declaration into a separate file. ...
    491c5383
    better management of the web plugin
    extend logger dump from 1024 to 2048 bytes
    David RENÉ authored
    2019-06-02 13:04:54 +0200  
    Browse Dir »

20 May, 2019
1 commit
  • [ADD] add more helper for html_wave_box and typo
    457fc6c9
    David RENÉ authored
    2019-05-20 16:05:04 +0900  
    Browse Dir »

04 Feb, 2019
1 commit
  • add management of pager
    0fa08cdc
    David RENÉ authored
    2019-02-04 00:53:18 +0100  
    Browse Dir »

02 Feb, 2019
1 commit
  • no message
    dad598c9
    David RENÉ authored
    2019-02-02 21:49:25 +0100  
    Browse Dir »

11 Nov, 2018
1 commit
  • add img button with confirmation with WEB_Action_Name and extra ops
    13f21b89
    totoro authored
    2018-11-11 21:00:26 +0900  
    Browse Dir »

23 Oct, 2018
1 commit
  • add img_button_ajax which fire WEB_action on click on button
    fac0e891
    totoro authored
    2018-10-23 00:12:54 +0200  
    Browse Dir »

30 Sep, 2018
1 commit
  • replace html_wave_box String class_id by List(CoreAttrs) attrs. With that it's a… ...
    81e70bce
    …llow to add more attribute than only html id before
    totoro authored
    2018-09-30 00:00:37 +0200  
    Browse Dir »

06 Aug, 2018
1 commit
  • add Maybe(target_id) in left menu. If target_id is present, this is means we wan… ...
    ab0a36e7
    …t to use load_content function (loading HTML from server) and put the result in that target_id div
    totoro authored
    2018-08-06 00:44:30 +0200  
    Browse Dir »

06 Jan, 2018
1 commit
  • add sms icon option with cellphone
    e9b2d3fb
    totoro authored
    2018-01-06 17:28:47 +0100  
    Browse Dir »

12 Dec, 2017
1 commit
  • remove the "item" and title_id+"_icon" class if the entry is title.
    611bb3c3
    totoro authored
    2017-12-12 11:12:07 +0900  
    Browse Dir »

19 Sep, 2017
2 commits
  • add some icons
    dcdc3e88
    totoro authored
    2017-09-19 09:43:18 +0900  
    Browse Dir »
  • add url as specialized widget for edit, show and go to. ...
    72f464e5
    add the option in all element email, phone and url the option (Bool show_text). If set to false only the icon is shown
    totoro authored
    2017-09-19 09:40:00 +0900  
    Browse Dir »

14 Aug, 2017
2 commits
  • add icon22 and implement to_HTML for icon16, icon22, icon32 and icon
    f9a8f3a8
    totoro authored
    2017-08-14 13:12:54 +0200  
    Browse Dir »
  • update some old html tag by a new version
    2cff260c
    totoro authored
    2017-08-14 13:00:20 +0200  
    Browse Dir »