extjs - Bind the values of a grid record to a form and a window -


although there several ways load values of record form within window, in specific case of using binding grid form (for example, display detail of record) how bind same values form within window (for example: edit record)?

fiddle: https://fiddle.sencha.com/#view/editor&fiddle/1stv

pass record in part of vm data:

var janela = ext.create('app.mywindow', {     animatetarget: btn.getel(),     viewmodel: {         data: { users: selectedrow }     } }).show(); 

Comments

Popular posts from this blog

java - How to handle special characters while unmarshalling xml in JAXB -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -