view-helpers
How to call Action Helper as broker method in View Helper?
I have Action Helper that is database abstraction layer. I would like to access it in View Helper to read and present some data from the model.[详细]
2023-04-10 15:20 分类:问答Need to apply a css class to all textfields using Zend Framework
I\'m doing some bit of redesigning here for which we hired an outsourced freelance designer. He sent in the designs however he\'s used css class styles for the textboxes as opposed to my earlier attem[详细]
2023-04-09 21:48 分类:问答Rails 3 View helper method in Model
I have a class method in my model, and I need to access a method from one of my view helpers. Currently I am including include TalkHelper, but I still ge开发者_JAVA技巧t a NoMethodError.In your model,[详细]
2023-04-05 13:18 分类:问答Rails - Member Action with Parameter - path helper?
I saw this post about adding parameters to a member action route: Rails3 Routes - Passing parameter to a member route[详细]
2023-04-04 17:06 分类:问答Is it a good idea to leave helper :all in the applications_controller?
I am working for a company where I inherited their administration site.The guy before me didn\'t use view helpers much so 95% of the code in these helpers is mine.[详细]
2023-04-04 00:21 分类:问答Rails select_collection
I have smth like this: f.collection_select with options I need to modify the standard behaviour of that collection_select (I need to add some option there)[详细]
2023-04-01 11:37 分类:问答helper for all views in a namespace
Is there a way to create a view helper file that will be available to all views in a namespace? Like application_helper.rb, but only working for a 开发者_如何学Cgiven namespace.[详细]
2023-03-23 03:48 分类:问答Use a Rails helper in a model [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Access a view helper for a model in rails[详细]
2023-03-22 23:40 分类:问答View Helper in Kohana
I am trying to figure out a way to do the following: I want to make an action which will be loaded through ajax and also its the internal part of the page when page is reloaded.[详细]
2023-03-18 09:38 分类:问答view script doesn't recognizing view helpers in zend framework
my problem is fairly when I call a view helper from view script it can\'t be called although I addedproperly all information path to the config file via this line:[详细]
2023-03-14 12:03 分类:问答