Jump to content

Daniel Pozzebon

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Daniel Pozzebon's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hello, would it be possible to make the DEMO available? Thanks!
  2. Como usar o Input para criar um input ligado ao campo Quantidade da tabela do banco de dados? '<input type="number" data-id={2} min="1" />'+ Código CSS function beforeInit(sender, config) { var MNRCRow= '<table style="color:black;width: 100%;white-space:nowarap;height: 100%; vertical-align: middle;"> '+ '<tbody> '+ '<tr> '+ '<td>'+ '<span style="fon-weight: bold; color: #000000; font-size: 12px; width: 100%; display: inline-block;">{0}</span>'+ '<span style="color: Black; width: 100%; font-size: 16px; font-weight:bold; display: inline-block;">{1}</span>'+ '<span style="width: 100px;"><span style="color: #ff6600;">Quantidade {2}</span>'+ '<span style="width: 100px;"><span style="color: #ff6600;"> X {3}</span>'+ '<span style="width: 100px;"><span style="color: #ff6600;"> = {4}</span>'+ '<input type="number" data-id={2} min="1" />'+ '</td> '+ '</tr> '+ '</tbody> '+ '</table> '; config.loadingText='Carregando...'; config.grouped=false; config.selectedCls=''; config.itemTpl= new Ext.XTemplate(MNRCRow); }
×
×
  • Create New...