Initial release

 

xTypeAheadify.js is the world's first publicly available extensible jQuery plugin specifically for IBM XPages.

xTypeAheadify.js enhanced the end user experience by adding the following fully customizable enhancements to the out of the box typeAhead control:

 

  • waitingIcon - A visual indicator when the user is typing to indicate a lookup is in progress
  • failIcon – A visual indicator to indicate to the user that no results are found
  • toolTipMsg - A optional popup message when no results are found to assist the user
  • tooTipPosition - A positional optional for the popup message
  • continueAfterFail - A option to prevent further typing once a non-matching string has been entered
  • visualTimeout - A timeout option allowing the developer to determine how long the icons are displayed for

 

<strong><span style="font-size: 14px; ">Install:</span></strong></div>

&nbsp;

<span style="font-size: 14px; ">- Copy the NSF to your Domino directory, adjust ACL as necessary.&nbsp;</span></div>

<span style="font-size: 14px; ">- Open the &quot;xTypeAheadify.xsp&quot; XPage in a browser.&nbsp;</span></div>

&nbsp;

<span style="font-size: 14px; ">Instructions on how the control works and how to use in in an XPages application are published here</span></div>

<span style="font-size: 14px; "><span style="font-family: arial, helvetica, sans-serif; ">-&nbsp;<a href="https://github.com/markyroden/xTypeAheadify/wiki/Using">https://github.com/markyroden/xTypeAheadify/wiki/Using</a></span></span></div>

&nbsp;

<span style="font-size: 14px; ">Blog posting with examples</span></div>

<span style="font-size: 14px; "><span style="font-family: arial, helvetica, sans-serif; ">-&nbsp;<a href="http://xomino.com/2012/05/29/xtypeaheadify/">http://xomino.com/2012/05/29/xtypeaheadify/</a></span></span></div>

&nbsp;

<span style="font-size: 14px; ">Demonstration</span></div>

<span style="font-size: 14px; "><span style="font-family: arial, helvetica, sans-serif; ">-&nbsp;<a href="http://demo.xomino.com/xomino/openntf/xTypeAhead.nsf/xTypeAheadify.xsp">http://demo.xomino.com/xomino/openntf/xTypeAhead.nsf/xTypeAheadify.xsp</a></span></span></div>

&nbsp;

<span style="font-size: 14px; ">Requirements:</span></div>

&nbsp;

<span style="font-size: 14px; ">Domino 8.5.3 or higher.</span></div>

<span style="font-size: 14px; ">This control has been tested with Firefox 12, Chrome 19, Safari, IE8, Android Gingerbread</span></div>

 

 

----------------------------------------------------------------------------------------------------------------------------------------

Thanks to Serdar Başeğmez for pointing me in the right direction ensuring "only" typeAhead fields are enhanced Yes

 

Thanks to Sven Hasselbach for the xSnippet which made the capture of the incoming results set possible

http://openntf.org/XSnippets.nsf/snippet.xsp?id=typeahead-onstartoncomplete-event

&nbsp;