Questions tagged [view-helpers]

Use this tag for questions on ViewHelpers as used by the Fluid templating engine.

Viewhelpers are a part of Fluid. Fluid is a templating engine used primarily by TYPO3 and Neos.

ViewHelpers are special classes which build on base classes provided by Fluid. These classes can then be imported and used as part of the Fluid language.

More information:

423 questions
-1
votes
1 answer

Zend Expressive: How can I use zend-form view helpers?

How can I use zend-form view helpers? doing so... How can I use zend-form view helpers? As a result, the message about the deprecated class contiguration enter image description here What am I doing wrong?
Drakulitka
  • 41
  • 6
-2
votes
1 answer

align buttons with texts to the left side xml android

In this code I need align the buttons a Textview to the left, I try everythnin , with relative layout, gravity etcc.... I dont now why this align still togehter to the center in horizontal line, I need to the left side!
user2165656
  • 445
  • 1
  • 3
  • 11
-2
votes
3 answers

Is there a Rails helper to show array content or its count if greater than X?

I'm looking for a Ruby on Rails view helper which: take an Array as argument behave like to_sentence (http://apidock.com/rails/Array/to_sentence) in the case the size of the Array is lower than a given parameter behave like pluralize…
ZedTuX
  • 2,859
  • 3
  • 28
  • 58
1 2 3
28
29