Welcome Guest, Not a member yet? Register   Sign In
User Manual: smileys
#1

[eluser]monkster[/eluser]
Hi,

In the section regarding views:

"&lt;/form&gt; <p>Click to insert a smiley!</p> &lt;?php echo $smiley_table; ?&gt; &lt;/body&gt; &lt;/html&gt;"

This is out of the textarea when it's supposed to be within.
#2

[eluser]Grahack[/eluser]
Code:
<p>Click to insert a smiley!</p> &lt;?php echo $smiley_table; ?&gt;
is out of the form tag, so will be outside the textarea.
IMHO, no way to display the smiley table in the textarea (if it was what you wanted to do).
#3

[eluser]monkster[/eluser]
Oh, that's not what I meant.

On that page, http://ellislab.com/codeigniter/user-gui...elper.html , the example was showing what to place inside the View file, and the contents of the View file was placed inside a textarea on smiley_helper.html, but I suppose "&lt;/form&gt; <p>Click to insert a smiley!</p> &lt;?php echo $smiley_table; ?&gt; &lt;/body&gt; &lt;/html&gt;" was left out of the textarea by mistake.

Was a little confusing for me when I first read that page.
#4

[eluser]Grahack[/eluser]
Ok, sorry. It seems to be fixed now.




Theme © iAndrew 2016 - Forum software by © MyBB