Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jqwidgets committed Oct 4, 2018
1 parent b26d298 commit cb08eef
Show file tree
Hide file tree
Showing 80 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion buttongroup/defaultfunctionality/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxButton :theme="'material'"Group ref="myButtonGroup" @buttonclick="groupOnBtnClick($event)">
<JqxButtonGroup :theme="'material'" ref="myButtonGroup" @buttonclick="groupOnBtnClick($event)">
<button style="padding: 4px 16px" id='Left' value='Left'></button>
<button style="padding: 4px 16px" id='Center' value='Center'></button>
<button style="padding: 4px 16px" id='Right' value='Right'></button>
Expand Down
12 changes: 6 additions & 6 deletions buttongroup/templates/App.vue
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
<template>
<div>
<div>Default</div>
<JqxButton :theme="'material'"Group :mode="'checkbox'">
<JqxButtonGroup :theme="'material'" :mode="'checkbox'">
<button style="padding: 4px 16px" value='Left'></button>
<button style="padding: 4px 16px" value='Center'></button>
<button style="padding: 4px 16px" value='Right'></button>
</JqxButtonGroup>
<br />

<div>Primary</div>
<JqxButton :theme="'material'"Group :mode="'checkbox'" :template="'primary'">
<JqxButtonGroup :theme="'material'" :mode="'checkbox'" :template="'primary'">
<button style="padding: 4px 16px" value='Left'></button>
<button style="padding: 4px 16px" value='Center'></button>
<button style="padding: 4px 16px" value='Right'></button>
</JqxButtonGroup>
<br />

<div>Success</div>
<JqxButton :theme="'material'"Group :mode="'checkbox'" :template="'success'">
<JqxButtonGroup :theme="'material'" :mode="'checkbox'" :template="'success'">
<button style="padding: 4px 16px" value='Left'></button>
<button style="padding: 4px 16px" value='Center'></button>
<button style="padding: 4px 16px" value='Right'></button>
</JqxButtonGroup>
<br />

<div>Info</div>
<JqxButton :theme="'material'"Group :mode="'checkbox'" :template="'info'">
<JqxButtonGroup :theme="'material'" :mode="'checkbox'" :template="'info'">
<button style="padding: 4px 16px" value='Left'></button>
<button style="padding: 4px 16px" value='Center'></button>
<button style="padding: 4px 16px" value='Right'></button>
</JqxButtonGroup>
<br />

<div>Warning</div>
<JqxButton :theme="'material'"Group :mode="'checkbox'" :template="'warning'">
<JqxButtonGroup :theme="'material'" :mode="'checkbox'" :template="'warning'">
<button style="padding: 4px 16px" value='Left'></button>
<button style="padding: 4px 16px" value='Center'></button>
<button style="padding: 4px 16px" value='Right'></button>
</JqxButtonGroup>
<br />

