search for: edit_controller

Displaying 3 results from an estimated 3 matches for "edit_controller".

2006 Aug 04
0
TE_RICH2 RichEdit control
One noteworthy aspect of using this style with a multi-line edit is that the problem of incompatible line endings between the edit buffer and the string it returns seems to go away. In other words, under Windows, one can manipulate a string representation of the edit buffer without the index positions being off because of a carriage return/line feed in one case and only a line feed in another.
2010 Aug 03
1
Making a Text Control selected once user hits a button
I want it so that when a user hits a button, that a text control is selected and they can just start typing away and update the text control. Is there anyway to do this? -- Posted via http://www.ruby-forum.com/.
2006 Jul 24
8
Views in one controller reaching out to other controllers (best practices)
Hello all. For the purpose of my question, let''s imagine we''re building some search functionality. You''re a sales person (you poor sap). And you''re hanging out in the SalesCenterController. You need to do a search for available productions; you''ve decided to be cool and use Ajax. Do you... a) Make a remote call to an action in your current controller