facebook

How to change HTML template

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #236121 Reply

    migesem
    Member

    Hello,

    It seems that both, MyEclipse “HTML Designer” and “Classic HTML Editor” (in preview mode), don’t accept the HTML tag <applet/>.

    I would like to change this one with the <object/> tag, wich doesn’t cause MyEclipse browser crash.

    Is it possible to change the template wich is written in the StartPageForxxxx.hmtl from the Applet Wizard when a Applet class is created.

    I would like to change the code:

    
    <applet codebase="." 
                code="applet.class" 
                name="applet" 
                width="320" 
                height="240">
          
          <!--<param name="p0" value="">
              <param name="p1" value="">-->
        
        </applet>
    

    with the following:

    
    <object codetype="application/java" 
                classid="java:applet.class"
                width="300" 
                height="100" 
                codebase="WEB-INF/classes">
    
               <!--<param name="p0" value="">
               <param name="p1" value="">-->
        
          </object>
    

    Thanks
    Michel

    #236164 Reply

    Riyad Kalla
    Member

    Michel,
    We don’t have a template called StartPageFor(whatever).html, so I’m not sure how to address your question. Do you have another plugin installed that might provied this template?

    #236175 Reply

    migesem
    Member

    I dont understand, but when I make “File->New->Applet” an Applet Wizard opens, and on the next-Dialog from this wizard comes a StartPageForxxx.html dialog, isn’t it from MyEcliple? Sorry
    Michel

    #236197 Reply

    Riyad Kalla
    Member

    Sorry Michel, I wasn’t even thinking of the Applet wizard when you asked this, you are correct, we provide it and the template is located at <MyEclipse dir>\eclipse\plugins\com.genuitec.eclipse.wizards_3.9.310\Templates\Applet.html

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How to change HTML template

You must be logged in to post in the forum log in