Hi, // Could not handle URL parameter! // Error: Could not parse JSON string!
Try the 'ShortenURL' button David Le 16 août 2010 à 11:00, Mustafa Sak a écrit : > Dear List, > > I am not able to get metadata from my simple tablef using setDataAsMapArray() > and getDataAsMapArray(). > > Is their a solution to get Metadata? > > Here a playground example. At this I need to get the id value. > > http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22%252F%252F%2520Create%2520a%2520button%250Avar%2520button1%2520%253D%2520new%2520qx.ui.form.Button(%2522First%2520Button%2522%252C%2520%2522icon%252F22%252Fapps%252Finternet-web-browser.png%2522)%253B%250A%250A%252F%252F%2520Document%2520is%2520the%2520application%2520root%250Avar%2520doc%2520%253D%2520this.getRoot()%253B%250A%250A%252F%252F%2520Add%2520button%2520to%2520document%2520at%2520fixed%2520coordinates%250Avar%2520tableDataWithMeta%2520%253D%2520%255B%250A%2520%2520%257B%250A%2520%2520%2520%2520%2522id%2522%2520%253A%2520100%252C%250A%2520%2520%2520%2520%2522col1%2522%2520%253A%2520'test'%252C%250A%2520%2520%2520%2520%2522col2%2522%2520%253A%2520'test2'%250A%2520%2520%257D%250A%2520%2520%250A%2520%2520%255D%253B%250A%250Avar%2520tableModel%2520%253D%2520this._tableModel%2520%253D%2520new%2520qx.ui.table.model.Simple()%253B%250AtableModel.setColumns(%255B%2520%2522Col1%2522%252C%2520%2522Col2%2522%255D%252C%2520%255B%2522col1%2522%252C%2520%2522col2%2522%255D)%253B%250Avar%2520table%2520%253D%2520new%2520qx.ui.table.Table(tableModel)%253B%250Adoc.add(table)%253B%250A%250Atable.getTableModel().setDataAsMapArray(tableDataWithMeta)%253B%250A%250A%250Aqx.dev.Debug.debugObject(table.getTableModel().getDataAsMapArray())%253B%250A%250A%22%7D > > Regards > > Mustafa Sak > > > <image001.gif> > > > SAKsystems > Inh. Mustafa Sak > Varrelmannstr. 16 > 30453 Hannover > Tel. +49 511 / 165 969 40 > Fax +49 511 / 165 969 49 > Mobil +49 163 / 312 6144 > http://www.saksys.de > [email protected] > STEUER-Nr. 2613817458 > > <Mustafa Sak > ([email protected]).vcf>------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
