Posts

Showing posts from December, 2017

At Least One Checkbox Is Checked From All CheckBox Group | #CodeFactory

Image
File : checkBox.jsp <!DOCTYPE html > <html> <head> <title>checkbox</title> <!-- for bootstrap css and js --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <center> <h2> checkbox</h2> </center> <form action="#" class="form-horizontal" method="post" onsubmit="return checkFormData()"> <!-- Check Box 1 --> <div class="form-group"> <label class="control-label col-sm-4">Check Box 1</label> <div class="col-sm-5"> <

Web Page Editor In Eclipse | Code Factory

Image
You use the Web Page Editor Palette to edit and create a variety of tags, such as HTML, JSP, JSF, and so on. In addition to standard HTML and JSP tags, the Palette displays an item for each tag in the JSP tag libraries that are on the application's classpath. You drag and drop tags on to the Design or Source view to design Web pages. You can pin the Palette to be open, or set to automatically expand when the cursor is placed over it while it is in its collapsed state. To access the Palette, from your Web project open in the Project Explorer, right-click a page on which you are planning to drop or edit tags, and then select Open With > Web Page Editor from the drop-down menu. Tags : Web Application Development - Using the Web Page Editor Web Page Editor - Eclipse Web Tools Platform (WTP) - Eclipse HTML Editor (WTP) - Eclipse How To Edit JSP Page In Eclipse