1
Good morning gentlemen,
I’m creating a system of contracts and I’m having a question of how to realize a certain idea.
How the contract works by closures and paragraphs, I need to add indexes dynamically.
The idea would be like this:
1 - Primeira Clausura.
1.1 - Primeiro paragrafo.
1.2 - Segundo Paragrafo
...
2 - Segunda Clausura.
2.1 - Primeiro paragrafo da segunda clausura.
2.2 - Segundo paragrafo da segunda clausura.
...
3 - Terceira Clausura.
3.1 - Terceiro paragrafo da Terceira clausura.
3.2 - STerceiro paragrafo da Terceira clausura.
...
I have a js function that adds these paragraphs through a textarea, that is to say it does not write to a database and receives nothing from a database, so if the user deletes the paragraph 2.1
for example, the paragraph 2.2
automatically becomes 2.1
.
Good any idea already helps enough, I thank you! Hug!
If you do not use bank, where are you recording? Or if you can give more details, I did not understand the question right.
– Guilherme Dambros