DOM/Web Forms 2.0: Difference between revisions

Line 126: Line 126:
==== nsIDOMWF2RepetitionElement ====
==== nsIDOMWF2RepetitionElement ====
* Contributor: Shawn Wilsher
* Contributor: Shawn Wilsher
* Constants
** const unsigned short REPETITION_NONE = 0
** const unsigned short REPETITION_TEMPLATE = 1
** const unsigned short REPETITION_BLOCK = 2
* Properties and Methods
** attribute unsigned short repetitionType
** attribute long repetitionIndex
** readonly attribute nsIDOMElement repetitionTemplate
** readonly attribute nsIDOMHTMLCollection repetitionBlocks
** attribute unsigned long repeatStart
** attribute unsigned long repeatMin
** attribute unsigned long repeatMax
** nsIDOMElement addRepetitionBlock(in nsIDOMNode refNode)
** nsIDOMElement addRepetitionBlockByIndex(in nsIDOMNode refNode, in long index)
** void moveRepetitionBlock(in long distance)
** void removeRepetitionBlock()
* Status - Initial implementation Posted, work in progress ([https://bugzilla.mozilla.org/show_bug.cgi?id=347070 Bug 347070]).


=== <s>XTF</s> ===
=== <s>XTF</s> ===
590

edits