Skip to content

Instantly share code, notes, and snippets.

<table style="width:60%">
<tr>
<td>
<form action="#" method="post" name="job_application" id="job_form">
<fieldset>
<legend><h3>Personal Information</h3></legend>
<label for="fullname">Full Name:</label>
<input type="text" id="name_field" name="name"><br>
<label for="address">Home Address:</label>
<table style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
@imtiazahmad007
imtiazahmad007 / App.java
Last active January 29, 2016 20:43
json-builder-api
package main;
import java.io.IOException;
import java.text.ParseException;
import builder.QueryBuilder;
public class App {
public static void main(String[] args) throws IOException, ParseException {
Ext.define('searchadmin.controller.reports.Reports', {
extend : 'Ext.app.Controller',
requires : [
'searchadmin.view.reports.DynamicGrid',
'searchadmin.store.DynamicGridStore'
],
refs:[
{
Ext.define('searchadmin.view.reports.Reports', {
extend: 'Ext.panel.Panel',
alias: 'widget.reports',
requires: [
'searchadmin.view.reports.ReportForm'
],
layout: 'vbox',
items : [{
region: 'center',