Posts by Helio Bentzen • 13 points
3 posts
-
1
votes2
answers1245
viewsQ: Insert CSV line break every N characters
I have a js code that has a var that takes a string and this string needs to be broken every n lines so as not to break the maximum width of csv content. Besides, no word needs to be broken in half.…
javascriptasked Helio Bentzen 13 -
0
votes8
answers17582
viewsA: Use Bootstrap and Primefaces without one interfering with the other?
The ideal in this case is to disable Primefaces Theme on the web.xml: <context-param> <param-name>primefaces.THEME</param-name> <param-value>none</param-value>…
-
0
votes2
answers2175
viewsQ: CRUD plugin for Wordpress
Someone knows a tool (plugin) that allows you to customize CRUDS simple and access them in the wordpress interface?