Class: Ambling::Stock::Settings::DataSetSelector::DropDown
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::DataSetSelector::DropDown
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
- #FFFFFF
-
(hex code) #
Constant Summary collapse
- VALUES =
[:bg_color,:bg_color_selected,:bg_color_hover,:text_size,:text_color,:text_color_selected,:border_color,:border_width,:scroller_color,:scroller_bg_color,:arrow_color,:corner_radius]
Instance Attribute Summary collapse
-
#arrow_color ⇒ Object
- 3
-
(Number) #.
-
#bg_color ⇒ Object
- #EEEEEE
-
(hex code) #.
-
#bg_color_hover ⇒ Object
[data_set_selector.text_size]#.
-
#bg_color_selected ⇒ Object
- #DDDDDD
-
(hex code) #.
-
#border_color ⇒ Object
- 0
-
(Number) #.
-
#border_width ⇒ Object
- #c7c7c7
-
(hex code) #.
-
#corner_radius ⇒ Object
Returns the value of attribute corner_radius.
-
#scroller_bg_color ⇒ Object
- #ABABAB
-
(hex code) #.
-
#scroller_color ⇒ Object
- #EFEFEF
-
(hex code) #.
-
#text_color ⇒ Object
- data_set_selector.text_color
-
(hex code) #.
-
#text_color_selected ⇒ Object
- #ABABAB
-
(hex code) #.
-
#text_size ⇒ Object
- data_set_selector.text_color
-
(hex code) #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#arrow_color ⇒ Object
- 3
-
(Number) #
1306 1307 1308 |
# File 'lib/ambling/stock.rb', line 1306 def arrow_color @arrow_color end |
#bg_color ⇒ Object
- #EEEEEE
-
(hex code) #
1266 1267 1268 |
# File 'lib/ambling/stock.rb', line 1266 def bg_color @bg_color end |
#bg_color_hover ⇒ Object
[data_set_selector.text_size]#
1274 1275 1276 |
# File 'lib/ambling/stock.rb', line 1274 def bg_color_hover @bg_color_hover end |
#bg_color_selected ⇒ Object
- #DDDDDD
-
(hex code) #
1270 1271 1272 |
# File 'lib/ambling/stock.rb', line 1270 def bg_color_selected @bg_color_selected end |
#border_color ⇒ Object
- 0
-
(Number) #
1290 1291 1292 |
# File 'lib/ambling/stock.rb', line 1290 def border_color @border_color end |
#border_width ⇒ Object
- #c7c7c7
-
(hex code) #
1294 1295 1296 |
# File 'lib/ambling/stock.rb', line 1294 def border_width @border_width end |
#corner_radius ⇒ Object
Returns the value of attribute corner_radius.
1310 1311 1312 |
# File 'lib/ambling/stock.rb', line 1310 def corner_radius @corner_radius end |
#scroller_bg_color ⇒ Object
- #ABABAB
-
(hex code) #
1302 1303 1304 |
# File 'lib/ambling/stock.rb', line 1302 def scroller_bg_color @scroller_bg_color end |
#scroller_color ⇒ Object
- #EFEFEF
-
(hex code) #
1298 1299 1300 |
# File 'lib/ambling/stock.rb', line 1298 def scroller_color @scroller_color end |
#text_color ⇒ Object
- data_set_selector.text_color
-
(hex code) #
1282 1283 1284 |
# File 'lib/ambling/stock.rb', line 1282 def text_color @text_color end |
#text_color_selected ⇒ Object
- #ABABAB
-
(hex code) #
1286 1287 1288 |
# File 'lib/ambling/stock.rb', line 1286 def text_color_selected @text_color_selected end |
#text_size ⇒ Object
- data_set_selector.text_color
-
(hex code) #
1278 1279 1280 |
# File 'lib/ambling/stock.rb', line 1278 def text_size @text_size end |