[eluser]bayrem[/eluser]
thank you very much for you're help and reactivity
the prob was because of the extjs libraries calls was not in the good order, for those how will have the same prob. Here is the answer, the right order :
Code:
< link rel="stylesheet" type="text/css" href="<?= base_url(); ?>ext/resources/css/ext-all.css">
< script type="text/javascript" src="<?= base_url(); ?>ext/adapter/ext/ext-base.js">< / script>
< script type="text/javascript" src="<?= base_url(); ?>ext/ext-all.js">< / script>
< script type="text/javascript" src="<?= base_url(); ?>ext/examples/examples.js">< / script>
< script language="javascript" src="<?= base_url(); ?>ext/examples/window/layout.js">< /script>
Thanks twice for you're help.
Maybe will need you later in a advanced stage
LOL