View Lista de confirmados - QCon SP 2010
@alegomes | |
@fmeyer | |
@lacerdaph | |
@celsoavmartins | |
@jeveaux | |
@glbenz | |
@leohackin | |
@lucastex | |
@loiane | |
@blpsilva |
View Ux.InputTextMask.js
/** | |
* InputTextMask script used for mask/regexp operations. | |
* Mask Individual Character Usage: | |
* 9 - designates only numeric values | |
* L - designates only uppercase letter values | |
* l - designates only lowercase letter values | |
* A - designates only alphanumeric values | |
* X - denotes that a custom client script regular expression is specified</li> | |
* All other characters are assumed to be "special" characters used to mask the input component. | |
* Example 1: |
View ext-lang-pt_BR.js
/** | |
* Portuguese/Brazil Translation by Weber Souza | |
* 08 April 2007 | |
* Updated by Allan Brazute Alves (EthraZa) | |
* 06 September 2007 | |
* Updated by Leonardo Lima | |
* 05 March 2008 | |
* Updated by Juliano Tarini (jtarini) | |
* 22 April 2008 | |
* Updated by Matheus G Bombonato (Nom4d3) |
View wordpressCodeFormating
[code lang="js" firstline="1" toolbar="true" collapse="false" wraplines="false"][/code] | |
[code lang="js" firstline="1" toolbar="true" collapse="false" wraplines="false" highlight="11"][/code] |
View TVShows
TV Shows - 2011 | |
- The Big Bang Theory | |
- True Blood | |
- Game of Thrones | |
- Californication | |
- Lost Girl | |
- Fringe | |
- Supernatural | |
- Gossip Girl | |
- 90210 |
View gist:1351834
<!doctype html> | |
<html> | |
<head> | |
<title></title> | |
<style> | |
body { | |
background: white; | |
text-align: center; | |
padding: 20px; | |
font-family: Georgia, serif; |
View extjs_4_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> |
View ideas.txt
form com combobox e grid - carregar form com combobox | |
upload de file com textfield | |
combobox com multipo displayfield - OK | |
marcar items combobox com multiseleçao | |
fazer submit de form sem Ex.Ajax.request | |
store - tratamento de erro e mensagens do servidor | |
grid com paginação, ordenação e filtro/busca | |
exemplo buscando cep e carregando endereço automaticamente | |
ExtJS 4: de dev para produção | |
Ext.getCmp é o FIM DO MUNDO! NÃO USE!!!!!! |
View gist:6983000
Curso Java Básico Aula 01: Introdução e Dicas para quem está Começando | |
Todas as aulas já publicadas: http://www.loiane.com/2013/10/curso-java-basico-java-se-gratuito | |
Java, Curso Java, Curso Java Gratuito, Curso Java Grátis, Java SE | |
Youtube: | |
[Curso Java Básico] Aula 13: Operadores (Aritiméticos, Lógicos e Relacionais) | |
Mais infos e links: http://www.loiane.com/2013/10/curso-java-basico-java-se-gratuito/ |
View ExtJSWorldMap.js
Ext.define('MyApp.view.WorldMap', { | |
extend: 'Ext.draw.Component', | |
alias: 'widget.worldmap', | |
gradients :[{ | |
id: 'gradientId', | |
angle: 45, | |
stops: { | |
0: { | |
color: '#fdf0be' |
OlderNewer