Issue 79: buttons in header using <A> tag
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by sonukap...@gmail.com, Aug 13, 2009
Can you give us options to render the buttons as standard links using "<a
...></a> instead of using the <button... /> ?

Thanks, 
Aug 30, 2009
Project Member #1 adamrs...@gmail.com
hi sonukapoor,
in the next release, which i have been working on for the past 2 months and hope to get 
out next week, the default markup for a button at the top will be like this:

  <div><a><span>button text</span></a></div>

however, if you need to style the buttons for fullcalendar v1.2, you could either 
change the source, or make a custom header, which you could hook up to the calendar via 
the api (using http://arshaw.com/fullcalendar/docs/#navigation-methods). i know this 
would probably more work than you were expecting, sry :(, but its the only way to do it 
for now

-adam
Summary: buttons in header using <A> tag
Status: Accepted
Aug 30, 2009
Project Member #2 adamrs...@gmail.com
correction: hope to get 1.3 out at end of *this* week (ie in 7 days)
Sep 21, 2009
Project Member #3 adamrs...@gmail.com
1.3 is out now, thanks for being patient. it doesnt use button/input tags anymore,
now uses combination of div/a/span, which might be more useful for you.
Status: Fixed
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released