Re: [web2py] Re: Convert ASSIGNJS row to javascript dict

2019-02-25 Thread Ben Duncan
Ok thanks: Looking to pass to the javascript something like this: { 2: "Third Company", 5: "Number 5 Company", 13: "Lucky 13 Company"} It is to create a selection list that returns the number (2, 5, 13 ,etc ...) but shows the company name Thanks *Ben Duncan* DBA / Chief Software Architect Mis

Re: [web2py] Re: Convert ASSIGNJS row to javascript dict

2019-02-25 Thread Ben Duncan
I don't want the array, just the dictionary *Ben Duncan* DBA / Chief Software Architect Mississippi State Supreme Court Electronic Filing Division On Mon, Feb 25, 2019 at 11:17 AM Leonel Câmara wrote: > What do you mean? You already have a javascript array of javascript dicts. > If you only ne