留言板

Web content and javascript. Can they work together?

thumbnail
Parag Negi,修改在12 年前。

Web content and javascript. Can they work together?

Junior Member 帖子: 69 加入日期: 11-8-31 最近的帖子
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,修改在12 年前。

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

Junior Member 帖子: 69 加入日期: 11-8-31 最近的帖子
anyone got any ideas...
thumbnail
Dhrutika Parekh,修改在12 年前。

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

Expert 帖子: 435 加入日期: 09-2-9 最近的帖子
Hi Parag,

You can have web content with javscripts.

Regards,
dhrutika
tabtim naja,修改在11 年前。

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

New Member 帖子: 7 加入日期: 12-10-22 最近的帖子
how can i put javascript code in web content??

is it do by clicking "source" button and put code in ,, right?
thumbnail
Hitoshi Ozawa,修改在11 年前。

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

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
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,修改在11 年前。

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

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
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,修改在11 年前。

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

Regular Member 帖子: 177 加入日期: 12-6-22 最近的帖子
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.