Fórum

Web content and javascript. Can they work together?

thumbnail
Parag Negi, modificado 12 Anos atrás.

Web content and javascript. Can they work together?

Junior Member Postagens: 69 Data de Entrada: 31/08/11 Postagens Recentes
Hi gang,

I have some html stuff which uses java script to call few validations and methods(which inturn sometimes call services, etc...).

Can someone tell, if web content work with java script. if not, what is best way to go about it.

Please advise,
Parag
thumbnail
Parag Negi, modificado 12 Anos atrás.

RE: Web content and javascript. Can they work together?

Junior Member Postagens: 69 Data de Entrada: 31/08/11 Postagens Recentes
anyone got any ideas...
thumbnail
Dhrutika Parekh, modificado 12 Anos atrás.

RE: Web content and javascript. Can they work together?

Expert Postagens: 435 Data de Entrada: 09/02/09 Postagens Recentes
Hi Parag,

You can have web content with javscripts.

Regards,
dhrutika
tabtim naja, modificado 11 Anos atrás.

RE: Web content and javascript. Can they work together?

New Member Postagens: 7 Data de Entrada: 22/10/12 Postagens Recentes
how can i put javascript code in web content??

is it do by clicking "source" button and put code in ,, right?
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Web content and javascript. Can they work together?

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Or defining javascript in the page where instance of web content is placed or doing an inline javascript in html tag. I haven't tried this but it also may be possible to preload javascript with the web content portlet by setting it in the xml file.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Web content and javascript. Can they work together?

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
can you tell me how to set liferay tomcat alway run until i log off from my server.
Ps. when i want liferay run ,,i will click startup.bat in bin folder.


tabtim, after you can tell me why your question is related to the topic of this thread. I don't know how setting up a server to run tomcat is related to putting javascript in web content. If you have a new question, please create a new thread. I've been asking this to everybody over and over again.
thumbnail
Nikhil Nishchal, modificado 11 Anos atrás.

RE: Web content and javascript. Can they work together?

Regular Member Postagens: 176 Data de Entrada: 22/06/12 Postagens Recentes
you can use JS code in Web content.
Steps:
1. create Structure
2. create template for the structure ( you can write the JS code in template with VM)
3. add a web content using this structure template

So by this way you can use JS in web content.