Firefox addon development: how to create empty numeric or date boxes -
I am trying to create a form with some fields in XUL. I failed to find a way to create a datepicker with a numeric box and one empty values. Typ number has the default "0" value in the textbox, I can change the default to different numbers, but I can change the box Want to be empty The same goes for the datepicker element, I have to specify a valid date, but I want to decide to enter user dates until it is empty.
Any suggestions?
I suspect that everything may result in a default value, although I do not know the official documents Its concrete evidence in terms of (except for empty and properties in Firefox 3.0, I have been led to this hypothesis). Keeping this in mind, your only option is to use the scheme textbox or to choose some defaults. If you have not changed or you provide an option to enable / disable the field, can you always ignore numeric and date fields?
Comments
Post a Comment