jquery-expander icon indicating copy to clipboard operation
jquery-expander copied to clipboard

Add optional appendExpandPrefixToSummaryText option

Open tracyfloyd opened this issue 9 years ago • 1 comments

Sometimes I need to separate the expandPrefix from the link that actually triggers the expand (so I can treat the link as a block level element on it sown line, etc). This change adds an "appendExpandPrefixToSummaryText" option that if true will append the expandPrefix to the summary text instead of prepending it to the moreLabel.

tracyfloyd avatar Feb 27 '15 19:02 tracyfloyd

Thanks for the pull request. I'm not sure, though, if it's worth adding this feature for such an edge case. Also, on line 415, it looks like you're still adding expandPrefix to summaryText, even though you're concatenating it onto ret in the previous line.

kswedberg avatar Mar 15 '15 21:03 kswedberg