Skip to content

Instantly share code, notes, and snippets.

@loiane
Created April 30, 2012 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loiane/2558034 to your computer and use it in GitHub Desktop.
Save loiane/2558034 to your computer and use it in GitHub Desktop.
extjs mvc blog initial draft
Mais um exemplo MVC de ExtJS 4 aqui no blog. Hoje vamos ver o código do exemplo <a href="http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/multiselect/multiselect-demo.html" target="_blank">MultiSelect and ItemSelector – Form</a>.
image
Vamos lá!
<h2>Estrutura do Projeto:</h2>
imagem
<h2>Model</h2>
<h2>Store</h2>
<h2>View</h2>
<h2>ViewPort</h2>
<h2>Controller</h2>
<h2>App</h2>
<h2>Página HTML</h2>
<h2>Download do Código Fonte:</h2>
Você pode fazer o download do código fonte completo no meu repositório do github: <a href="https://github.com/loiane/extjs4-linked-combobox" target="_blank">https://github.com/loiane/extjs4-linked-combobox</a>
<h2>Demo:</h2>
Exemplo funcionando: <a href="http://loiane.com/extjs/extjs4-linked-combobox" target="_blank">http://loiane.com/extjs/extjs4-linked-combobox</a>
<h3>Todos os exemplos ExtJS 4 MVC:</h3>
<a href="http://www.loiane.com/2012/03/exemplos-sencha-extjs-4-em-mvc/" target="_blank">http://www.loiane.com/2012/03/exemplos-sencha-extjs-4-em-mvc/</a>
Até o próximo exemplo! <img src="http://www.loiane.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment