Questions tagged as 'template'

1
answer

Template error returning value

I'm implementing a class that represents an array using template and dynamic allocation. However, when I did overload the + operator (addition) the following compilation error occurred (only when I try to add the objects does the error occur)....
asked by 07.05.2015 / 21:20
1
answer

Regex expression to find more than one occurrence in the same string

I'm developing a template engine in PHP for learning issues as I'm new to programming, and would like a way to find more than one #include () in my view, because the one I currently have does not find all the first.     
asked by 08.02.2018 / 11:52
1
answer

Using jsPDF, are there ready templates?

I'm using jsPDF to make a report from some user input data, however I'm having a lot of trouble getting the report pretty further due to the fact that I do not know how to customize much with the jsPDF . So there are templates ready for thi...
asked by 27.04.2016 / 20:05
0
answers

How do I know which files and folders are not being used?

I have a web template, and it has several image files, css and js. My question is if I have to know what files are not being used without me having to open each html, css and js to know what has relation or not.     
asked by 09.11.2015 / 14:53
1
answer

Leaving all highlighted column (Django + template)

I'm trying to make the entire column colorful, but only the last line is getting. I've tried all the possible logic, but I'm not getting it right. This post is a continuation of Total and subtotal in django template using lists . views...
asked by 24.12.2015 / 07:37
2
answers

Django Custom Template Tags

Good afternoon, recently I have a problem in the Django framework, I have a problem in my custom template tag, I do the method in a .py file and I call it in templates and it does not display the result I want, can take a look please? Follow...
asked by 06.06.2016 / 22:59
1
answer

FLASK - Change goable in template

I passed the template a variable and need to change (in the template) the value of it. Ex: no controller: return render_template('index.html', start_code = start_code) . I need to change start_code there in the template. How do I?...
asked by 01.11.2018 / 13:30
1
answer

How to apply a scope to a dynamically created element in AngularJS?

In the angular, I realize that the scope of the Controller is not being applied in a certain part of the code, when it is created dynamically. For example, I have a certain content inside a script tag, with type set to text/n...
asked by 04.08.2016 / 18:23
1
answer

Servlet Faces - Error in context with path

Good morning, As I said in another topic, it's not my web area but I'm trying to kkkk ... After adding a responsive template with Prologue name I get the following error. GRAVE: Servlet.service() for servlet [Faces Servlet] in context with...
asked by 15.12.2015 / 12:31
2
answers

Using Templates with PHP

Save! I have a template system that I put up in PHP represented by the following structure: require("header.php"); require("content.php"); //carregado dinamicamente via GET require("footer"); Everything works fine, but I have to manage...
asked by 01.08.2017 / 03:37