Class: Glib::JsonUi::ViewBuilder::Fields::UrlFragment
- Inherits:
-
Hidden
- Object
- JsonUiElement
- View
- AbstractField
- Text
- Hidden
- Glib::JsonUi::ViewBuilder::Fields::UrlFragment
- Defined in:
- app/helpers/glib/json_ui/view_builder/fields.rb
Overview
Hidden field that captures URL fragment (hash) value.
Extracts the fragment portion of the URL (everything after #) and populates it as the field value. Useful for secure data passing where the fragment is not sent to the server in HTTP requests.
Instance Attribute Summary
Attributes inherited from JsonUiElement
Method Summary
Methods inherited from Hidden
Methods inherited from AbstractField
#autoValidate, #context, #created, #default_url_options, #determine_value, #disableDirtyCheck, #hint, #hint_args, #label, #label_args, #name, #placeholder, #placeholder_args, #prop, #validation, #value
Methods inherited from View
Methods inherited from JsonUiElement
action, any, array, badgeable, bool, color, component_name, date, date_time, enum, float, hash, icon, #initialize, int, length, menu, panels_builder, #props, required, singleton_array, string, text, url, views
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement