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
  • types
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
1 commit
  • [+] add some CoreAttrs helper for colspan(value) and rowspan(value)
    d0da75ac
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse Dir »

12 Dec, 2021
1 commit
  • 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 »

26 Oct, 2021
1 commit
  • [-] 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 »

16 Oct, 2021
1 commit
  • [+] action aspect can be html content
    86b31c14
    David RENÉ authored
    2021-10-16 21:02:13 +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 »

08 Jun, 2020
1 commit
  • working version of the Stepper
    3b01c02a
    David RENÉ authored
    2020-06-08 11:51:14 +0900  
    Browse Dir »

20 May, 2020
1 commit
  • beginning of multi-step management. In very early stage, subject to change soon
    85496d9f
    David RENÉ authored
    2020-05-20 16:29:11 +0900  
    Browse Dir »

10 May, 2020
1 commit
  • add stepper and web_stepper into library.
    2fa1e96b
    David RENÉ authored
    2020-05-10 02:01:19 +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 »

02 Apr, 2020
1 commit
  • split WEB_Session to generic part which is Session type. This Session type is mo… ...
    b4832bd7
    …ved to folder generic and his definition into generic/types/session.anubis. This allow to use the Session type to many pourposes
    David RENÉ authored
    2020-04-02 17:15:30 +0900  
    Browse Dir »

01 Apr, 2020
1 commit
  • add alternative fields_set in WEB_Session. This let create some fields gathered … ...
    d0c372c0
    …into named fields_set.
    David RENÉ authored
    2020-04-01 10:06:23 +0900  
    Browse Dir »

26 Jan, 2020
1 commit
  • move js_file and css_file with one arguments to original definition location (ty… ...
    23f0de20
    …pes/making_a_web_site.anubis)
    David RENÉ authored
    2020-01-26 17:31:24 +0100  
    Browse Dir »

29 Dec, 2019
1 commit
  • add bool_attr boolean attribute in HTML CoreAttribute. This allow to attribute w… ...
    9446f71c
    …ithout value like 'checked'
    add helper for HTTP_Answer. no_content construct an answer with http_no_content (204)
    
    fix some typo
    David RENÉ authored
    2019-12-29 23:30:10 +0100  
    Browse Dir »

22 Dec, 2019
1 commit
  • add boolean for CoreAttrs
    827f9010
    David RENÉ authored
    2019-12-22 21:09:29 +0100  
    Browse Dir »

31 Oct, 2019
1 commit
  • continue the make web site with controllers independent.
    245d2efe
    David RENÉ authored
    2019-10-31 11:36:42 +0900  
    Browse Dir »

08 Oct, 2019
1 commit
  • start to split web site with controller and old fashioned web site way to be abl… ...
    55136886
    …e to compile old source
    David RENÉ authored
    2019-10-08 11:51:22 +0900  
    Browse Dir »

17 Aug, 2019
1 commit
  • add alternative "empty" for HTML_Row ...
    d9e8ff90
    add helper for HTML "a" with list of (HTML_Off_Form)
    David RENÉ authored
    2019-08-17 10:46:45 +0900  
    Browse Dir »

06 Jul, 2019
1 commit
  • helper for href with only one extra operand
    62e20330
    David RENÉ authored
    2019-07-06 13:36:37 +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 »

15 Mar, 2017
3 commits
  • add no_action alternative in web_action_name.anubis
    4dc487a7
    totoro authored
    2017-03-15 02:29:10 +0100  
    Browse Dir »
  • change the component name "action_name" into "ac_name" because it was same name … ...
    62179ae0
    …as his alternative which makes compilation error
    totoro authored
    2017-03-15 02:20:21 +0100  
    Browse Dir »
  • add web_action_name in densaku type generator
    6bc08448
    totoro authored
    2017-03-15 02:03:52 +0100  
    Browse Dir »