Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
310 views
in Technique[技术] by (71.8m points)

html - Tags inside textarea

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...