You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to define a helper which can perform a loop, and as part of this, I'd like to pass in the @FIRST, @last and @Index variables. I notice this is possible in the EnumberableRenderer, but I'm not sure how I go about implementing this in an helper declared inline using the RegisterHelper interface.
Do you have an example of how to implement this?
The text was updated successfully, but these errors were encountered:
If I can resolve this, this should fix #17 too :-) It'll require an extension to the RegisterHelper interface where you can specificy those variables I think
Hi, I want to define a helper which can perform a loop, and as part of this, I'd like to pass in the @FIRST, @last and @Index variables. I notice this is possible in the EnumberableRenderer, but I'm not sure how I go about implementing this in an helper declared inline using the RegisterHelper interface.
Do you have an example of how to implement this?
The text was updated successfully, but these errors were encountered: