Closed moutard closed 12 years ago
Thanks!
haha
you have to put this line on index.html
then use the console :
To modify a story (in developers tools->Ressources find the id you want to modify.)
A = Cotton.DB.ManagementTools.getVisitItems(5); A.extractedDNA().setHighlightedText("blabla");
fait toutes les modifications que tu veux à A.
et ensuite Cotton.DB.ManagementTools.editVisitItems(A);
Pour l'instant tu ne peux pas en creer tu ne peux que modifier des existantes. Mais ça arrive. Sachant que j'aimerais un truc automatique pour faire ça instantannément pour les demos.
Create small function to allow Hadrien to make modification.