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
I love the render function, and I want to stop wireRenderFile and move over to it. At the moment I use wireRenderFile and pass the PageArray or field as a variable. This works great, as it also lets me set other variables.
However render doesn't have such functionality. I would like to see the following example:
Then being able to access "title" using $title inside the activity.php. Also there is a need to update renderValue() as it's not consistent with render. For example renderValue has to be
$page->renderValue($new, "large/activity");
rather than:
$page->renderValue($new, "activity", "large");
So what be cool if render and renderValue goes to:
I love the render function, and I want to stop wireRenderFile and move over to it. At the moment I use wireRenderFile and pass the PageArray or field as a variable. This works great, as it also lets me set other variables.
However render doesn't have such functionality. I would like to see the following example:
Then being able to access "title" using $title inside the activity.php. Also there is a need to update renderValue() as it's not consistent with render. For example renderValue has to be
rather than:
So what be cool if render and renderValue goes to:
The text was updated successfully, but these errors were encountered: