Module: CustomFieldsHelper (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
CustomFieldsHelper#custom_fields_tabs
CustomFieldsHelper#custom_field_tag / 2
CustomFieldsHelper#custom_field_label_tag / 2
CustomFieldsHelper#custom_field_tag_with_label / 2
CustomFieldsHelper#custom_field_tag_for_bulk_edit / 3
CustomFieldsHelper#show_value / 1
CustomFieldsHelper#format_value / 2
CustomFieldsHelper#custom_field_formats_for_select / 1
CustomFieldsHelper#render_api_custom_values / 2
is a submodule of
module: <Toplevel Module>   
is included by
class: AccountController   
class: IssuesController   
class: ProjectsController   
class: TimelogController   
class: UsersController   
has properties
method: custom_fields_tabs   
method: custom_field_tag / 2   
method: custom_field_label_tag / 2   
method: custom_field_tag_with_label / 2   
method: custom_field_tag_for_bulk_edit / 3   
method: show_value / 1   
method: format_value / 2   
method: custom_field_formats_for_select / 1   
method: render_api_custom_values / 2   
is defined at
#20 in app/helpers/custom_fields_helper.rb  

Overview

Module Structure

  module: <Toplevel Module>
class: AccountController     
class: IssuesController     
class: ProjectsController     
class: TimelogController     
class: UsersController     
module: CustomFieldsHelper     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActionController )
ApplicationController
  AccountController     
  IssuesController     
  ProjectsController     
  TimelogController     
  UsersController     

Instance Methods

CustomFieldsHelper#custom_fields_tabs

#22 in app/helpers/custom_fields_helper.rb

custom_fields_tabs

CustomFieldsHelper#custom_field_tag / 2

#36 in app/helpers/custom_fields_helper.rb

custom_field_tag ( name ,
  custom_value )

CustomFieldsHelper#custom_field_label_tag / 2

#74 in app/helpers/custom_fields_helper.rb

custom_field_label_tag ( name ,
  custom_value )

CustomFieldsHelper#custom_field_tag_with_label / 2

#81 in app/helpers/custom_fields_helper.rb

custom_field_tag_with_label ( name ,
  custom_value )

CustomFieldsHelper#custom_field_tag_for_bulk_edit / 3

#85 in app/helpers/custom_fields_helper.rb

custom_field_tag_for_bulk_edit ( name ,
  custom_field ,
  projects=nil )

CustomFieldsHelper#show_value / 1

#113 in app/helpers/custom_fields_helper.rb

show_value ( custom_value )

CustomFieldsHelper#format_value / 2

#119 in app/helpers/custom_fields_helper.rb

format_value ( value ,
  field_format )

CustomFieldsHelper#custom_field_formats_for_select / 1

#128 in app/helpers/custom_fields_helper.rb

custom_field_formats_for_select ( custom_field )

CustomFieldsHelper#render_api_custom_values / 2

#133 in app/helpers/custom_fields_helper.rb

render_api_custom_values ( custom_values ,
  api )