moutard / SubZoom-Proto1

1 stars 1 forks source link

Management tools : small interface to create items #76

Closed moutard closed 12 years ago

moutard commented 12 years ago

Create small function to allow Hadrien to make modification.

HadrienR commented 12 years ago

Thanks!

moutard commented 12 years ago

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.