vote up 0 vote down star

I have an administrative area with some elements (2 fields text and ID and sort field) and each elements can be manage by create/edit/delete actions

And I think that I can make it easier by using textarea, where administrator can operates items as a text

<textarea>
  <item1:1>
  <item2:3>
</textarea>

where each item is included into < and > and it have the identifier after colon, so administrator can easily sort elements and rename them.

I just tested it one user and he said that numbers are confuse him.

May be put the numbers with colon into span tag and make it in different color....

what do you think? does textarea allowed tags? Is it more simple than working with items?

flag

0% accept rate

1 Answer

vote up 2 vote down

The content model for textarea is #PCDATA (processed character data). This means elements inside will not be accepted.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.