Welcome Guest, Not a member yet? Register   Sign In
repopulating a textarea
#7

[eluser]Dam1an[/eluser]
@maicobreako: there's also a shorthand version
Code:
// Long way
<textarea name="comment" class="inputs" rows="7" cols="27"><?php echo this->form_validation->set_value('comment');?></textarea>

// Short hand
<textarea name="comment" class="inputs" rows="7" cols="27"><?=set_value('comment')?></textarea>

set_value is a helper function, so it makes it a little bit less clittered


Messages In This Thread
repopulating a textarea - by El Forum - 05-04-2009, 12:20 PM
repopulating a textarea - by El Forum - 05-04-2009, 12:31 PM
repopulating a textarea - by El Forum - 05-04-2009, 01:39 PM
repopulating a textarea - by El Forum - 05-04-2009, 01:45 PM
repopulating a textarea - by El Forum - 05-04-2009, 01:53 PM
repopulating a textarea - by El Forum - 05-13-2009, 08:26 AM
repopulating a textarea - by El Forum - 05-13-2009, 08:29 AM
repopulating a textarea - by El Forum - 05-13-2009, 08:33 AM
repopulating a textarea - by El Forum - 05-13-2009, 08:51 AM
repopulating a textarea - by El Forum - 03-16-2010, 12:40 PM
repopulating a textarea - by El Forum - 03-16-2010, 01:08 PM
repopulating a textarea - by El Forum - 03-16-2010, 01:13 PM
repopulating a textarea - by El Forum - 03-16-2010, 01:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB