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
04 May, 2023
1 commit
  • add helper (formaction, formmethod, main) for html_tag ...
    75265fb5
    add button with a String as argument
    add form without CoreAttrs as argument
    
    add helper as CoreAttrs for (width, height, width_px, height_px, alt, for, type, placeholder, name, role)
    David RENÉ authored
    2023-05-04 12:07:56 +0900  
    Browse Dir »

13 Mar, 2023
5 commits
  • [-] remove the redraw and replace by partial_content, but I don't remember the r… ...
    004c6d11
    …eal reason for that and the purpose
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »
  • [+] add svg as html tag
    e544971f
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »
  • [+] add jquery.ui.touch-punch.min.js to let use browser under touch panel device
    f3786aca
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »
  • [~] typo
    aaad265b
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »
  • [+] add some CoreAttrs helper for colspan(value) and rowspan(value)
    d0da75ac
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »

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
2 commits
  • add function get_mb_String for getting the a Maybe(String) instead of previous o… ...
    23da1b61
    …ne named "get_String".
    David RENÉ authored
    2022-10-23 17:52:53 +0200  
    Browse Dir »
  • 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
2 commits
  • 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 »
  • replace aws_controller and aws_action by aws_c and aws_a (no functional change)
    d1b5d85b
    David RENÉ authored
    2022-10-16 19:23:05 +0200  
    Browse Dir »

15 Oct, 2022
1 commit
  • [+] add bold html tag <b>
    a39cd37a
    David RENÉ authored
    2022-10-15 13:33:44 +0200  
    Browse Dir »

17 Sep, 2022
2 commits
  • fix typo
    a2bc97d9
    David RENÉ authored
    2022-09-17 15:40:45 +0900  
    Browse Dir »
  • [+] add function load_in_window which open a new window in HTML browser
    db4f65fa
    David RENÉ authored
    2022-09-17 15:40:30 +0900  
    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
3 commits
  • Change the library name of the webserver to the correct one "eXented Lib"
    18c01f91
    David RENÉ authored
    2022-08-20 11:21:59 +0900  
    Browse Dir »
  • merge conflict resolved
    89d1649f
    David RENÉ authored
    2022-08-20 11:04:35 +0900  
    Browse Dir »
  • switch to xlib
    109beea1
    David RENÉ authored
    2022-08-20 10:55:17 +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
2 commits
  • [~] 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 »
  • [+] load_in_tab load in browser tab a WEB_Action_Name with his arguments
    6a265e88
    David RENÉ authored
    2022-04-10 18:24:00 +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
3 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 »
  • remove some alternative from HTML_Off_Form to move it as html_tag or some are co… ...
    272e47b2
    …mpletely removed due to their useless
    preformated move to html_tag pre
    progress move to html_tag progress
    center removed
    mail_to removed
    scroller removed
    fixed_size removed
    fixed_size_2 removed
    David RENÉ authored
    2021-12-12 01:01:11 +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 »

27 Nov, 2021
3 commits
  • [+] add 2 functions helper to create web_arg for bool and for float argument
    929a1c45
    David RENÉ authored
    2021-11-27 08:05:57 +0100  
    Browse Dir »
  • [+] add some helper for div with one String and with or without CoreAttrs ...
    1ab9aac6
    [+] add to_String function from HTML_Off_Form
    [~] some cleanup and remove dead code
    David RENÉ authored
    2021-11-27 08:03:14 +0100  
    Browse Dir »
  • [+] create load_page with WEB_Action_Name. like the load_content, load_page is a… ...
    293b4efa
    …n url where is located the page to load
    David RENÉ authored
    2021-11-27 07:55:25 +0100  
    Browse Dir »

26 Oct, 2021
2 commits
  • [-] remove unused label from HTML_Off_form. This break the type HTML_Off_form, a… ...
    e701df09
    …ll source use this type must be recompiled
    [+] add some helper in html_tag to use String directly instead of "text"
    David RENÉ authored
    2021-10-26 23:24:51 +0200  
    Browse Dir »
  • [!] fix sms by adding the missing phone number
    74411f8f
    David RENÉ authored
    2021-10-26 23:22:00 +0200  
    Browse Dir »

16 Oct, 2021
7 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 »
  • [!] fix empty string in JSON object in non json lib extension call.
    0bd74a2a
    David RENÉ authored
    2021-10-16 21:06:52 +0200  
    Browse Dir »
  • [+] action aspect can be html content
    86b31c14
    David RENÉ authored
    2021-10-16 21:02:13 +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 »
  • [!] fix js file name
    12ea9fdd
    David RENÉ authored
    2021-10-16 20:59:04 +0200  
    Browse Dir »
  • [+] add html_tag <canvas> in many form
    358bd560
    David RENÉ authored
    2021-10-16 20:58:29 +0200  
    Browse Dir »
  • [+] javascript type as JSValue like JSON type. The main difference with JSON typ… ...
    43d0c386
    …e is js_code alternative which allows to write js code directly. This is intend to help to write js object in anubis, when we write js object config for generated web page
    David RENÉ authored
    2021-10-16 20:54:18 +0200  
    Browse Dir »

15 Aug, 2021
1 commit
  • init and options for javascript typewatch (trigger event when the key are not pr… ...
    935d54fb
    …essed during elapsed time)
    David RENÉ authored
    2021-08-15 00:13:49 +0200  
    Browse Dir »