Questions tagged [jade4j]

jade4j's intention is to be able to process jade templates in Java without the need of a JavaScript environment, while being fully compatible with the original jade syntax.

jade4j's intention is to be able to process jade templates in Java without the need of a JavaScript environment, while being fully compatible with the original jade syntax (source).

52 questions
0
votes
2 answers

How to delete Jade agents

I need to run my solution N times and in each iteration a set of agents is created but before passing to the next iteration (i+1), I need to shut down the platform or to delete all the agents so they can be created again in (i+1) iteration. I have…
0
votes
1 answer

submit post form values from jade to node js

I have such a form on my jade template form(action='/scheduler/save/' + project.Id, method='post') div.form-group label.control-label.col-md-2 RecurringPattern div.col-md-10 …
Hayot
  • 251
  • 6
  • 15
0
votes
2 answers

Passing objects between nodejs and jade

I have the following code in my server.js var cddata = []; body.rows.forEach(function(doc) { cddata.push([{id: doc.id, name: doc.key, text:doc.value.Time, group: 1}]); }); response.render('timeline', {cddata:…
user1384205
  • 1,231
  • 3
  • 20
  • 39
0
votes
1 answer

play! 2.1.3 scala app/views/*.jade do not get included as part of play dist

My issue is that when I, run 'play dist', unzip the dist and look through the jars in lib, I can see that my app/views/*.jade files are not getting included. How do I tell play to include these jade files as part of my views?? Thanks!
Baracs
  • 139
  • 1
  • 6
-1
votes
1 answer

tab its not working correctly

I am trying to put a tab panel in my Node.js with Express but I can't change the text when I click in the tab for example general. I don't have any errors. I don't know why it is not working. I am converting the PHP website to Node.js Jade and…
Rsrd
  • 23
  • 8
-2
votes
1 answer

I am using Jade as my templating engine in node.js but I am not able to watch the image in view here are the error below

This is the error on view whenever I try watch it Here is the code : doctype html head title Express JS body h1 Welcome to Express JS site. p= name ul#nav.bakri li.lelii one li two …
asi
  • 11
  • 5
-2
votes
1 answer

How to i18n in jade4j?

How to output internationalized text in Jade4j please?
Jaroslav Záruba
  • 4,694
  • 5
  • 39
  • 58
1 2 3
4