VAStGoodies.com
Your VA Smalltalk OSS repository. Powered by VA Smalltalk with Seaside.

Hosted Projects with tag jquery

JQuery
This is the VASt port of the jQuery and jQuery UI bindings for Seaside developed in Squeak by Lukas Renggli.

For more information on jQuery see http://jquery.com and http://jqueryui.com.
Licence:
MIT
Licence URL:http://en.wikipedia.org/wiki/MIT_License
Developers:Adriaan van Os
Tags:javascript jquery seaside
Configuration Maps:JQuery/JQueryUI, JQuery/JQueryUI Tests
JQuery Autocompletion Plugin
This is an updated version of the goodie that runs in VA Smalltalk 8.0.1 - tiny change made by Joachim Tuchel
Read more at: http://joachimtuchel.wordpress.com/2009/12/14/vast-8-0-1-seaside-using-the-jquery-ui-plugins/
Original info by Bart Veenstra follows:
Wrapper for Autocomplete plugin for JQuery.

JQuery Plugin created by Jörn Zaefferer
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
Current version: 1.1
Compressed filesize: 8.001 bytes
License: MIT/GPL
Tested in: Firefox 3, IE 6 & 7, Opera 9, Safari 3
Migrated to VAST80 by Bart Veenstra

Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering.

By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

This can be used to enter previous selected values, eg. for tags, to complete an address, eg. enter a city name and get the zip code, or maybe enter email addresses from an addressbook.

[Usage example]
|id|
( html textInput )
; id: (id := html nextId)
; script: ( html jQuery new script: [ :s | s << ( s jQuery id: id ) autocomplete data: anOrderedCollectionOfStrings] )
[Usage example Ajaxified]
|id|
( html textInput )
; id: (id := html nextId)
; script: ( html jQuery new script: [ :s | s << ( s jQuery id: id ) autocomplete data: anOrderedCollectionOfStrings ; useAjax: true with: s ] )
Licence:
MIT/GPL
Blog:http://beartcommons.wordpress.com/
Email:bart.veenstra@gmail.com
Developers:Bart Veenstra, Joachim Tuchel
Tags:ajax autocomplete jquery seaside
Configuration Maps:JQuery-plugin Autocomplete
<Unsorted>
Configuration Maps:AbtOleEdit, Announcements Demos Seaside, ComputerTelephony, Compuware SplitterWidget, Goodies - UML Designer, JQuery-plugin Bind, JQuery-plugin QTip, JQuery-plugin Radiobutton and Checkbox, JQuery-plugin Table Sorter, JQuery-plugin Table Sorter Example, Modelling, MSKDyBaseWithTests, MSKFFLLInterface, MSKGeneralDatabase, MSKGLibWrapper, MSKGLibWrapperWithTests, MSKMdlPlainRuntime, MSKMSAgentWrapper, MSKOleAdditions, MSKOOoAutoGenerated, MSKOOoBaseLibrary, MSKOOoCodeGenerator, MSKOOoExamplesAndIDE, MSKOOoSmalltalkExtensions, MSKOpenGLSupport Core, MSKOpenGLSupport Examples, MSKOpenGLSupport Examples FreeImage, MSKOpenGLSupport GUI, MSKOpenGLSupport Runtime Loading, MSKOpenGLSupport Structures, MSKPlatformExtension, MSKPostgreSQLAbtDBMLayer, MSKPostgreSQLAbtDBMLayerWithTests, MSKProcessViewer, MSKRemoteCommandTools, MSKRexxSupport, MSKScintillaWrapper, MSKSDL, MSKSDLWithTests, MSKSnarlInterface, MSKSQLiteAbtDBMLayer, MSKSystemExtension, MSKTestModel, MSKTreBinding, MSKTreBindingWithTests, MSKUREWrapper, Obdobion, EMan - Examples, VBRegex, z.ST: Database, PostgreSQL-Base