Comments on: Using the Javascript Console: Creating and populating datalists http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/ thoughts on hardware, software, development and tech news Wed, 31 Jan 2018 23:20:22 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: pandora refined stripe charms http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-761836 pandora refined stripe charms Mon, 01 Feb 2016 05:18:37 +0000 http://www.techbits.de/?p=240#comment-761836 Audio started playing any time I opened up this blog, so frustrating! Audio started playing any time I opened up this blog, so frustrating!

]]>
By: Takyo http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-97576 Takyo Thu, 02 May 2013 07:38:57 +0000 http://www.techbits.de/?p=240#comment-97576 Hi, I would like to know how to insert dates this fails: //error contact.properties["bak:bak_fec"] = "2010-10-10"; contact.properties["bak:bak_fec"] = "2010/10/10"; //in white var fecha= new Date(2010, 10, 10); var ISODate = utils.toISO8601(fecha); contact.properties["bak:bak_fec"] = ISODate; thank you! Hi, I would like to know how to insert dates
this fails:
//error
contact.properties["bak:bak_fec"] = “2010-10-10″;
contact.properties["bak:bak_fec"] = “2010/10/10″;

//in white
var fecha= new Date(2010, 10, 10);
var ISODate = utils.toISO8601(fecha);
contact.properties["bak:bak_fec"] = ISODate;

thank you!

]]>
By: Keshav http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-91309 Keshav Fri, 08 Mar 2013 08:33:48 +0000 http://www.techbits.de/?p=240#comment-91309 Hello Florian, nice one..its really helpfull ..Many Thanks :-) Hello Florian, nice one..its really helpfull ..Many Thanks :-)

]]>
By: kerlin http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-84913 kerlin Tue, 16 Oct 2012 11:16:32 +0000 http://www.techbits.de/?p=240#comment-84913 Can we do the same using Open CMIS API? If so, can you please provide an example Can we do the same using Open CMIS API? If so, can you please provide an example

]]>
By: Shrek http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-84400 Shrek Wed, 12 Sep 2012 08:54:17 +0000 http://www.techbits.de/?p=240#comment-84400 Nice job, man! helps me a lot. Nice job, man! helps me a lot.

]]>
By: La consola Javascript de Alfresco Share - Blog - zylk.net http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-78324 La consola Javascript de Alfresco Share - Blog - zylk.net Sun, 27 Nov 2011 16:27:58 +0000 http://www.techbits.de/?p=240#comment-78324 [...] o para precargar una estructura de objetos documentales: http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/ [...] [...] o para precargar una estructura de objetos documentales: http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/ [...]

]]>
By: Igor Blanco http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-78075 Igor Blanco Fri, 11 Nov 2011 09:54:36 +0000 http://www.techbits.de/?p=240#comment-78075 Definitively the Javascript console is a fantastic tool. Just a comment about how you created the datalist folder, I think it would be safer if you would use the site service to do it instead of just assuming that it is a standard folder, it would also be easier. Maybe something like this: var site = sites.getSite(space.name); var dataLists = site.getContainer("datalist"); Definitively the Javascript console is a fantastic tool.
Just a comment about how you created the datalist folder, I think it would be safer if you would use the site service to do it instead of just assuming that it is a standard folder, it would also be easier.
Maybe something like this:

var site = sites.getSite(space.name);
var dataLists = site.getContainer(“datalist”);

]]>
By: Andreas Steffan http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-77840 Andreas Steffan Sun, 23 Oct 2011 10:11:34 +0000 http://www.techbits.de/?p=240#comment-77840 Hi Florian, funny coincidence we both introduce a somewhat similiar tool on exactly the same day. :) cheers Andreas Hi Florian,

funny coincidence we both introduce a somewhat similiar tool on exactly the same day. :)

cheers
Andreas

]]>
By: Arno Hagen http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-77810 Arno Hagen Wed, 19 Oct 2011 07:28:05 +0000 http://www.techbits.de/?p=240#comment-77810 Hi Florian, the Javascript console is great and very helpful. Thanks for sharing your code snippets! Hi Florian,
the Javascript console is great and very helpful. Thanks for sharing your code snippets!

]]>
By: Javier Martínez http://www.techbits.de/2011/10/18/using-the-javascript-console-creating-and-populating-datalists/comment-page-1/#comment-77800 Javier Martínez Tue, 18 Oct 2011 12:34:44 +0000 http://www.techbits.de/?p=240#comment-77800 Hi Florian, nice job with datalist component! (with less docs than others). Sure you help many people ;D Hi Florian, nice job with datalist component! (with less docs than others).
Sure you help many people ;D

]]>