javascript - Sencha find Row in Object -


itemprop = "text">

I have an item list. Fill this item with Jason data Example: Jason Data:

  {"id": 2677, "name": "------------------", "stock code": "RM0001", "group": 200000, "price": 0.0, "color": "LightCyan", "type": 3, "mustModGrpCount": 0, "mustModGroups": "", "command": 0, "campCount": 0, "populer": false}, {" id ": 398," Name ":" KUVER "," StockCode ":" URN0380 "," Group ": 200,021," Price ": 0.0," Color ":", "Type": 3, "Should ModGrpCount" : 0, "group group": "", "command": 0, "camp count": 0, "generator": wrong}   

me ----- ------------- Use of Elements

Try it, but it does not work. var b = NewMobile.globals.products.getByField ('name', '------------------');

Fixed:

  var key = NewMobile globals.products.findExact (" stockcode "," RM0001 "); Var pdf = newmobile.gobles.products.gate at (key);    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -