[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phabricator-uiexample-reactor-focus 3 * @requires javelin-install 4 * javelin-dom 5 * javelin-reactor-dom 6 */ 7 8 JX.install('ReactorFocusExample', { 9 extend: 'View', 10 members: { 11 render: function() { 12 var input = JX.$N('input'); 13 return [input, JX.RDOM.$DT(JX.RDOM.hasFocus(input))]; 14 } 15 } 16 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |