HN user

robicch

512 karma
Posts26
Comments32
View on HN
roberto.open-lab.com 12y ago

JQuery Gantt editor. Open source, SVG based.

robicch
122pts16
blog.twproject.com 13y ago

Practical Project Cost Management

robicch
19pts9
roberto.open-lab.com 13y ago

JQuery Gantt editor - new release

robicch
29pts4
roberto.open-lab.com 13y ago

JQuery Gantt editor - bugfix: invalid project handling

robicch
12pts0
roberto.open-lab.com 13y ago

JQuery Gantt editor - patch released

robicch
17pts2
roberto.open-lab.com 13y ago

JQuery Gantt editor - how to

robicch
65pts17
gantt.twproject.com 14y ago

JQuery LGPL GANTT Component

robicch
2pts0
roberto.open-lab.com 14y ago

Easy to confirm

robicch
10pts0
roberto.open-lab.com 14y ago

To JSON or not to JSON: covert a db to json

robicch
6pts3
adslifegame.com 14y ago

A new intriguing HTML5 game: AdsLife

robicch
8pts1
roberto.open-lab.com 15y ago

Tassellate my work, playing with

robicch
6pts1
roberto.open-lab.com 15y ago

JavaScript grid editor: I want to be Excel (updated)

robicch
35pts4
licorize.com 15y ago

Lenscape a html5 canvas tutorial

robicch
7pts0
kazam.de 15y ago

Web service Licorize: Social Bookmarks plus Project Management

robicch
8pts0
licorize.com 15y ago

Licorize beta 1: Get links done

robicch
26pts31
roberto.open-lab.com 15y ago

Easy going Javascript Templates

robicch
9pts1
devineu.eu 16y ago

Taming the lizard brain

robicch
8pts5
roberto.open-lab.com 16y ago

CalendarPicker: a new concept for date selection.

robicch
41pts28
roberto.open-lab.com 16y ago

So hard to have a date: js calendars review. New jquery calendar-picker

robicch
33pts19
roberto.open-lab.com 16y ago

An html sanitizer for C#

robicch
7pts3
bugsvoice.com 16y ago

New jQuery.tagInput demo

robicch
25pts1
roberto.open-lab.com 16y ago

5+1 jquery tagging components

robicch
6pts0
roberto.open-lab.com 16y ago

Delicious javascript tagging field upgraded

robicch
17pts4
roberto.open-lab.com 16y ago

A delicious-like javascript tagging input component

robicch
25pts9
roberto.open-lab.com 16y ago

A review of several JavaScript grid editors : I want to be Excel

robicch
54pts8
roberto.open-lab.com 16y ago

XSS war: a powerful Java HTML sanitizer

robicch
13pts12

If your problem is due to US locale settings, the demo is set with European format, but the editor supports multiple locales. Take care also of task dependencies that can generate alerts while changing dates.

Updated and renamed the component to jquery.tagInput (tagBox was already taken).

New version features: 1) esc key close the dropdown 2) clearing the tag will close the dropdown 3) tab on dropdown will select the tag

fixed a bug on safari, and a strange behavior pressing return.

Cheers

No, this not works because is html-encoded. There are three output to HtmlSanitizer: .html and .text should be used for visualization while .val should be used to store data as it try to preserve data inserted.