<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://ideajam.net/ideajam/p/ij.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Sun, 19 May 2013 03:16:27 +0000</lastBuildDate>
	<title>IdeaJam(tm) : Option for a Field to have its content selected when getting focus</title>
	<description>An RSS feed generated by IdeaJam(tm) for Option for a Field to have its content selected when getting focus</description>
	<link>http://ideajam.net/ideajam/p/ij.nsf</link>
	<image>
	    <title>IdeaJam(tm) : Option for a Field to have its content selected when getting focus</title>
	    <url>http://ideajam.net/ideajam/p/ij.nsf</url>
	    <link>http://ideajam.net/ideajam/p/ij.nsf/LogoSquare.gif?OpenImageResource</link>
	</image>
	<item>
		<pubDate>Wed, 06 Aug 2008 15:23:38 +0000</pubDate>
		<title>Domino Designer / : Option for a Field to have its content selected when getting focus</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Theo Heselmans&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=Fields"&gt;Fields&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=property"&gt;property&lt;/a&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=selection"&gt;selection&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;div&gt;When a user is using a web app (or any app for that matter), and he/she moves from one field to another (e.g. by using the tab-key) the content of the field that gets the focus, is usually selected. The moment the users starts typing, that content is overwritten.&lt;/div&gt;
&lt;div&gt;In Notes this has never happened, because the cursor is placed before the first character of the field-content.&lt;/div&gt;
&lt;div&gt;I would like an property (checkbox, off by default) to have the field-content selected upon focus.&lt;/div&gt;
&lt;div&gt;Many of my users would appreciate this (standard) behaviour.&lt;/div&gt;
&lt;div&gt;You can do this programmatically, but this is a lot of work.&lt;/div&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A3BB1C39CF11A4FB8625749D004F11C1?OpenDocument</link>
	</item>
	<item>
		<pubDate>Fri, 08 Aug 2008 14:59:07 +0000</pubDate>
		<title>re: Option for a Field to have its content selected when getting focus</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Kevin Pettitt&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Wow this is freaky. Just yesterday this exact same idea occurred to me as well. Must be some undocumented telepathy feature of Sametime :-).&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A3BB1C39CF11A4FB8625749D004F11C1?opendocument&amp;#commentsanc&amp;id=3F74E2C651956A3D8625749F004CD32E</link>
	</item>
	<item>
		<pubDate>Fri, 08 Aug 2008 11:54:18 +0000</pubDate>
		<title>re: Option for a Field to have its content selected when getting focus</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Steve McDonagh&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Oh yes PLEASE! This would be a very good thing to have!&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A3BB1C39CF11A4FB8625749D004F11C1?opendocument&amp;#commentsanc&amp;id=AF5251A6807F1CEB8625749F003BE779</link>
	</item>
	<item>
		<pubDate>Fri, 15 Aug 2008 12:27:30 +0000</pubDate>
		<title>re: Option for a Field to have its content selected when getting focus</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Joseph Hoetzl&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; onClick event of the field:&lt;br /&gt;&lt;br /&gt;this.focus();&lt;br /&gt;this.select();&lt;br /&gt;&lt;br /&gt;A lot of work?&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A3BB1C39CF11A4FB8625749D004F11C1?opendocument&amp;#commentsanc&amp;id=A11F96771DF28072862574A6003EF17F</link>
	</item>
	<item>
		<pubDate>Sat, 16 Aug 2008 05:12:45 +0000</pubDate>
		<title>re: Option for a Field to have its content selected when getting focus</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Theo Heselmans&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; @Joseph:&lt;br /&gt;your solution does not work in Notes, and it only works on clicking. I need a Notes solution, that also works when e.g. tabbing.&lt;br /&gt;There is a 2 line solution, but I don't want to add it to each field.&lt;br /&gt;BTW this works:&lt;br /&gt;&lt;br /&gt;Sub Entering(Source As Field)&lt;br /&gt; Dim ws As New NotesUIWorkspace&lt;br /&gt; Call ws.CurrentDocument.SelectAll&lt;br /&gt;End Sub&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A3BB1C39CF11A4FB8625749D004F11C1?opendocument&amp;#commentsanc&amp;id=8122ACEB183105C5862574A700172409</link>
	</item>
	<item>
		<pubDate>Wed, 10 Sep 2008 01:03:13 +0000</pubDate>
		<title>re: Option for a Field to have its content selected when getting focus</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Willy L&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; The last thing we need is more one-trick-pony options. What if you only want the text selected the first time? What if you only want it selected if the user hasn't changed it? There are too many variables for a checkbox-option to be useful. Consider... &lt;br /&gt; &lt;br /&gt; Sub Entering(Source As Field) &lt;br /&gt; Select Case ThisDoc.Description(0) &lt;br /&gt; Case "" , "Enter Description" &lt;br /&gt; Call ThisUIDoc.FieldSetText( "Description" , "Enter Description" ) &lt;br /&gt; ThisUIDoc.SelectAll &lt;br /&gt; Case "None" &lt;br /&gt; Call ThisUIDoc.FieldSetText( "Description" , "Description Required" ) &lt;br /&gt; ThisUIDoc.SelectAll &lt;br /&gt; End Select &lt;br /&gt; &lt;br /&gt;I've yet to come across a requirement to select-all every time a field is entered. I'm not saying it doesn't exist...just not worth complicating the properties dialog with another checkbox. Just code it. &lt;br /&gt;&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A3BB1C39CF11A4FB8625749D004F11C1?opendocument&amp;#commentsanc&amp;id=1F216557A2E45510862574C000004B80</link>
	</item>
	<item>
		<pubDate>Fri, 09 Jan 2009 19:19:06 +0000</pubDate>
		<title>re: Option for a Field to have its content selected when getting focus</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Christopher Baier&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; This would be great. Perhaps only when tabbing from field to field (text, numeric).&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A3BB1C39CF11A4FB8625749D004F11C1?opendocument&amp;#commentsanc&amp;id=EA00DF40D6EAC2EC86257539006A1EBF</link>
	</item>
	<item>
		<pubDate>Wed, 26 Aug 2009 09:05:17 +0000</pubDate>
		<title>re: Option for a Field to have its content selected when getting focus</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Christopher Boote&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; I have written code to do this so many times that I can do it in my sleep&lt;br /&gt;YES PLEASE let's have it as a default option - for web, client or both&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A3BB1C39CF11A4FB8625749D004F11C1?opendocument&amp;#commentsanc&amp;id=72CE6D5C2FA5FCAF8625761E002C6E32</link>
	</item>
</channel></rss>
