Jump to content

Textarea - are tags closed


x1nick

Recommended Posts

Hi

 

May have noticed recently was asking for html syntax javascript highlighting and got this working 100%

 

Now as this is build into my CMS I need something to check that the tags are closed when the user presses save.

 

Basically the user can use tags like this

{if error}

{else}

{/if}

 

{foreach details}

{/foreach}

 

I need to make sure that the user has added the closing tag for every opening tag they have entered. (can be more than one!)

 

Whats the best approach to this through javascript?

Link to comment
Share on other sites

You can try storing opening tags in an array, and then when the closing tag is found, remove the opening tag from the array. When doing validation, check to see if there are any elements in the array. If there are, the user hasn't closed all of their tags.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.