<div>Danger</div>
<JqxButton :theme="'material'"Group :mode="'checkbox'" :template="'danger'">
<JqxButtonGroup :theme="'material'" :mode="'checkbox'" :template="'danger'">
<button style="padding: 4px 16px" value='Left'></button>
<button style="padding: 4px 16px" value='Center'></button>
<button style="padding: 4px 16px" value='Right'></button>
Expand Down
2 changes: 1 addition & 1 deletion dockinglayout/createcomponent/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxDocking :theme="'material'"Layout ref="myDockingLayout" :autoCreate="false">
<JqxDockingLayout :theme="'material'" ref="myDockingLayout" :autoCreate="false">
<!--The panel content divs can have a flat structure-->
<!--autoHideGroup-->
<div data-container="ToolboxPanel">
Expand Down
2 changes: 1 addition & 1 deletion dockinglayout/defaultfunctionality/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxDocking :theme="'material'"Layout :width="getWidth" :height="600" :layout="layout">
<JqxDockingLayout :theme="'material'" :width="getWidth" :height="600" :layout="layout">
<!--The panel content divs can have a flat structure-->
<!--autoHideGroup-->
<div data-container="ToolboxPanel">
Expand Down
2 changes: 1 addition & 1 deletion dockinglayout/fluidsize/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxDocking :theme="'material'"Layout :width="'100%'" :height="'90%'" :layout="layout">
<JqxDockingLayout :theme="'material'" :width="'100%'" :height="'90%'" :layout="layout">
<!--The panel content divs can have a flat structure-->
<!--documentGroup-->
<div data-container="Document1Panel">
Expand Down
2 changes: 1 addition & 1 deletion dockinglayout/idelikelayout/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxDocking :theme="'material'"Layout ref="myDockingLayout" :width="getWidth" :height="600" :layout="layout">
<JqxDockingLayout :theme="'material'" ref="myDockingLayout" :width="getWidth" :height="600" :layout="layout">
<!--The panel content divs can have a flat structure-->
<!--autoHideGroup-->
<div data-container="ToolboxPanel">
Expand Down
2 changes: 1 addition & 1 deletion dockinglayout/righttoleftlayout/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxDocking :theme="'material'"Layout ref="myDockingLayout" :width="getWidth" :height="600" :layout="layout" :rtl="true">
<JqxDockingLayout :theme="'material'" ref="myDockingLayout" :width="getWidth" :height="600" :layout="layout" :rtl="true">
<!--The panel content divs can have a flat structure-->
<!--autoHideGroup-->
<div data-container="ToolboxPanel">
Expand Down
2 changes: 1 addition & 1 deletion dockinglayout/saveloadlayout/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxDocking :theme="'material'"Layout ref="myDockingLayout" :width="getWidth" :height="600" :layout="layout">
<JqxDockingLayout :theme="'material'" ref="myDockingLayout" :width="getWidth" :height="600" :layout="layout">
<!--The panel content divs can have a flat structure-->
<!--autoHideGroup-->
<div data-container="ToolboxPanel">
Expand Down
2 changes: 1 addition & 1 deletion formattedinput/defaultfunctionality/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxForm :theme="'material'"attedInput :width="250" :height="25" :radix="'decimal'"
<JqxFormattedInput :theme="'material'" :width="250" :height="25" :radix="'decimal'"
:value="15" :spinButtons="true" :dropDown="true">
</JqxFormattedInput>
</template>
Expand Down
2 changes: 1 addition & 1 deletion formattedinput/events/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxForm :theme="'material'"attedInput @open="onOpen($event)" @close="onClose($event)"
<JqxFormattedInput :theme="'material'" @open="onOpen($event)" @close="onClose($event)"
@change="onChange($event)" @radixChange="onRadixChange($event)"
:width="300" :height="25" :radix="'decimal'"
:value="190" :spinButtons="true" :dropDown="true">
Expand Down
2 changes: 1 addition & 1 deletion formattedinput/exponentialnotation/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxForm :theme="'material'"attedInput ref="myFormattedInput"
<JqxFormattedInput :theme="'material'" ref="myFormattedInput"
:width="200" :height="25" :radix="'decimal'" :spinButtons="false"
:value="330000" :decimalNotation="'exponential'">
</JqxFormattedInput>
Expand Down
2 changes: 1 addition & 1 deletion formattedinput/fluidsize/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxForm :theme="'material'"attedInput ref="myFormattedInput"
<JqxFormattedInput :theme="'material'" ref="myFormattedInput"
:width="'30%'" :height="25" :radix="'binary'" :value="10111">
</JqxFormattedInput>
</template>
Expand Down
2 changes: 1 addition & 1 deletion formattedinput/keyboardnavigation/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxForm :theme="'material'"attedInput style="float: left"
<JqxFormattedInput :theme="'material'" style="float: left"
:width="250" :height="25" :radix="'hexadecimal'" :value="'a1'"
:spinButtons="false" :dropDown="true">
</JqxFormattedInput>
Expand Down
2 changes: 1 addition & 1 deletion formattedinput/negativenumbers/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxForm :theme="'material'"attedInput :width="600" :height="25" :radix="'decimal'" :dropDown="true" :value="-10">
<JqxFormattedInput :theme="'material'" :width="600" :height="25" :radix="'decimal'" :dropDown="true" :value="-10">
</JqxFormattedInput>
</template>

Expand Down
2 changes: 1 addition & 1 deletion formattedinput/righttoleftlayout/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxForm :theme="'material'"attedInput style="float: left"
<JqxFormattedInput :theme="'material'" style="float: left"
:width="250" :height="25" :radix="'binary'"
:value="10000" :dropDown="true" :rtl="true">
</JqxFormattedInput>
Expand Down
2 changes: 1 addition & 1 deletion formattedinput/simpleinput/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxForm :theme="'material'"attedInput ref="myFormattedInput"
<JqxFormattedInput :theme="'material'" ref="myFormattedInput"
:width="250" :height="25" :radix="'binary'" :value="100001">
</JqxFormattedInput>

Expand Down
2 changes: 1 addition & 1 deletion formattedinput/twowaydatabinding/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div>The value is: {{ value }}</div><br />

