Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull #31

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

pull #31

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a1ae5f2
initial push
stlsmiths Aug 10, 2012
4f5de93
initial push for gallery
stlsmiths Aug 11, 2012
29b3615
gallery push
stlsmiths Aug 12, 2012
728959d
updated docs and src
stlsmiths Aug 12, 2012
7736c5c
Added totalItemsResponse property
stlsmiths Aug 13, 2012
e5cc57a
updated per irc discussions
stlsmiths Aug 13, 2012
697fcab
first push
stlsmiths Aug 14, 2012
b6d3e62
updated resizeFooter, css
stlsmiths Aug 14, 2012
824ac16
update footerview css, js
stlsmiths Aug 18, 2012
aae64bc
fixed pag-view css
stlsmiths Aug 18, 2012
bf5c646
remove resizePag and console.log
stlsmiths Aug 24, 2012
2849cfe
initial commit
stlsmiths Aug 26, 2012
0038e53
added selectedCells stuff
stlsmiths Aug 27, 2012
8cfd445
remove Y.log
stlsmiths Aug 27, 2012
06b8733
fixed destructor and docs
stlsmiths Aug 27, 2012
3deff1f
Rebuilt dt-pag logic, removed _bindPaginator
stlsmiths Aug 29, 2012
c04367c
trailing comma, docs
stlsmiths Aug 31, 2012
d68580a
change css and add range selection
stlsmiths Sep 1, 2012
c5957c3
Add preserve "select" on DT sort
stlsmiths Sep 3, 2012
ac1d708
Fixed local data pagination, but in non-sort
stlsmiths Sep 3, 2012
9907120
Initial push of datatable-formatters
stlsmiths Sep 5, 2012
ab4ca1b
update build.props
stlsmiths Sep 5, 2012
813748b
Initial push for contextmenu-view
stlsmiths Sep 5, 2012
c3d65eb
updated docs, readonly attrs
stlsmiths Sep 5, 2012
3a75fdc
updated doc error selectionMode
stlsmiths Sep 10, 2012
da36035
initial push dt-checkbox-select
stlsmiths Sep 12, 2012
4763b65
initial commit
stlsmiths Sep 17, 2012
a17c5c1
for cal-jumpnav added destructor
stlsmiths Sep 17, 2012
86e9b46
added openEventType attr
stlsmiths Sep 18, 2012
452e539
add panel, calendar dependencies
stlsmiths Sep 19, 2012
d0884be
added selection event, tests
stlsmiths Sep 24, 2012
9389753
Fix CSS, select click hndlr
stlsmiths Nov 16, 2012
3ea0fb9
Fix IE .indexOf error
stlsmiths Nov 19, 2012
180a2ad
Update src/gallery-datatable-selection/build.properties
stlsmiths Nov 20, 2012
4255666
Made several changes to dt-paginator;
stlsmiths Nov 21, 2012
bbe771c
updated pag-view
stlsmiths Nov 28, 2012
4350cc7
Merge branch 'master' of https://github.com/stlsmiths/yui3-gallery
stlsmiths Nov 28, 2012
fced270
major rebuild of dt-pag
stlsmiths Nov 28, 2012
2cff78a
push of major rebuild
stlsmiths Nov 28, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/gallery-calendar-jumpnav/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
builddir=../../../builder/componentbuild
component=gallery-calendar-jumpnav
component.jsfiles=calendar-jumpnav.js
component.requires=plugin, base-build, view, panel, calendar
#component.supersedes=
component.skinnable=false

7 changes: 7 additions & 0 deletions src/gallery-calendar-jumpnav/build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- YUI 3 Gallery Component Build File -->
<project name="Calendar Jump Navigation" default="local">
<description>Calendar Jump Navigation Build File</description>
<property file="build.properties" />
<import file="${builddir}/3.x/bootstrap.xml" description="Default Build Properties and Targets" />
</project>
10 changes: 10 additions & 0 deletions src/gallery-calendar-jumpnav/docs/api.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
YUI.add("yuidoc-meta", function(Y) {
Y.YUIDoc = { meta: {
"classes": [
"Y.Calendar.JumpNavView",
"Y.Plugin.Calendar.JumpNav"
],
"modules": [],
"allModules": []
} };
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading