Commit b5714334 authored by Nicolas Dumazet's avatar Nicolas Dumazet

move autocompletion from erp5_jquery to erp5_autcompletion_ui


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37468 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 37ffd86e
<registered_skin_selection>
<skin_folder_selection>
<skin_folder>erp5_autocompletion_ui</skin_folder>
<skin_selection>View</skin_selection>
</skin_folder_selection>
</registered_skin_selection>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Folder" module="OFS.Folder"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>erp5_autocompletion_ui</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -94,7 +94,7 @@ $(function() {\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>jquery.erp5.js</string> </value>
<value> <string>jquery.erp5.autocompletion.js</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
2010-08-04 nicolas.dumazet
* Initial import.
\ No newline at end of file
Copyright (c) 2010 Nexedi SA
\ No newline at end of file
erp5_view_style
erp5_jquery
\ No newline at end of file
Support for autocompletion on fields.
\ No newline at end of file
GPL
\ No newline at end of file
nicolas.dumazet
\ No newline at end of file
None
\ No newline at end of file
erp5_autocompletion_ui
\ No newline at end of file
erp5_autocompletion_ui
\ No newline at end of file
1.0
\ No newline at end of file
11
\ No newline at end of file
12
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment