Questions tagged as 'tags'

1
answer

Copy code snippet, modify and paste into another Div

I am designing an experimental system where when clicking a button it copies what is selected (in this case an excerpt in html) like the one below: <section> <h1> titulo </h1> <p>texto desta área</p> &l...
asked by 18.04.2018 / 12:55
0
answers

How to model tables to store tag

I have a SQL Server database where I have a table of videos linked to several tags. As it is done here in the forum where each post is linked to several tags. What is the best practice for modeling the database? At first I thought of so...
asked by 01.02.2018 / 21:47
1
answer

Get TagsManager IDs

I have a form with several fields, one of them I use TagsManager to insert tags (clients registered), now when I send this form I need to save the ID's of these clients registered in the same field, separated by commas. I have tried to use the...
asked by 13.11.2017 / 14:39
2
answers

Group tags separated by PHP commas

Good morning! Next I have a question, and I am not able to reach conclusion. I'm creating a field called tag where it fetches tag related posts. In the bank it is filled as follows; post1 tag: exemplo1,exemplo2 post2 tag: exemplo3,exe...
asked by 18.06.2017 / 09:50
0
answers

word limit with jquery

I'm using xoxco's jquery.tagsinput plugin to insert a tagged field into my article, but I need a tag limit inserted there, so I need a word counter to limit how many words are inserted, with the pluguin, whenever the user types "space" creates a...
asked by 05.03.2017 / 00:45
2
answers

How to set a select field with a predefined value

I need to make the select field bring me the information that is in
asked by 25.11.2016 / 15:47
0
answers

Call a JavaSript function from an html code. Note: The JavaScript code is in the same file.

I need to call functions in html without a button, calling when a part of html code is executed. with the button I already did, it looks like this: <input type="button" value="Nome do botão" onclick="nomeDaFuncao();" /> I wanted to ca...
asked by 26.10.2015 / 21:04
0
answers

Google Translate: do not translate HTML tags

I'm using the Google translator to do HTML document translation sets in Portuguese to English. Is there any way to teach Google to realize that HTML tags are not meant to be translated ? This without using a Google account to fix all cases indi...
asked by 19.05.2015 / 12:59
1
answer

Form being rendered with wrong action attribute

I'm using the spring form tags to render the forms present in my views, but I'm having problems because they are being generated with the wrong action attribute. In my controller, I have the method: @RequestMapping(value="altera/{theString}...
asked by 21.06.2014 / 13:19
2
answers

Regex | Catch separate group [closed]

This tag repeats changing the content and would like to know if you can get each content separately TextBox TXTTESTE = new TextBox(); TextBox TXTTESTEDOIS = new TextBox(); TextBox TXTTESTETRES = new TextBox(); ListBox LBTESTE =...
asked by 15.04.2014 / 22:29