-
Maybe fix a long time bug.
-
[~] update choose_lang_dialod() to add the list of excluded language to not to be shown on the list [+] add random number to div id into the language line. This allows to have multiples languages selector in same page
-
…tly in SQL query instead of "none" which produce an error [+] add to_SQL from DB_id wich return result as to_String
-
…for action when one of the flag is clicked. Generally it's javascript function call during onclick event. So this function action let add at the end the language argument into javascript calling function.
-
Resolve Conflicts: web/making_a_web_site.anubis
-
…mpty string "" as none DB_id
-
…mpty string "" as none DB_id
-
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)
-
…pplication. For example countries dictionary is not a part of an application because it can be use in many applications.
-
…eal reason for that and the purpose
-
…ed entry into the web_session
-
…ne named "get_String".
-
…ample after a web_action executed, refresh the page (which made by the call back)
-
… example this is useful when you want to use general dictionary like country name with iso3611
-
…tion instead the last like before, because during migration, there is some stuff to do like filling table with default data, etc. That's why we need to execute the migration loop.
-
…le if the date was 2000-12-25 the returned date was 2000-12-2
-
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