import React from 'react';
import ReactDOM from 'react-dom';
import JqxTabs from '../../../jqwidgets-react/react_jqxtabs.js';
import JqxPanel from '../../../jqwidgets-react/react_jqxpanel.js';
import JqxDocking from '../../../jqwidgets-react/react_jqxdocking.js';
import JqxCalendar from '../../../jqwidgets-react/react_jqxcalendar.js';
import JqxListBox from '../../../jqwidgets-react/react_jqxlistbox.js';
class Tabs extends React.Component {
render () {
return (
World
Local
Sports
Microsoft is set to get a little more pushy ensuring
you have an up-to-date browser and will automatically update Internet Explorer...
(BBC)
The High Court has dismissed a challenge to laws that
require immigrant spouses to be able to speak English in order to live in the UK...
(BBC)
British number one Elena Baltacha says Judy Murray is
a "fantastic" appointment as Great Britains new Fed Cup captain...
(BBC)
Individuals born under the zodiac sign of Leo are very
good looking and have a healthy physique, with a broad forehead. Leo are very intelligent,
extremely courageous, love their freedom and live by their own rules. Indulgence
and extravagance is like second nature to them and they love to...
)
}
}
class App extends React.Component {
componentDidMount() {
this.refs.Docking.disableWindowResize('window1');
this.refs.Docking.disableWindowResize('window2');
this.refs.Docking.disableWindowResize('window3');
this.refs.Docking.disableWindowResize('window4');
}
render() {
let listBoxSource =
[
'JavaScript Certification - Welcome to our network',
'Business Challenges via Web take a part',
'jQWidgets better web, less time. Take a tour',
'Facebook - you have 7 new notifications',
'Twitter - John Doe is following you. Look at his profile',
'New videos, take a look at YouTube.com'
];
return (