Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7d377cd4360c679df6205a33e31c66b0 > files > 40

perl-Alien-GvaScript-1.110.0-1mdv2010.0.noarch.rpm

Revision history for Alien-GvaScript

1.11
  - added Seb in author list
  - repeat: ix starts at 0, count starts at 1
            fix bug in removing "repeat" attrs
            both add() and remove() methods
  - many updates in doc

1.10
  treeNavigator
    - new option noPingOnFirstClick
    - new option treeTabIndex
    - by default, tree element gets tabIndex 0
    - better focus management when quick navigation through keys
    - doubleClick handler
    - up/down at end of tree falls back to default navigator behaviour
  choiceList
    - new option choiceItemTagName
  autoCompleter
    - multivalued
    - click handler on drowpdown lists
    - new options : 
           completeOnTab
           actionItems      
           multivalued      
           multivalue_separator
           choiceItemTagName
           htmlWrapper      
           observed_scroll  
           additional_params
           http_method      

1.09
  - upgrade to prototype.js v1.6
  - New components GvaScript.Repeat and GvaScript.Form
  - at end of tree, arrowdown and arrowup come back to default behaviour

1.08    22.05.2007
  - Event.stop() for keypad '*' and '-' in treeNavigator

1.07    02.05.2007
  - autocompleter : support for "" in strict mode

1.06    22.04.2007
  - fix strict mode when autoSuggest=false

1.05    18.04.2007
  - fixes from Jean-Christophe (parentOffset, set_datasource)

1.04    06.04.2007
  - bug fixes && refactoring some details in autocompleter
  - added option ANTIREGEX in KeyMap
  - added PAGE_UP/DOWN in choiceList and option scrollCount

1.03    01.04.2007
  - added options caseSensitive in autoCompleter
  - fixed bug in Builder.pm (dependendy on Pod:POM::View::HTML)

1.02    17.03.2007
  - bug fix, typo in examples/treeNavigator/frames/toc.html

1.01    09.03.2007
  - removed t/boilerplate.t, useless at this stage and failed on linux

1.00    08.03.2007
  - First public release