Skip to content

Commit

Permalink
Merge pull request #468 from recurve/AjaxHoverable_CSS_Hook
Browse files Browse the repository at this point in the history
Ajax hoverable css hook. With examples even!
  • Loading branch information
rkiddy committed Aug 6, 2013
2 parents 2c08eaa + 3e16084 commit efbf1d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Frameworks/Ajax/Ajax/Sources/er/ajax/AjaxHoverable.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ public String hoverAreaClasses() {
if (ERXStringUtilities.isNotBlank(userDefined)) {
classes += " " + userDefined;
}

if (showHoverable()) {
classes += " showHoverable";
}
return classes;
}

Expand Down

0 comments on commit efbf1d8

Please sign in to comment.