I should be able to specify that a _linkButton is disabled
Summary: Eric would like to be able to show navigation buttons that are always there, but disabled for the current page. It's a reasonable desire.
This should probably be thought of in broader terms, though: we should provide a way for any appropriate node to be disabled. For example, _edit()
should also be disableable, at least in theory. So think about how this is exposed -- it might be a parameter on _linkButton
, but it might be a modifier function instead, a la _class()
.