<JqxForm :theme="'material'"attedInput v-model="value" :width="200" :height="25" :radix="'decimal'" :spinButtons="true" :dropDown="true" />
<JqxFormattedInput :theme="'material'" v-model="value" :width="200" :height="25" :radix="'decimal'" :spinButtons="true" :dropDown="true" />
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion formattedinput/uppercasehexadecimals/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxForm :theme="'material'"attedInput :width="250" :height="25" :radix="16" :value="'1CF'" :spinButtons="true" :upperCase="true">
<JqxFormattedInput :theme="'material'" :width="250" :height="25" :radix="16" :value="'1CF'" :spinButtons="true" :upperCase="true">
</JqxFormattedInput>
</template>

Expand Down
2 changes: 1 addition & 1 deletion formattedinput/validation/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxForm :theme="'material'"attedInput :width="250" :height="25" :radix="'decimal'"
<JqxFormattedInput :theme="'material'" :width="250" :height="25" :radix="'decimal'"
:spinButtons="true" :value="0" :min="0" :max="1000">
</JqxFormattedInput>
</template>
Expand Down
2 changes: 1 addition & 1 deletion treegrid/advancedfiltering/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="getWidth"
:source="dataAdapter"
:pageable="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/aggregates/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="getWidth"
:height="400"
:source="dataAdapter"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/aggregatestemplate/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="getWidth"
:source="dataAdapter"
:altRows="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/celledit/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxTree :theme="'material'"Grid @cellBeginEdit="treeGridOnCellBeginEdit($event)"
<JqxTreeGrid :theme="'material'" @cellBeginEdit="treeGridOnCellBeginEdit($event)"
@cellEndEdit="treeGridOnCellEndEdit($event)"
:width="getWidth" :source="dataAdapter"
:columns="columns" :sortable="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columnalignment/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:sortable="true"
:columns="columns"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columncheckboxes/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:checkboxes="true"
:altRows="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columnformatting/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:height="350"
:sortable="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columnhierarchicalcheckboxes/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:checkboxes="true"
:hierarchicalCheckboxes="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columnicons/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:icons="true"
:ready="ready"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columnreorder/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:columnsReorder="true"
:altRows="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columnresize/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:columnsResize="true"
:altRows="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columnshierarchy/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:altRows="true"
:columnsResize="true"
:ready="ready"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/columnsmallicons/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:sortable="true"
:icons="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/commandcolumn/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid" @rowClick="rowClick($event)"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid" @rowClick="rowClick($event)"
:width="width" :altRows="true" :autoRowHeight="true"
:editSettings="editSettings" :ready="ready" :rendered="rendered"
:columns="columns" :source="dataAdapter">
Expand Down
2 changes: 1 addition & 1 deletion treegrid/conditionalformatting/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="getWidth"
:source="dataAdapter"
:altRows="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/conditionalrendering/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="getWidth"
:source="dataAdapter"
:altRows="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/contextmenu/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
@contextmenu="myTreeGridOnContextmenu()"
@rowClick="myTreeGridOnRowClick($event)"
:width="getWidth"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/createComponent/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid" :autoCreate="false">
<JqxTreeGrid :theme="'material'" ref="myTreeGrid" :autoCreate="false">
</JqxTreeGrid>
</template>

Expand Down
2 changes: 1 addition & 1 deletion treegrid/csvdata/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:height="300"
:pageable="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/customeditors/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="getWidth"
:source="dataAdapter"
:altRows="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/dataexport/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="getWidth"
:source="dataAdapter"
:columns="columns"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/datagrouping/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="getWidth"
:source="dataAdapter"
:pageable="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/dataprinting/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="getWidth"
:source="dataAdapter"
:sortable="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/defaultfunctionality/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="width"
:pageable="true"
:columnsResize="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/dialog/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
@rowDoubleClick="onRowDoubleClick($event)"
:width="width"
:sortable="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/filtering/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="getWidth"
:source="dataAdapter"
:pageable="true"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/filteringapi/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
</div>

<JqxTree :theme="'material'"Grid ref="myTreeGrid"
<JqxTreeGrid :theme="'material'" ref="myTreeGrid"
:width="600"
:source="dataAdapter"
:columns="columns"
Expand Down
2 changes: 1 addition & 1 deletion treegrid/fluidsize/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxTree :theme="'material'"Grid ref="treeGrid"
<JqxTreeGrid :theme="'material'" ref="treeGrid"
:width="'80%'"
:source="dataAdapter"
:sortable="true"
Expand Down
Loading

0 comments on commit cb08eef

Please sign in to comment.