Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6727

Show
Ignore:
Timestamp:
05/12/07 19:00:30 (1 year ago)
Author:
sam
Message:

prototype: Update CHANGELOG to reflect preferred capitalization for Element#insert

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/trunk/CHANGELOG

    r6726 r6727  
    1515* Make Element into a constructor: new Element(tagName, attributes). Add Element#writeAttribute which accepts a hash of attributes or a name/value pair. Closes #7476. [Mislav Marohnić, haraldmartin, Tobie Langel] 
    1616 
    17 * Insertion overhaul: Add Element.insert(content[, position = 'Bottom']). Deprecate Insertion (kept for backwards compatibility). Make Ajax.Updater option.insertion accept both Insertion.Top or the now preferred 'Top'. Closes #7907. [Tobie Langel] 
     17* Insertion overhaul: Add Element.insert(content[, position = 'bottom']). Deprecate Insertion (kept for backwards compatibility). Make Ajax.Updater option.insertion accept both Insertion.Top or the now preferred 'top'. Closes #7907. [Tobie Langel] 
    1818 
    1919* Refactor Element.extend and eliminate Element.extend.cache.  [sam]