Questions tagged as 'template'

2
answers

Templates for Laravel

I'm starting a system that will be the foundation of all company systems. The system will develop in Laravael 4 and the interface will be a theme of wrapbootstrap . What would be the best practices for using my library / package layo...
asked by 02.10.2014 / 03:40
1
answer

Change MenuItem Popup Template WPF

I'm trying to modify the style of my MenuItems and their SubMenuItems but the popup where the SubMenuItems are is in a default style. To be clearer: Popup is a default Windows component of WPF ...     
asked by 04.07.2017 / 02:32
1
answer

Error undefined reference when trying to use a template class

I have a Set template class and a Menu class both with their respective .cpp and .hpp, when trying to use a pointer of the set class in my Menu class I get the following error: ||=== Build: Debug in Trabalho04 (compiler: GNU GCC Compiler)...
asked by 04.12.2015 / 22:20
1
answer

I can not render html in python 3 [closed]

I have the following app: #!/usr/bin/python3 from bottle import template, route, run import html cabeca = (''' <html lang="pt-br"> <head> </head> <body> <nav id="menu"> {{menu}}...
asked by 29.08.2018 / 07:14
1
answer

Problem with application Laravel + AdminLTE

My problem is this, the application I'm developing has a client listing, which uses the following code to display: <section class="content"> <div class="row"> <div class="col-xs-12"> <div class="box...
asked by 03.10.2017 / 20:03
1
answer

Featured Image Wordpress

Hello! I have the following problem, I am building a theme and the page where the posts are added is not the index.php, so that the posts appeared I had to put <?php query_posts(''); ?> in the loop, it worked normally, but the funct...
asked by 07.07.2017 / 14:18
2
answers

Create Bootstrap template to be used on all JSP pages of your Java app, implementing only the "content / content"

Good morning, Personal, "I know it's more of a subject", but someone could help me with this question. I'm used to making templates with facelets, so I generate an xhtml file and write it down inside it, where it will be Header, Content an...
asked by 24.05.2016 / 15:51
1
answer

Set the ItemsSource of a ComboBox within an ItemTemplate

Hello, I have a ComboBox inside the ItemTemplate of a ListBox, the items in this ListBox are defined from an ObservableCollection in the ViewModel, and each item in that list is an object with a list ( List ). of options inside that should be sho...
asked by 29.04.2015 / 16:27
0
answers

Create VSIX Projects in Visual Studio Professional

I created templates for Visual Studio in version Ultimate , but for some reasons I needed to migrate to Visual Studio Professional , and since then my VSIX projects do not work anymore. Extensions to download in v...
asked by 03.02.2015 / 17:19
2
answers

Create loop in templates with php

I'm having a hard time creating an algorithm to implement using loops in a simple template class. I have my class below, it gets an HTML file, looks for specific strings that are in this file from values of an array and replaces it wi...
asked by 16.05.2017 / 13:22