Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Java applet in page


Go to End


4 Posts   1735 Views

Avatar
Android08

Community Member, 18 Posts

21 September 2008 at 8:56pm

Hi

Is it possible to embed a Java applet into the page? I have tried using edit HTML to do it but it just deletes all the code when I click save.

Thanks

Avatar
Blackdog

Community Member, 156 Posts

22 September 2008 at 10:24pm

why not try set it up as a widget that you could add to the page as you wish.

Avatar
Android08

Community Member, 18 Posts

23 September 2008 at 3:51am

I thought that the widgets were for things in the side bar. I want the applet in the page like is possible with the flash.

Avatar
dio5

Community Member, 501 Posts

23 September 2008 at 4:08am

Edited: 23/09/2008 4:08am

you could just add an extra TextField and $db-element for it, the content field probably just deletes all the code..

the disadvantage of this is that you can't put it _in_ yr $Content, but at least above or below it...