-
…hensive about behavior of this altenative
-
Removed all HTML_In_Form, HTML_Off_Form, HTML_Partial_Content type and replaced it by the new type HTML. Update all library according to that change. [-] removed the generic_form.anubis and generic_table.anubis which was obsolete.
-
…ry can't be find. With these '<' '>' directly into the HTML made the browser confuse and broke the webpage to show
-
[~] 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
-
…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.
-
…pplication. For example countries dictionary is not a part of an application because it can be use in many applications.
-
… example this is useful when you want to use general dictionary like country name with iso3611
-
…and his web controllers. This allows to unify the location on where are residing the necessaries files for Xlib. Before this, these files was in application resources files. So it was annoying because when a modification was made on CSS or JS files we was forced to hand copy these files, and if we had forgot some application to update this make the application to be buggy. In the future we must to have to think to a automatic copy management of the necessaries files belonging to the Xlib and needed in the application.
-
…replace the key into translated sentence by the values associated with this key. example: the key = "{1}" , value = "404" the sentence = "The load result code is {1}" after call of the translate_with_key_value_function the result sentence will be "The load result code is 404"
-
…lib. No need to have redundant name
-
…of Application internal code to generic one web controller (Hayamiki). Needs to be improve