ziya 2.1.6 → 2.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. data/Manifest.txt +0 -317
  2. data/README.txt +4 -2
  3. data/Rakefile +3 -3
  4. data/examples/charts/basic_chart.rb +0 -8
  5. data/examples/charts/views/index.erb +4 -9
  6. data/lib/ziya/charts/base.rb +2 -2
  7. data/lib/ziya/charts/support/base.rb +1 -1
  8. data/lib/ziya/core_ext/string.rb +6 -6
  9. data/lib/ziya/gauges/base.rb +1 -1
  10. data/lib/ziya/gauges/support/base.rb +2 -2
  11. data/lib/ziya/maps/base.rb +3 -3
  12. data/lib/ziya/maps/support/base.rb +2 -2
  13. data/lib/ziya/version.rb +1 -1
  14. data/lib/ziya/yaml_helpers/base.rb +1 -1
  15. data/spec/charts/chart_type_spec.rb +1 -1
  16. data/spec/core_ext/string_spec.rb +10 -10
  17. metadata +4 -321
  18. data/docs/History.txt.html +0 -50
  19. data/docs/README.txt.html +0 -403
  20. data/docs/String.html +0 -832
  21. data/docs/Ziya.html +0 -636
  22. data/docs/Ziya/Charts.html +0 -909
  23. data/docs/Ziya/Charts/Area.html +0 -672
  24. data/docs/Ziya/Charts/AreaThreed.html +0 -672
  25. data/docs/Ziya/Charts/Bar.html +0 -672
  26. data/docs/Ziya/Charts/Base.html +0 -1101
  27. data/docs/Ziya/Charts/Bubble.html +0 -672
  28. data/docs/Ziya/Charts/CandleStick.html +0 -672
  29. data/docs/Ziya/Charts/Column.html +0 -672
  30. data/docs/Ziya/Charts/ColumnThreed.html +0 -672
  31. data/docs/Ziya/Charts/Custom.html +0 -672
  32. data/docs/Ziya/Charts/Donut.html +0 -672
  33. data/docs/Ziya/Charts/FloatingBar.html +0 -672
  34. data/docs/Ziya/Charts/FloatingColumn.html +0 -672
  35. data/docs/Ziya/Charts/ImageColumn.html +0 -672
  36. data/docs/Ziya/Charts/ImagePie.html +0 -672
  37. data/docs/Ziya/Charts/Line.html +0 -672
  38. data/docs/Ziya/Charts/Mixed.html +0 -672
  39. data/docs/Ziya/Charts/ParallelThreedColumn.html +0 -672
  40. data/docs/Ziya/Charts/Pie.html +0 -672
  41. data/docs/Ziya/Charts/PieThreed.html +0 -672
  42. data/docs/Ziya/Charts/Polar.html +0 -672
  43. data/docs/Ziya/Charts/Scatter.html +0 -672
  44. data/docs/Ziya/Charts/StackedArea.html +0 -672
  45. data/docs/Ziya/Charts/StackedBar.html +0 -672
  46. data/docs/Ziya/Charts/StackedColumn.html +0 -672
  47. data/docs/Ziya/Charts/StackedThreedArea.html +0 -672
  48. data/docs/Ziya/Charts/StackedThreedColumn.html +0 -672
  49. data/docs/Ziya/Charts/Support.html +0 -1245
  50. data/docs/Ziya/Charts/Support/Area.html +0 -582
  51. data/docs/Ziya/Charts/Support/AxisCategory.html +0 -583
  52. data/docs/Ziya/Charts/Support/AxisTicks.html +0 -644
  53. data/docs/Ziya/Charts/Support/AxisValue.html +0 -583
  54. data/docs/Ziya/Charts/Support/Base.html +0 -577
  55. data/docs/Ziya/Charts/Support/Bevel.html +0 -583
  56. data/docs/Ziya/Charts/Support/Blur.html +0 -583
  57. data/docs/Ziya/Charts/Support/Button.html +0 -583
  58. data/docs/Ziya/Charts/Support/ChartBorder.html +0 -582
  59. data/docs/Ziya/Charts/Support/ChartGridH.html +0 -616
  60. data/docs/Ziya/Charts/Support/ChartGridV.html +0 -616
  61. data/docs/Ziya/Charts/Support/ChartGuide.html +0 -582
  62. data/docs/Ziya/Charts/Support/ChartLabel.html +0 -583
  63. data/docs/Ziya/Charts/Support/ChartNote.html +0 -582
  64. data/docs/Ziya/Charts/Support/ChartPref.html +0 -589
  65. data/docs/Ziya/Charts/Support/ChartRect.html +0 -632
  66. data/docs/Ziya/Charts/Support/ChartTransition.html +0 -613
  67. data/docs/Ziya/Charts/Support/Circle.html +0 -583
  68. data/docs/Ziya/Charts/Support/ContextMenu.html +0 -583
  69. data/docs/Ziya/Charts/Support/Draw.html +0 -886
  70. data/docs/Ziya/Charts/Support/DrawBase.html +0 -577
  71. data/docs/Ziya/Charts/Support/Filter.html +0 -668
  72. data/docs/Ziya/Charts/Support/FlashToJavascript.html +0 -596
  73. data/docs/Ziya/Charts/Support/Glow.html +0 -583
  74. data/docs/Ziya/Charts/Support/Image.html +0 -583
  75. data/docs/Ziya/Charts/Support/Legend.html +0 -582
  76. data/docs/Ziya/Charts/Support/Line.html +0 -583
  77. data/docs/Ziya/Charts/Support/Link.html +0 -734
  78. data/docs/Ziya/Charts/Support/LinkData.html +0 -589
  79. data/docs/Ziya/Charts/Support/Rect.html +0 -583
  80. data/docs/Ziya/Charts/Support/Scroll.html +0 -583
  81. data/docs/Ziya/Charts/Support/Series.html +0 -583
  82. data/docs/Ziya/Charts/Support/SeriesColor.html +0 -676
  83. data/docs/Ziya/Charts/Support/SeriesExplode.html +0 -676
  84. data/docs/Ziya/Charts/Support/Shadow.html +0 -583
  85. data/docs/Ziya/Charts/Support/Text.html +0 -664
  86. data/docs/Ziya/Charts/Support/Tooltip.html +0 -583
  87. data/docs/Ziya/Charts/Support/Update.html +0 -590
  88. data/docs/Ziya/Gauges.html +0 -644
  89. data/docs/Ziya/Gauges/Base.html +0 -1052
  90. data/docs/Ziya/Gauges/Radial.html +0 -654
  91. data/docs/Ziya/Gauges/Signal.html +0 -794
  92. data/docs/Ziya/Gauges/Support.html +0 -726
  93. data/docs/Ziya/Gauges/Support/Area.html +0 -577
  94. data/docs/Ziya/Gauges/Support/Base.html +0 -690
  95. data/docs/Ziya/Gauges/Support/Circle.html +0 -577
  96. data/docs/Ziya/Gauges/Support/Design.html +0 -577
  97. data/docs/Ziya/Gauges/Support/Image.html +0 -577
  98. data/docs/Ziya/Gauges/Support/Line.html +0 -577
  99. data/docs/Ziya/Gauges/Support/Link.html +0 -577
  100. data/docs/Ziya/Gauges/Support/Move.html +0 -577
  101. data/docs/Ziya/Gauges/Support/Point.html +0 -577
  102. data/docs/Ziya/Gauges/Support/Polygon.html +0 -577
  103. data/docs/Ziya/Gauges/Support/RadialBase.html +0 -654
  104. data/docs/Ziya/Gauges/Support/RadialNumbers.html +0 -694
  105. data/docs/Ziya/Gauges/Support/RadialTicks.html +0 -676
  106. data/docs/Ziya/Gauges/Support/Rect.html +0 -577
  107. data/docs/Ziya/Gauges/Support/Rotate.html +0 -577
  108. data/docs/Ziya/Gauges/Support/Scale.html +0 -577
  109. data/docs/Ziya/Gauges/Support/Text.html +0 -656
  110. data/docs/Ziya/Gauges/Support/Update.html +0 -577
  111. data/docs/Ziya/Gauges/Thermo.html +0 -826
  112. data/docs/Ziya/HtmlHelpers.html +0 -597
  113. data/docs/Ziya/HtmlHelpers/Charts.html +0 -1399
  114. data/docs/Ziya/HtmlHelpers/Gauges.html +0 -987
  115. data/docs/Ziya/HtmlHelpers/Maps.html +0 -950
  116. data/docs/Ziya/Maps.html +0 -713
  117. data/docs/Ziya/Maps/Australia.html +0 -648
  118. data/docs/Ziya/Maps/Base.html +0 -1099
  119. data/docs/Ziya/Maps/Belgium.html +0 -648
  120. data/docs/Ziya/Maps/Brazil.html +0 -648
  121. data/docs/Ziya/Maps/Canada.html +0 -648
  122. data/docs/Ziya/Maps/Europe.html +0 -648
  123. data/docs/Ziya/Maps/France.html +0 -648
  124. data/docs/Ziya/Maps/Geocode.html +0 -752
  125. data/docs/Ziya/Maps/Germany.html +0 -648
  126. data/docs/Ziya/Maps/Italy.html +0 -648
  127. data/docs/Ziya/Maps/Mexico.html +0 -648
  128. data/docs/Ziya/Maps/Support.html +0 -798
  129. data/docs/Ziya/Maps/Support/Arc.html +0 -577
  130. data/docs/Ziya/Maps/Support/ArcColor.html +0 -577
  131. data/docs/Ziya/Maps/Support/ArcRange.html +0 -577
  132. data/docs/Ziya/Maps/Support/BackgroundColor.html +0 -577
  133. data/docs/Ziya/Maps/Support/Base.html +0 -792
  134. data/docs/Ziya/Maps/Support/DefaultColor.html +0 -577
  135. data/docs/Ziya/Maps/Support/DefaultPoint.html +0 -577
  136. data/docs/Ziya/Maps/Support/FirstZoom.html +0 -577
  137. data/docs/Ziya/Maps/Support/HeatRange.html +0 -658
  138. data/docs/Ziya/Maps/Support/Hover.html +0 -577
  139. data/docs/Ziya/Maps/Support/Line.html +0 -577
  140. data/docs/Ziya/Maps/Support/LineColor.html +0 -577
  141. data/docs/Ziya/Maps/Support/LineRange.html +0 -577
  142. data/docs/Ziya/Maps/Support/OutlineColor.html +0 -577
  143. data/docs/Ziya/Maps/Support/Point.html +0 -577
  144. data/docs/Ziya/Maps/Support/PointRange.html +0 -577
  145. data/docs/Ziya/Maps/Support/Range.html +0 -753
  146. data/docs/Ziya/Maps/Support/Ranges.html +0 -658
  147. data/docs/Ziya/Maps/Support/Region.html +0 -577
  148. data/docs/Ziya/Maps/Support/ScalePoints.html +0 -577
  149. data/docs/Ziya/Maps/Support/ShowName.html +0 -577
  150. data/docs/Ziya/Maps/Support/State.html +0 -577
  151. data/docs/Ziya/Maps/Support/StateInfoIcon.html +0 -577
  152. data/docs/Ziya/Maps/Support/ZoomMode.html +0 -577
  153. data/docs/Ziya/Maps/Support/ZoomOutButton.html +0 -577
  154. data/docs/Ziya/Maps/Support/ZoomOutScale.html +0 -577
  155. data/docs/Ziya/Maps/Sweden.html +0 -648
  156. data/docs/Ziya/Maps/Uk.html +0 -648
  157. data/docs/Ziya/Maps/Us.html +0 -648
  158. data/docs/Ziya/Maps/World.html +0 -648
  159. data/docs/Ziya/YamlHelpers.html +0 -592
  160. data/docs/Ziya/YamlHelpers/Gauges.html +0 -848
  161. data/docs/Ziya/YamlHelpers/Maps.html +0 -750
  162. data/docs/Ziya/Ziyafy.html +0 -735
  163. data/docs/bin/ziyafy.html +0 -52
  164. data/docs/created.rid +0 -1
  165. data/docs/examples/charts/public/charts/themes/readme.txt.html +0 -61
  166. data/docs/examples/maps/public/maps/themes/readme.txt.html +0 -61
  167. data/docs/images/brick.png +0 -0
  168. data/docs/images/brick_link.png +0 -0
  169. data/docs/images/bullet_black.png +0 -0
  170. data/docs/images/date.png +0 -0
  171. data/docs/images/macFFBgHack.png +0 -0
  172. data/docs/images/package.png +0 -0
  173. data/docs/images/page_green.png +0 -0
  174. data/docs/images/page_white_width.png +0 -0
  175. data/docs/images/plugin.png +0 -0
  176. data/docs/images/ruby.png +0 -0
  177. data/docs/images/tag_green.png +0 -0
  178. data/docs/images/wrench.png +0 -0
  179. data/docs/images/wrench_orange.png +0 -0
  180. data/docs/images/zoom.png +0 -0
  181. data/docs/index.html +0 -978
  182. data/docs/js/darkfish.js +0 -91
  183. data/docs/js/jquery.js +0 -32
  184. data/docs/js/quicksearch.js +0 -135
  185. data/docs/js/thickbox-compressed.js +0 -10
  186. data/docs/lib/ziya.rb.html +0 -43
  187. data/docs/lib/ziya/charts/area.rb.html +0 -54
  188. data/docs/lib/ziya/charts/area_threed.rb.html +0 -153
  189. data/docs/lib/ziya/charts/bar.rb.html +0 -45
  190. data/docs/lib/ziya/charts/base.rb.html +0 -71
  191. data/docs/lib/ziya/charts/bubble.rb.html +0 -54
  192. data/docs/lib/ziya/charts/candle_stick.rb.html +0 -45
  193. data/docs/lib/ziya/charts/column.rb.html +0 -45
  194. data/docs/lib/ziya/charts/column_threed.rb.html +0 -45
  195. data/docs/lib/ziya/charts/custom.rb.html +0 -54
  196. data/docs/lib/ziya/charts/donut.rb.html +0 -54
  197. data/docs/lib/ziya/charts/floating_bar.rb.html +0 -45
  198. data/docs/lib/ziya/charts/floating_column.rb.html +0 -45
  199. data/docs/lib/ziya/charts/image_column.rb.html +0 -54
  200. data/docs/lib/ziya/charts/image_pie.rb.html +0 -54
  201. data/docs/lib/ziya/charts/line.rb.html +0 -45
  202. data/docs/lib/ziya/charts/mixed.rb.html +0 -45
  203. data/docs/lib/ziya/charts/parallel_threed_column.rb.html +0 -45
  204. data/docs/lib/ziya/charts/pie.rb.html +0 -45
  205. data/docs/lib/ziya/charts/pie_threed.rb.html +0 -45
  206. data/docs/lib/ziya/charts/polar.rb.html +0 -45
  207. data/docs/lib/ziya/charts/scatter.rb.html +0 -45
  208. data/docs/lib/ziya/charts/stacked_area.rb.html +0 -45
  209. data/docs/lib/ziya/charts/stacked_bar.rb.html +0 -45
  210. data/docs/lib/ziya/charts/stacked_column.rb.html +0 -45
  211. data/docs/lib/ziya/charts/stacked_threed_area.rb.html +0 -45
  212. data/docs/lib/ziya/charts/stacked_threed_column.rb.html +0 -45
  213. data/docs/lib/ziya/charts/support/area.rb.html +0 -56
  214. data/docs/lib/ziya/charts/support/axis_category.rb.html +0 -407
  215. data/docs/lib/ziya/charts/support/axis_ticks.rb.html +0 -48
  216. data/docs/lib/ziya/charts/support/axis_value.rb.html +0 -48
  217. data/docs/lib/ziya/charts/support/base.rb.html +0 -64
  218. data/docs/lib/ziya/charts/support/bevel.rb.html +0 -48
  219. data/docs/lib/ziya/charts/support/blur.rb.html +0 -48
  220. data/docs/lib/ziya/charts/support/button.rb.html +0 -48
  221. data/docs/lib/ziya/charts/support/chart_border.rb.html +0 -48
  222. data/docs/lib/ziya/charts/support/chart_grid_h.rb.html +0 -48
  223. data/docs/lib/ziya/charts/support/chart_grid_v.rb.html +0 -48
  224. data/docs/lib/ziya/charts/support/chart_guide.rb.html +0 -48
  225. data/docs/lib/ziya/charts/support/chart_label.rb.html +0 -49
  226. data/docs/lib/ziya/charts/support/chart_note.rb.html +0 -53
  227. data/docs/lib/ziya/charts/support/chart_pref.rb.html +0 -48
  228. data/docs/lib/ziya/charts/support/chart_rect.rb.html +0 -48
  229. data/docs/lib/ziya/charts/support/chart_transition.rb.html +0 -48
  230. data/docs/lib/ziya/charts/support/circle.rb.html +0 -48
  231. data/docs/lib/ziya/charts/support/context_menu.rb.html +0 -47
  232. data/docs/lib/ziya/charts/support/draw.rb.html +0 -57
  233. data/docs/lib/ziya/charts/support/draw_base.rb.html +0 -48
  234. data/docs/lib/ziya/charts/support/filter.rb.html +0 -52
  235. data/docs/lib/ziya/charts/support/flash_to_javascript.rb.html +0 -48
  236. data/docs/lib/ziya/charts/support/glow.rb.html +0 -48
  237. data/docs/lib/ziya/charts/support/image.rb.html +0 -52
  238. data/docs/lib/ziya/charts/support/legend.rb.html +0 -48
  239. data/docs/lib/ziya/charts/support/line.rb.html +0 -48
  240. data/docs/lib/ziya/charts/support/link.rb.html +0 -48
  241. data/docs/lib/ziya/charts/support/link_data.rb.html +0 -48
  242. data/docs/lib/ziya/charts/support/rect.rb.html +0 -48
  243. data/docs/lib/ziya/charts/support/scroll.rb.html +0 -50
  244. data/docs/lib/ziya/charts/support/series.rb.html +0 -47
  245. data/docs/lib/ziya/charts/support/series_color.rb.html +0 -62
  246. data/docs/lib/ziya/charts/support/series_explode.rb.html +0 -65
  247. data/docs/lib/ziya/charts/support/shadow.rb.html +0 -48
  248. data/docs/lib/ziya/charts/support/text.rb.html +0 -51
  249. data/docs/lib/ziya/charts/support/tooltip.rb.html +0 -53
  250. data/docs/lib/ziya/charts/support/update.rb.html +0 -49
  251. data/docs/lib/ziya/core_ext/string.rb.html +0 -50
  252. data/docs/lib/ziya/gauges/base.rb.html +0 -54
  253. data/docs/lib/ziya/gauges/radial.rb.html +0 -64
  254. data/docs/lib/ziya/gauges/signal.rb.html +0 -49
  255. data/docs/lib/ziya/gauges/support/area.rb.html +0 -57
  256. data/docs/lib/ziya/gauges/support/base.rb.html +0 -39
  257. data/docs/lib/ziya/gauges/support/circle.rb.html +0 -57
  258. data/docs/lib/ziya/gauges/support/design.rb.html +0 -39
  259. data/docs/lib/ziya/gauges/support/image.rb.html +0 -57
  260. data/docs/lib/ziya/gauges/support/line.rb.html +0 -57
  261. data/docs/lib/ziya/gauges/support/link.rb.html +0 -57
  262. data/docs/lib/ziya/gauges/support/move.rb.html +0 -57
  263. data/docs/lib/ziya/gauges/support/point.rb.html +0 -57
  264. data/docs/lib/ziya/gauges/support/polygon.rb.html +0 -57
  265. data/docs/lib/ziya/gauges/support/radial_base.rb.html +0 -58
  266. data/docs/lib/ziya/gauges/support/radial_numbers.rb.html +0 -60
  267. data/docs/lib/ziya/gauges/support/radial_ticks.rb.html +0 -57
  268. data/docs/lib/ziya/gauges/support/rect.rb.html +0 -57
  269. data/docs/lib/ziya/gauges/support/rotate.rb.html +0 -57
  270. data/docs/lib/ziya/gauges/support/scale.rb.html +0 -57
  271. data/docs/lib/ziya/gauges/support/text.rb.html +0 -57
  272. data/docs/lib/ziya/gauges/support/update.rb.html +0 -57
  273. data/docs/lib/ziya/gauges/thermo.rb.html +0 -48
  274. data/docs/lib/ziya/html_helpers.rb.html +0 -39
  275. data/docs/lib/ziya/html_helpers/base.rb.html +0 -48
  276. data/docs/lib/ziya/html_helpers/charts.rb.html +0 -48
  277. data/docs/lib/ziya/html_helpers/gauges.rb.html +0 -48
  278. data/docs/lib/ziya/html_helpers/maps.rb.html +0 -39
  279. data/docs/lib/ziya/maps/australia.rb.html +0 -48
  280. data/docs/lib/ziya/maps/base.rb.html +0 -62
  281. data/docs/lib/ziya/maps/belgium.rb.html +0 -39
  282. data/docs/lib/ziya/maps/brazil.rb.html +0 -39
  283. data/docs/lib/ziya/maps/canada.rb.html +0 -39
  284. data/docs/lib/ziya/maps/europe.rb.html +0 -39
  285. data/docs/lib/ziya/maps/france.rb.html +0 -39
  286. data/docs/lib/ziya/maps/geocode.rb.html +0 -45
  287. data/docs/lib/ziya/maps/germany.rb.html +0 -39
  288. data/docs/lib/ziya/maps/italy.rb.html +0 -39
  289. data/docs/lib/ziya/maps/mexico.rb.html +0 -39
  290. data/docs/lib/ziya/maps/support/arc.rb.html +0 -48
  291. data/docs/lib/ziya/maps/support/arc_color.rb.html +0 -48
  292. data/docs/lib/ziya/maps/support/arc_range.rb.html +0 -48
  293. data/docs/lib/ziya/maps/support/background_color.rb.html +0 -48
  294. data/docs/lib/ziya/maps/support/base.rb.html +0 -48
  295. data/docs/lib/ziya/maps/support/default_color.rb.html +0 -48
  296. data/docs/lib/ziya/maps/support/default_point.rb.html +0 -48
  297. data/docs/lib/ziya/maps/support/first_zoom.rb.html +0 -48
  298. data/docs/lib/ziya/maps/support/heat_range.rb.html +0 -50
  299. data/docs/lib/ziya/maps/support/hover.rb.html +0 -48
  300. data/docs/lib/ziya/maps/support/line.rb.html +0 -48
  301. data/docs/lib/ziya/maps/support/line_color.rb.html +0 -48
  302. data/docs/lib/ziya/maps/support/line_range.rb.html +0 -48
  303. data/docs/lib/ziya/maps/support/outline_color.rb.html +0 -48
  304. data/docs/lib/ziya/maps/support/point.rb.html +0 -48
  305. data/docs/lib/ziya/maps/support/point_range.rb.html +0 -48
  306. data/docs/lib/ziya/maps/support/range.rb.html +0 -48
  307. data/docs/lib/ziya/maps/support/ranges.rb.html +0 -47
  308. data/docs/lib/ziya/maps/support/region.rb.html +0 -48
  309. data/docs/lib/ziya/maps/support/scale_points.rb.html +0 -48
  310. data/docs/lib/ziya/maps/support/show_name.rb.html +0 -48
  311. data/docs/lib/ziya/maps/support/state.rb.html +0 -48
  312. data/docs/lib/ziya/maps/support/state_info_icon.rb.html +0 -48
  313. data/docs/lib/ziya/maps/support/zoom_mode.rb.html +0 -48
  314. data/docs/lib/ziya/maps/support/zoom_out_button.rb.html +0 -48
  315. data/docs/lib/ziya/maps/support/zoom_out_scale.rb.html +0 -48
  316. data/docs/lib/ziya/maps/sweden.rb.html +0 -39
  317. data/docs/lib/ziya/maps/uk.rb.html +0 -39
  318. data/docs/lib/ziya/maps/us.rb.html +0 -39
  319. data/docs/lib/ziya/maps/world.rb.html +0 -39
  320. data/docs/lib/ziya/utils/logger.rb.html +0 -53
  321. data/docs/lib/ziya/version.rb.html +0 -39
  322. data/docs/lib/ziya/yaml_helpers.rb.html +0 -39
  323. data/docs/lib/ziya/yaml_helpers/base.rb.html +0 -48
  324. data/docs/lib/ziya/yaml_helpers/charts.rb.html +0 -50
  325. data/docs/lib/ziya/yaml_helpers/gauges.rb.html +0 -39
  326. data/docs/lib/ziya/yaml_helpers/maps.rb.html +0 -39
  327. data/docs/rdoc.css +0 -664
  328. data/docs/release_notes.txt.html +0 -51
  329. data/docs/resources/charts/themes/readme.txt.html +0 -61
  330. data/docs/resources/maps/themes/readme.txt.html +0 -61
  331. data/examples/charts/public/charts/charts_library/dollar.jpg +0 -0
  332. data/examples/charts/public/charts/charts_library/pie.jpg +0 -0
  333. data/examples/charts/public/charts/themes/cool_theme/line_chart.yml +0 -5
  334. data/examples/charts/public/fred.xml +0 -21
@@ -1,950 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
- <head>
6
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
7
-
8
- <title>Module: Ziya::HtmlHelpers::Maps</title>
9
-
10
- <link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
11
-
12
- <script src="../../js/jquery.js" type="text/javascript"
13
- charset="utf-8"></script>
14
- <script src="../../js/thickbox-compressed.js" type="text/javascript"
15
- charset="utf-8"></script>
16
- <script src="../../js/quicksearch.js" type="text/javascript"
17
- charset="utf-8"></script>
18
- <script src="../../js/darkfish.js" type="text/javascript"
19
- charset="utf-8"></script>
20
-
21
- <script type="text/javascript" charset="utf-8">
22
- $(document).ready( function() {
23
- hookSourceViews();
24
- hookQuickSearch();
25
- highlightLocationTarget();
26
-
27
- $('ul.link-list a').bind( "click", highlightClickTarget );
28
- });
29
- </script>
30
-
31
- </head>
32
- <body class="module">
33
-
34
- <div id="metadata">
35
- <div id="file-metadata">
36
- <div id="file-list-section" class="section">
37
- <h3 class="section-header">In Files</h3>
38
- <div class="section-body">
39
- <ul>
40
-
41
- <li><a href="../../lib/ziya/html_helpers/maps.rb.html?TB_iframe=true&height=400&width=600"
42
- class="thickbox" title="lib/ziya/html_helpers/maps.rb">lib/ziya/html_helpers/maps.rb</a></li>
43
-
44
- </ul>
45
- </div>
46
- </div>
47
-
48
-
49
- </div>
50
-
51
- <div id="class-metadata">
52
-
53
- <!-- Parent Class -->
54
-
55
-
56
- <!-- Namespace Contents -->
57
-
58
-
59
- <!-- Method Quickref -->
60
-
61
- <div id="method-list-section" class="section">
62
- <h3 class="section-header">Methods</h3>
63
- <ul class="link-list">
64
-
65
- <li><a href="#_ziya_map">_ziya_map</a></li>
66
-
67
- <li><a href="#default_map_options">default_map_options</a></li>
68
-
69
- <li><a href="#gen_sw_path">gen_sw_path</a></li>
70
-
71
- <li><a href="#maps_swf">maps_swf</a></li>
72
-
73
- <li><a href="#maps_swf_base">maps_swf_base</a></li>
74
-
75
- <li><a href="#ziya_map">ziya_map</a></li>
76
-
77
- </ul>
78
- </div>
79
-
80
-
81
- <!-- Included Modules -->
82
-
83
- <div id="includes-section" class="section">
84
- <h3 class="section-header">Included Modules</h3>
85
- <ul class="link-list">
86
-
87
-
88
- <li><span class="include">Ziya::HtmlHelpers::Base</span></li>
89
-
90
-
91
- </ul>
92
- </div>
93
-
94
- </div>
95
-
96
- <div id="project-metadata">
97
- <div id="classindex-section" class="section project-section">
98
- <h3 class="section-header">Class Index</h3>
99
- <ul class="link-list">
100
-
101
-
102
- <li><a href="../../Ziya.html">Ziya</a></li>
103
-
104
-
105
- <li><a href="../../Ziya/Charts.html">Ziya::Charts</a></li>
106
-
107
-
108
- <li><a href="../../Ziya/Charts/Area.html">Ziya::Charts::Area</a></li>
109
-
110
-
111
- <li><a href="../../Ziya/Charts/AreaThreed.html">Ziya::Charts::AreaThreed</a></li>
112
-
113
-
114
- <li><a href="../../Ziya/Charts/Bar.html">Ziya::Charts::Bar</a></li>
115
-
116
-
117
- <li><a href="../../Ziya/Charts/Base.html">Ziya::Charts::Base</a></li>
118
-
119
-
120
- <li><a href="../../Ziya/Charts/Bubble.html">Ziya::Charts::Bubble</a></li>
121
-
122
-
123
- <li><a href="../../Ziya/Charts/CandleStick.html">Ziya::Charts::CandleStick</a></li>
124
-
125
-
126
- <li><a href="../../Ziya/Charts/Column.html">Ziya::Charts::Column</a></li>
127
-
128
-
129
- <li><a href="../../Ziya/Charts/ColumnThreed.html">Ziya::Charts::ColumnThreed</a></li>
130
-
131
-
132
- <li><a href="../../Ziya/Charts/Custom.html">Ziya::Charts::Custom</a></li>
133
-
134
-
135
- <li><a href="../../Ziya/Charts/Donut.html">Ziya::Charts::Donut</a></li>
136
-
137
-
138
- <li><a href="../../Ziya/Charts/FloatingBar.html">Ziya::Charts::FloatingBar</a></li>
139
-
140
-
141
- <li><a href="../../Ziya/Charts/FloatingColumn.html">Ziya::Charts::FloatingColumn</a></li>
142
-
143
-
144
- <li><a href="../../Ziya/Charts/ImageColumn.html">Ziya::Charts::ImageColumn</a></li>
145
-
146
-
147
- <li><a href="../../Ziya/Charts/ImagePie.html">Ziya::Charts::ImagePie</a></li>
148
-
149
-
150
- <li><a href="../../Ziya/Charts/Line.html">Ziya::Charts::Line</a></li>
151
-
152
-
153
- <li><a href="../../Ziya/Charts/Mixed.html">Ziya::Charts::Mixed</a></li>
154
-
155
-
156
- <li><a href="../../Ziya/Charts/ParallelThreedColumn.html">Ziya::Charts::ParallelThreedColumn</a></li>
157
-
158
-
159
- <li><a href="../../Ziya/Charts/Pie.html">Ziya::Charts::Pie</a></li>
160
-
161
-
162
- <li><a href="../../Ziya/Charts/PieThreed.html">Ziya::Charts::PieThreed</a></li>
163
-
164
-
165
- <li><a href="../../Ziya/Charts/Polar.html">Ziya::Charts::Polar</a></li>
166
-
167
-
168
- <li><a href="../../Ziya/Charts/Scatter.html">Ziya::Charts::Scatter</a></li>
169
-
170
-
171
- <li><a href="../../Ziya/Charts/StackedArea.html">Ziya::Charts::StackedArea</a></li>
172
-
173
-
174
- <li><a href="../../Ziya/Charts/StackedBar.html">Ziya::Charts::StackedBar</a></li>
175
-
176
-
177
- <li><a href="../../Ziya/Charts/StackedColumn.html">Ziya::Charts::StackedColumn</a></li>
178
-
179
-
180
- <li><a href="../../Ziya/Charts/StackedThreedArea.html">Ziya::Charts::StackedThreedArea</a></li>
181
-
182
-
183
- <li><a href="../../Ziya/Charts/StackedThreedColumn.html">Ziya::Charts::StackedThreedColumn</a></li>
184
-
185
-
186
- <li><a href="../../Ziya/Charts/Support.html">Ziya::Charts::Support</a></li>
187
-
188
-
189
- <li><a href="../../Ziya/Charts/Support/Area.html">Ziya::Charts::Support::Area</a></li>
190
-
191
-
192
- <li><a href="../../Ziya/Charts/Support/AxisCategory.html">Ziya::Charts::Support::AxisCategory</a></li>
193
-
194
-
195
- <li><a href="../../Ziya/Charts/Support/AxisTicks.html">Ziya::Charts::Support::AxisTicks</a></li>
196
-
197
-
198
- <li><a href="../../Ziya/Charts/Support/AxisValue.html">Ziya::Charts::Support::AxisValue</a></li>
199
-
200
-
201
- <li><a href="../../Ziya/Charts/Support/Base.html">Ziya::Charts::Support::Base</a></li>
202
-
203
-
204
- <li><a href="../../Ziya/Charts/Support/Bevel.html">Ziya::Charts::Support::Bevel</a></li>
205
-
206
-
207
- <li><a href="../../Ziya/Charts/Support/Blur.html">Ziya::Charts::Support::Blur</a></li>
208
-
209
-
210
- <li><a href="../../Ziya/Charts/Support/Button.html">Ziya::Charts::Support::Button</a></li>
211
-
212
-
213
- <li><a href="../../Ziya/Charts/Support/ChartBorder.html">Ziya::Charts::Support::ChartBorder</a></li>
214
-
215
-
216
- <li><a href="../../Ziya/Charts/Support/ChartGridH.html">Ziya::Charts::Support::ChartGridH</a></li>
217
-
218
-
219
- <li><a href="../../Ziya/Charts/Support/ChartGridV.html">Ziya::Charts::Support::ChartGridV</a></li>
220
-
221
-
222
- <li><a href="../../Ziya/Charts/Support/ChartGuide.html">Ziya::Charts::Support::ChartGuide</a></li>
223
-
224
-
225
- <li><a href="../../Ziya/Charts/Support/ChartLabel.html">Ziya::Charts::Support::ChartLabel</a></li>
226
-
227
-
228
- <li><a href="../../Ziya/Charts/Support/ChartNote.html">Ziya::Charts::Support::ChartNote</a></li>
229
-
230
-
231
- <li><a href="../../Ziya/Charts/Support/ChartPref.html">Ziya::Charts::Support::ChartPref</a></li>
232
-
233
-
234
- <li><a href="../../Ziya/Charts/Support/ChartRect.html">Ziya::Charts::Support::ChartRect</a></li>
235
-
236
-
237
- <li><a href="../../Ziya/Charts/Support/ChartTransition.html">Ziya::Charts::Support::ChartTransition</a></li>
238
-
239
-
240
- <li><a href="../../Ziya/Charts/Support/Circle.html">Ziya::Charts::Support::Circle</a></li>
241
-
242
-
243
- <li><a href="../../Ziya/Charts/Support/ContextMenu.html">Ziya::Charts::Support::ContextMenu</a></li>
244
-
245
-
246
- <li><a href="../../Ziya/Charts/Support/Draw.html">Ziya::Charts::Support::Draw</a></li>
247
-
248
-
249
- <li><a href="../../Ziya/Charts/Support/DrawBase.html">Ziya::Charts::Support::DrawBase</a></li>
250
-
251
-
252
- <li><a href="../../Ziya/Charts/Support/Filter.html">Ziya::Charts::Support::Filter</a></li>
253
-
254
-
255
- <li><a href="../../Ziya/Charts/Support/FlashToJavascript.html">Ziya::Charts::Support::FlashToJavascript</a></li>
256
-
257
-
258
- <li><a href="../../Ziya/Charts/Support/Glow.html">Ziya::Charts::Support::Glow</a></li>
259
-
260
-
261
- <li><a href="../../Ziya/Charts/Support/Image.html">Ziya::Charts::Support::Image</a></li>
262
-
263
-
264
- <li><a href="../../Ziya/Charts/Support/Legend.html">Ziya::Charts::Support::Legend</a></li>
265
-
266
-
267
- <li><a href="../../Ziya/Charts/Support/Line.html">Ziya::Charts::Support::Line</a></li>
268
-
269
-
270
- <li><a href="../../Ziya/Charts/Support/Link.html">Ziya::Charts::Support::Link</a></li>
271
-
272
-
273
- <li><a href="../../Ziya/Charts/Support/LinkData.html">Ziya::Charts::Support::LinkData</a></li>
274
-
275
-
276
- <li><a href="../../Ziya/Charts/Support/Rect.html">Ziya::Charts::Support::Rect</a></li>
277
-
278
-
279
- <li><a href="../../Ziya/Charts/Support/Scroll.html">Ziya::Charts::Support::Scroll</a></li>
280
-
281
-
282
- <li><a href="../../Ziya/Charts/Support/Series.html">Ziya::Charts::Support::Series</a></li>
283
-
284
-
285
- <li><a href="../../Ziya/Charts/Support/SeriesColor.html">Ziya::Charts::Support::SeriesColor</a></li>
286
-
287
-
288
- <li><a href="../../Ziya/Charts/Support/SeriesExplode.html">Ziya::Charts::Support::SeriesExplode</a></li>
289
-
290
-
291
- <li><a href="../../Ziya/Charts/Support/Shadow.html">Ziya::Charts::Support::Shadow</a></li>
292
-
293
-
294
- <li><a href="../../Ziya/Charts/Support/Text.html">Ziya::Charts::Support::Text</a></li>
295
-
296
-
297
- <li><a href="../../Ziya/Charts/Support/Tooltip.html">Ziya::Charts::Support::Tooltip</a></li>
298
-
299
-
300
- <li><a href="../../Ziya/Charts/Support/Update.html">Ziya::Charts::Support::Update</a></li>
301
-
302
-
303
- <li><a href="../../Ziya/Gauges.html">Ziya::Gauges</a></li>
304
-
305
-
306
- <li><a href="../../Ziya/Gauges/Base.html">Ziya::Gauges::Base</a></li>
307
-
308
-
309
- <li><a href="../../Ziya/Gauges/Radial.html">Ziya::Gauges::Radial</a></li>
310
-
311
-
312
- <li><a href="../../Ziya/Gauges/Signal.html">Ziya::Gauges::Signal</a></li>
313
-
314
-
315
- <li><a href="../../Ziya/Gauges/Support.html">Ziya::Gauges::Support</a></li>
316
-
317
-
318
- <li><a href="../../Ziya/Gauges/Support/Area.html">Ziya::Gauges::Support::Area</a></li>
319
-
320
-
321
- <li><a href="../../Ziya/Gauges/Support/Base.html">Ziya::Gauges::Support::Base</a></li>
322
-
323
-
324
- <li><a href="../../Ziya/Gauges/Support/Circle.html">Ziya::Gauges::Support::Circle</a></li>
325
-
326
-
327
- <li><a href="../../Ziya/Gauges/Support/Design.html">Ziya::Gauges::Support::Design</a></li>
328
-
329
-
330
- <li><a href="../../Ziya/Gauges/Support/Image.html">Ziya::Gauges::Support::Image</a></li>
331
-
332
-
333
- <li><a href="../../Ziya/Gauges/Support/Line.html">Ziya::Gauges::Support::Line</a></li>
334
-
335
-
336
- <li><a href="../../Ziya/Gauges/Support/Link.html">Ziya::Gauges::Support::Link</a></li>
337
-
338
-
339
- <li><a href="../../Ziya/Gauges/Support/Move.html">Ziya::Gauges::Support::Move</a></li>
340
-
341
-
342
- <li><a href="../../Ziya/Gauges/Support/Point.html">Ziya::Gauges::Support::Point</a></li>
343
-
344
-
345
- <li><a href="../../Ziya/Gauges/Support/Polygon.html">Ziya::Gauges::Support::Polygon</a></li>
346
-
347
-
348
- <li><a href="../../Ziya/Gauges/Support/RadialBase.html">Ziya::Gauges::Support::RadialBase</a></li>
349
-
350
-
351
- <li><a href="../../Ziya/Gauges/Support/RadialNumbers.html">Ziya::Gauges::Support::RadialNumbers</a></li>
352
-
353
-
354
- <li><a href="../../Ziya/Gauges/Support/RadialTicks.html">Ziya::Gauges::Support::RadialTicks</a></li>
355
-
356
-
357
- <li><a href="../../Ziya/Gauges/Support/Rect.html">Ziya::Gauges::Support::Rect</a></li>
358
-
359
-
360
- <li><a href="../../Ziya/Gauges/Support/Rotate.html">Ziya::Gauges::Support::Rotate</a></li>
361
-
362
-
363
- <li><a href="../../Ziya/Gauges/Support/Scale.html">Ziya::Gauges::Support::Scale</a></li>
364
-
365
-
366
- <li><a href="../../Ziya/Gauges/Support/Text.html">Ziya::Gauges::Support::Text</a></li>
367
-
368
-
369
- <li><a href="../../Ziya/Gauges/Support/Update.html">Ziya::Gauges::Support::Update</a></li>
370
-
371
-
372
- <li><a href="../../Ziya/Gauges/Thermo.html">Ziya::Gauges::Thermo</a></li>
373
-
374
-
375
- <li><a href="../../Ziya/HtmlHelpers.html">Ziya::HtmlHelpers</a></li>
376
-
377
-
378
- <li><a href="../../Ziya/HtmlHelpers/Charts.html">Ziya::HtmlHelpers::Charts</a></li>
379
-
380
-
381
- <li><a href="../../Ziya/HtmlHelpers/Gauges.html">Ziya::HtmlHelpers::Gauges</a></li>
382
-
383
-
384
- <li><a href="../../Ziya/HtmlHelpers/Maps.html">Ziya::HtmlHelpers::Maps</a></li>
385
-
386
-
387
- <li><a href="../../Ziya/Maps.html">Ziya::Maps</a></li>
388
-
389
-
390
- <li><a href="../../Ziya/Maps/Australia.html">Ziya::Maps::Australia</a></li>
391
-
392
-
393
- <li><a href="../../Ziya/Maps/Base.html">Ziya::Maps::Base</a></li>
394
-
395
-
396
- <li><a href="../../Ziya/Maps/Belgium.html">Ziya::Maps::Belgium</a></li>
397
-
398
-
399
- <li><a href="../../Ziya/Maps/Brazil.html">Ziya::Maps::Brazil</a></li>
400
-
401
-
402
- <li><a href="../../Ziya/Maps/Canada.html">Ziya::Maps::Canada</a></li>
403
-
404
-
405
- <li><a href="../../Ziya/Maps/Europe.html">Ziya::Maps::Europe</a></li>
406
-
407
-
408
- <li><a href="../../Ziya/Maps/France.html">Ziya::Maps::France</a></li>
409
-
410
-
411
- <li><a href="../../Ziya/Maps/Geocode.html">Ziya::Maps::Geocode</a></li>
412
-
413
-
414
- <li><a href="../../Ziya/Maps/Germany.html">Ziya::Maps::Germany</a></li>
415
-
416
-
417
- <li><a href="../../Ziya/Maps/Italy.html">Ziya::Maps::Italy</a></li>
418
-
419
-
420
- <li><a href="../../Ziya/Maps/Mexico.html">Ziya::Maps::Mexico</a></li>
421
-
422
-
423
- <li><a href="../../Ziya/Maps/Support.html">Ziya::Maps::Support</a></li>
424
-
425
-
426
- <li><a href="../../Ziya/Maps/Support/Arc.html">Ziya::Maps::Support::Arc</a></li>
427
-
428
-
429
- <li><a href="../../Ziya/Maps/Support/ArcColor.html">Ziya::Maps::Support::ArcColor</a></li>
430
-
431
-
432
- <li><a href="../../Ziya/Maps/Support/ArcRange.html">Ziya::Maps::Support::ArcRange</a></li>
433
-
434
-
435
- <li><a href="../../Ziya/Maps/Support/BackgroundColor.html">Ziya::Maps::Support::BackgroundColor</a></li>
436
-
437
-
438
- <li><a href="../../Ziya/Maps/Support/Base.html">Ziya::Maps::Support::Base</a></li>
439
-
440
-
441
- <li><a href="../../Ziya/Maps/Support/DefaultColor.html">Ziya::Maps::Support::DefaultColor</a></li>
442
-
443
-
444
- <li><a href="../../Ziya/Maps/Support/DefaultPoint.html">Ziya::Maps::Support::DefaultPoint</a></li>
445
-
446
-
447
- <li><a href="../../Ziya/Maps/Support/FirstZoom.html">Ziya::Maps::Support::FirstZoom</a></li>
448
-
449
-
450
- <li><a href="../../Ziya/Maps/Support/HeatRange.html">Ziya::Maps::Support::HeatRange</a></li>
451
-
452
-
453
- <li><a href="../../Ziya/Maps/Support/Hover.html">Ziya::Maps::Support::Hover</a></li>
454
-
455
-
456
- <li><a href="../../Ziya/Maps/Support/Line.html">Ziya::Maps::Support::Line</a></li>
457
-
458
-
459
- <li><a href="../../Ziya/Maps/Support/LineColor.html">Ziya::Maps::Support::LineColor</a></li>
460
-
461
-
462
- <li><a href="../../Ziya/Maps/Support/LineRange.html">Ziya::Maps::Support::LineRange</a></li>
463
-
464
-
465
- <li><a href="../../Ziya/Maps/Support/OutlineColor.html">Ziya::Maps::Support::OutlineColor</a></li>
466
-
467
-
468
- <li><a href="../../Ziya/Maps/Support/Point.html">Ziya::Maps::Support::Point</a></li>
469
-
470
-
471
- <li><a href="../../Ziya/Maps/Support/PointRange.html">Ziya::Maps::Support::PointRange</a></li>
472
-
473
-
474
- <li><a href="../../Ziya/Maps/Support/Range.html">Ziya::Maps::Support::Range</a></li>
475
-
476
-
477
- <li><a href="../../Ziya/Maps/Support/Ranges.html">Ziya::Maps::Support::Ranges</a></li>
478
-
479
-
480
- <li><a href="../../Ziya/Maps/Support/Region.html">Ziya::Maps::Support::Region</a></li>
481
-
482
-
483
- <li><a href="../../Ziya/Maps/Support/ScalePoints.html">Ziya::Maps::Support::ScalePoints</a></li>
484
-
485
-
486
- <li><a href="../../Ziya/Maps/Support/ShowName.html">Ziya::Maps::Support::ShowName</a></li>
487
-
488
-
489
- <li><a href="../../Ziya/Maps/Support/State.html">Ziya::Maps::Support::State</a></li>
490
-
491
-
492
- <li><a href="../../Ziya/Maps/Support/StateInfoIcon.html">Ziya::Maps::Support::StateInfoIcon</a></li>
493
-
494
-
495
- <li><a href="../../Ziya/Maps/Support/ZoomMode.html">Ziya::Maps::Support::ZoomMode</a></li>
496
-
497
-
498
- <li><a href="../../Ziya/Maps/Support/ZoomOutButton.html">Ziya::Maps::Support::ZoomOutButton</a></li>
499
-
500
-
501
- <li><a href="../../Ziya/Maps/Support/ZoomOutScale.html">Ziya::Maps::Support::ZoomOutScale</a></li>
502
-
503
-
504
- <li><a href="../../Ziya/Maps/Sweden.html">Ziya::Maps::Sweden</a></li>
505
-
506
-
507
- <li><a href="../../Ziya/Maps/Uk.html">Ziya::Maps::Uk</a></li>
508
-
509
-
510
- <li><a href="../../Ziya/Maps/Us.html">Ziya::Maps::Us</a></li>
511
-
512
-
513
- <li><a href="../../Ziya/Maps/World.html">Ziya::Maps::World</a></li>
514
-
515
-
516
- <li><a href="../../Ziya/YamlHelpers.html">Ziya::YamlHelpers</a></li>
517
-
518
-
519
- <li><a href="../../Ziya/YamlHelpers/Gauges.html">Ziya::YamlHelpers::Gauges</a></li>
520
-
521
-
522
- <li><a href="../../Ziya/YamlHelpers/Maps.html">Ziya::YamlHelpers::Maps</a></li>
523
-
524
-
525
- <li><a href="../../Ziya/Ziyafy.html">Ziya::Ziyafy</a></li>
526
-
527
-
528
- <li><a href="../../String.html">String</a></li>
529
-
530
- </ul>
531
- <div id="no-class-search-results" style="display: none;">No matching classes.</div>
532
-
533
- <form action="#" method="get" accept-charset="utf-8">
534
- <fieldset>
535
- <legend>Quicksearch</legend>
536
- <input type="text" name="quicksearch" value=""
537
- class="quicksearch-field" />
538
- </fieldset>
539
- </form>
540
- </div>
541
- </div>
542
- </div>
543
-
544
- <div id="documentation">
545
-
546
- <h1 class="module">Ziya::HtmlHelpers::Maps</h1>
547
-
548
-
549
- <div id="description">
550
-
551
- </div>
552
-
553
-
554
- <!-- Constants -->
555
-
556
-
557
- <!-- Attributes -->
558
-
559
-
560
- <!-- Methods -->
561
-
562
-
563
- <div id="public-instance-method-details" class="method-section section">
564
- <h3 class="section-header">Public Instance Methods</h3>
565
-
566
-
567
-
568
-
569
-
570
- <div id="-ziya-map-method" class="method-detail">
571
-
572
- <a name="_ziya_map"></a>
573
-
574
- <div class="method-heading">
575
-
576
- <span class="method-name">_ziya_map</span><span
577
- class="method-args">( url, swf_file, options )</span>
578
- <span class="method-click-advice">click to toggle source</span>
579
-
580
- </div>
581
-
582
- <div class="method-description">
583
-
584
- <p><p>
585
- generates actual html tags
586
- </p></p>
587
-
588
-
589
-
590
- <div class="method-source-code"
591
- id="-ziya-map-source">
592
- <pre>
593
- <span class="ruby-comment cmt"># File lib/ziya/html_helpers/maps.rb, line 37</span>
594
- 37: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">_ziya_map</span>( <span class="ruby-identifier">url</span>, <span class="ruby-identifier">swf_file</span>, <span class="ruby-identifier">options</span> )
595
- 38: <span class="ruby-comment cmt"># Setup options for opaque mode</span>
596
- 39: <span class="ruby-identifier">setup_wmode</span>( <span class="ruby-identifier">options</span> )
597
- 40:
598
- 41: <span class="ruby-comment cmt"># setup width and height</span>
599
- 42: <span class="ruby-identifier">setup_movie_size</span>( <span class="ruby-identifier">options</span> )
600
- 43:
601
- 44: <span class="ruby-identifier">color_param</span> = <span class="ruby-identifier">tag</span>( <span class="ruby-value str">'param'</span>, {<span class="ruby-identifier">:name</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">'bgcolor'</span>, <span class="ruby-identifier">:value</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:bgcolor</span>]}, <span class="ruby-keyword kw">true</span> )
602
- 45: <span class="ruby-identifier">color_param</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">tag</span>( <span class="ruby-value str">'param'</span>, {<span class="ruby-identifier">:name</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;wmode&quot;</span>, <span class="ruby-identifier">:value</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:wmode</span>]}, <span class="ruby-keyword kw">true</span> )
603
- 46:
604
- 47: <span class="ruby-identifier">xml_swf_path</span> = <span class="ruby-identifier">gen_sw_path</span>( <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:swf_path</span>], <span class="ruby-identifier">swf_file</span>, <span class="ruby-identifier">url</span> )
605
- 48: <span class="ruby-identifier">xml_swf_path</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-node">&quot;&amp;amp;timestamp=#{Time.now.to_i}&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:cache</span>]
606
- 49:
607
- 50: <span class="ruby-identifier">tags</span> = <span class="ruby-value str">&quot;&lt;object codebase=\&quot;\#{options[:codebase]}\&quot; classid=\&quot;\#{options[:class_id]}\&quot; id=\&quot;\#{options[:id]}\&quot; height=\&quot;\#{options[:height]}\&quot; width=\&quot;\#{options[:width]}\&quot;&gt;\n&lt;param name=\&quot;align\&quot; value=\&quot;\#{options[:align]}\&quot;/&gt;\n&lt;param name=\&quot;Flashvars\&quot; value=\&quot;lcId=\#{options[:id]}\&quot;/&gt;\n&lt;param name=\&quot;bgcolor\&quot; value=\&quot;\#{options[:bgcolor]}\&quot;/&gt;\n&lt;param name=\&quot;wmode\&quot; value=\&quot;\#{options[:wmode]}\&quot;/&gt;\n&lt;param name=\&quot;movie\&quot; value=\&quot;\#{xml_swf_path}\&quot;/&gt;\n&lt;param name=\&quot;quality\&quot; value=\&quot;\#{options[:quality]}\&quot;/&gt;\n&lt;embed scale=\&quot;noscale\&quot;\nflashvars = \&quot;lcId=\#{options[:id]}\&quot;\nbgcolor = \&quot;\#{options[:bgcolor]}\&quot;\nsrc = \&quot;\#{xml_swf_path}\&quot;\nname = \&quot;\#{options[:id]}\&quot;\npluginspage = \&quot;\#{plugin_url}\&quot;\nquality = \&quot;high\&quot;\ntype = \&quot;\#{mime}\&quot;\nwmode = \&quot;\#{options[:wmode]}\&quot;\nalign = \&quot;\#{options[:align]}\&quot;\nheight = \&quot;\#{options[:height]}\&quot;\nwidth = \&quot;\#{options[:width]}\&quot;/&gt;\n&lt;/object&gt;\n&quot;</span>
608
- 51:
609
- 52: <span class="ruby-keyword kw">end</span></pre>
610
- </div>
611
-
612
- </div>
613
-
614
-
615
- </div>
616
-
617
-
618
-
619
-
620
-
621
- <div id="default-map-options-method" class="method-detail">
622
-
623
- <a name="default_map_options"></a>
624
-
625
- <div class="method-heading">
626
-
627
- <span class="method-name">default_map_options</span><span
628
- class="method-args">()</span>
629
- <span class="method-click-advice">click to toggle source</span>
630
-
631
- </div>
632
-
633
- <div class="method-description">
634
-
635
- <p><p>
636
- default options
637
- </p></p>
638
-
639
-
640
-
641
- <div class="method-source-code"
642
- id="default-map-options-source">
643
- <pre>
644
- <span class="ruby-comment cmt"># File lib/ziya/html_helpers/maps.rb, line 8</span>
645
- 8: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">default_map_options</span>
646
- 9: {
647
- 10: <span class="ruby-identifier">:width</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;400&quot;</span>,
648
- 11: <span class="ruby-identifier">:height</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;300&quot;</span>,
649
- 12: <span class="ruby-identifier">:map_type</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">:world</span>,
650
- 13: <span class="ruby-identifier">:id</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;ziya_map&quot;</span>,
651
- 14: <span class="ruby-identifier">:code_base</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0&quot;</span>,
652
- 15: <span class="ruby-identifier">:align</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;top&quot;</span>,
653
- 16: <span class="ruby-identifier">:quality</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;high&quot;</span>,
654
- 17: <span class="ruby-identifier">:wmode</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;opaque&quot;</span>,
655
- 18: <span class="ruby-identifier">:class_id</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span>,
656
- 19: <span class="ruby-identifier">:swf_path</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;/maps/map_library&quot;</span>,
657
- 20: <span class="ruby-identifier">:use_cache</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword kw">false</span>
658
- 21: }
659
- 22: <span class="ruby-keyword kw">end</span></pre>
660
- </div>
661
-
662
- </div>
663
-
664
-
665
- </div>
666
-
667
-
668
-
669
-
670
-
671
- <div id="gen-sw-path-method" class="method-detail">
672
-
673
- <a name="gen_sw_path"></a>
674
-
675
- <div class="method-heading">
676
-
677
- <span class="method-name">gen_sw_path</span><span
678
- class="method-args">( path, swf_file, url )</span>
679
- <span class="method-click-advice">click to toggle source</span>
680
-
681
- </div>
682
-
683
- <div class="method-description">
684
-
685
- <p><p>
686
- generates swf path
687
- </p></p>
688
-
689
-
690
-
691
- <div class="method-source-code"
692
- id="gen-sw-path-source">
693
- <pre>
694
- <span class="ruby-comment cmt"># File lib/ziya/html_helpers/maps.rb, line 25</span>
695
- 25: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">gen_sw_path</span>( <span class="ruby-identifier">path</span>, <span class="ruby-identifier">swf_file</span>, <span class="ruby-identifier">url</span> )
696
- 26: <span class="ruby-identifier">path_directive</span> = <span class="ruby-node">&quot;#{path}/%s?data_file=%s&quot;</span>
697
- 27: <span class="ruby-identifier">path_directive</span> <span class="ruby-operator">%</span> [<span class="ruby-identifier">swf_file</span>, <span class="ruby-identifier">escape_url</span>( <span class="ruby-identifier">url</span> )]
698
- 28: <span class="ruby-keyword kw">end</span></pre>
699
- </div>
700
-
701
- </div>
702
-
703
-
704
- </div>
705
-
706
-
707
-
708
-
709
-
710
- <div id="maps-swf-method" class="method-detail">
711
-
712
- <a name="maps_swf"></a>
713
-
714
- <div class="method-heading">
715
-
716
- <span class="method-name">maps_swf</span><span
717
- class="method-args">()</span>
718
- <span class="method-click-advice">click to toggle source</span>
719
-
720
- </div>
721
-
722
- <div class="method-description">
723
-
724
- <p class="missing-docs">(Not documented)</p>
725
-
726
-
727
-
728
- <div class="method-source-code"
729
- id="maps-swf-source">
730
- <pre>
731
- <span class="ruby-comment cmt"># File lib/ziya/html_helpers/maps.rb, line 5</span>
732
- 5: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">maps_swf</span>() <span class="ruby-node">&quot;#{maps_swf_base}?data_file=%s&quot;</span>; <span class="ruby-keyword kw">end</span></pre>
733
- </div>
734
-
735
- </div>
736
-
737
-
738
- </div>
739
-
740
-
741
-
742
-
743
-
744
- <div id="maps-swf-base-method" class="method-detail">
745
-
746
- <a name="maps_swf_base"></a>
747
-
748
- <div class="method-heading">
749
-
750
- <span class="method-name">maps_swf_base</span><span
751
- class="method-args">()</span>
752
- <span class="method-click-advice">click to toggle source</span>
753
-
754
- </div>
755
-
756
- <div class="method-description">
757
-
758
- <p class="missing-docs">(Not documented)</p>
759
-
760
-
761
-
762
- <div class="method-source-code"
763
- id="maps-swf-base-source">
764
- <pre>
765
- <span class="ruby-comment cmt"># File lib/ziya/html_helpers/maps.rb, line 4</span>
766
- 4: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">maps_swf_base</span>() <span class="ruby-value str">&quot;/maps&quot;</span>; <span class="ruby-keyword kw">end</span></pre>
767
- </div>
768
-
769
- </div>
770
-
771
-
772
- </div>
773
-
774
-
775
-
776
-
777
-
778
- <div id="ziya-map-method" class="method-detail">
779
-
780
- <a name="ziya_map"></a>
781
-
782
- <div class="method-heading">
783
-
784
- <span class="method-name">ziya_map</span><span
785
- class="method-args">( url, map_options={} )</span>
786
- <span class="method-click-advice">click to toggle source</span>
787
-
788
- </div>
789
-
790
- <div class="method-description">
791
-
792
- <p><p>
793
- generates necessary tags for map support
794
- </p></p>
795
-
796
-
797
-
798
- <div class="method-source-code"
799
- id="ziya-map-source">
800
- <pre>
801
- <span class="ruby-comment cmt"># File lib/ziya/html_helpers/maps.rb, line 31</span>
802
- 31: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ziya_map</span>( <span class="ruby-identifier">url</span>, <span class="ruby-identifier">map_options</span>={} )
803
- 32: <span class="ruby-identifier">options</span> = <span class="ruby-identifier">default_map_options</span>.<span class="ruby-identifier">merge</span>( <span class="ruby-identifier">map_options</span> )
804
- 33: <span class="ruby-identifier">_ziya_map</span>( <span class="ruby-identifier">url</span>, <span class="ruby-node">&quot;#{options[:map_type]}.swf&quot;</span>, <span class="ruby-identifier">options</span> )
805
- 34: <span class="ruby-keyword kw">end</span></pre>
806
- </div>
807
-
808
- </div>
809
-
810
-
811
- </div>
812
-
813
-
814
- </div>
815
-
816
-
817
-
818
- </div>
819
- </div>
820
-
821
-
822
- <div id="rdoc-debugging-section-dump">
823
-
824
- <div class="section">
825
- <h2 class="section-header">secsequence</h2>
826
-
827
- <pre>--- SEC00195
828
- </pre>
829
- </div>
830
-
831
- <div class="section">
832
- <h2 class="section-header">seccomment</h2>
833
-
834
- <pre>--- &quot;&quot;
835
- </pre>
836
- </div>
837
-
838
- <div class="section">
839
- <h2 class="section-header">method_list</h2>
840
-
841
- <pre>---
842
- - methods:
843
- - visibility: public
844
- aref: M000044
845
- name: _ziya_map
846
- sourcecode: &quot; &lt;span class=\&quot;ruby-comment cmt\&quot;&gt;# File lib/ziya/html_helpers/maps.rb, line 37&lt;/span&gt;\n\
847
- 37: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;def&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;_ziya_map&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;url&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;swf_file&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt; ) \n\
848
- 38: &lt;span class=\&quot;ruby-comment cmt\&quot;&gt;# Setup options for opaque mode&lt;/span&gt;\n\
849
- 39: &lt;span class=\&quot;ruby-identifier\&quot;&gt;setup_wmode&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt; ) \n\
850
- 40: \n\
851
- 41: &lt;span class=\&quot;ruby-comment cmt\&quot;&gt;# setup width and height&lt;/span&gt;\n\
852
- 42: &lt;span class=\&quot;ruby-identifier\&quot;&gt;setup_movie_size&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt; )\n\
853
- 43: \n\
854
- 44: &lt;span class=\&quot;ruby-identifier\&quot;&gt;color_param&lt;/span&gt; = &lt;span class=\&quot;ruby-identifier\&quot;&gt;tag&lt;/span&gt;( &lt;span class=\&quot;ruby-value str\&quot;&gt;'param'&lt;/span&gt;, {&lt;span class=\&quot;ruby-identifier\&quot;&gt;:name&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;'bgcolor'&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;:value&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt;[&lt;span class=\&quot;ruby-identifier\&quot;&gt;:bgcolor&lt;/span&gt;]}, &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;true&lt;/span&gt; )\n\
855
- 45: &lt;span class=\&quot;ruby-identifier\&quot;&gt;color_param&lt;/span&gt; &lt;span class=\&quot;ruby-operator\&quot;&gt;+=&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;tag&lt;/span&gt;( &lt;span class=\&quot;ruby-value str\&quot;&gt;'param'&lt;/span&gt;, {&lt;span class=\&quot;ruby-identifier\&quot;&gt;:name&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;wmode&amp;quot;&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;:value&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt;[&lt;span class=\&quot;ruby-identifier\&quot;&gt;:wmode&lt;/span&gt;]}, &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;true&lt;/span&gt; )\n\
856
- 46: \n\
857
- 47: &lt;span class=\&quot;ruby-identifier\&quot;&gt;xml_swf_path&lt;/span&gt; = &lt;span class=\&quot;ruby-identifier\&quot;&gt;gen_sw_path&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt;[&lt;span class=\&quot;ruby-identifier\&quot;&gt;:swf_path&lt;/span&gt;], &lt;span class=\&quot;ruby-identifier\&quot;&gt;swf_file&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;url&lt;/span&gt; )\n\
858
- 48: &lt;span class=\&quot;ruby-identifier\&quot;&gt;xml_swf_path&lt;/span&gt; &lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=\&quot;ruby-node\&quot;&gt;&amp;quot;&amp;amp;amp;timestamp=#{Time.now.to_i}&amp;quot;&lt;/span&gt; &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;if&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt;[&lt;span class=\&quot;ruby-identifier\&quot;&gt;:cache&lt;/span&gt;]\n\
859
- 49: \n\
860
- 50: &lt;span class=\&quot;ruby-identifier\&quot;&gt;tags&lt;/span&gt; = &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;&amp;lt;object codebase=\\&amp;quot;\\#{options[:codebase]}\\&amp;quot; classid=\\&amp;quot;\\#{options[:class_id]}\\&amp;quot; id=\\&amp;quot;\\#{options[:id]}\\&amp;quot; height=\\&amp;quot;\\#{options[:height]}\\&amp;quot; width=\\&amp;quot;\\#{options[:width]}\\&amp;quot;&amp;gt;\\n&amp;lt;param name=\\&amp;quot;align\\&amp;quot; value=\\&amp;quot;\\#{options[:align]}\\&amp;quot;/&amp;gt;\\n&amp;lt;param name=\\&amp;quot;Flashvars\\&amp;quot; value=\\&amp;quot;lcId=\\#{options[:id]}\\&amp;quot;/&amp;gt;\\n&amp;lt;param name=\\&amp;quot;bgcolor\\&amp;quot; value=\\&amp;quot;\\#{options[:bgcolor]}\\&amp;quot;/&amp;gt;\\n&amp;lt;param name=\\&amp;quot;wmode\\&amp;quot; value=\\&amp;quot;\\#{options[:wmode]}\\&amp;quot;/&amp;gt;\\n&amp;lt;param name=\\&amp;quot;movie\\&amp;quot; value=\\&amp;quot;\\#{xml_swf_path}\\&amp;quot;/&amp;gt;\\n&amp;lt;param name=\\&amp;quot;quality\\&amp;quot; value=\\&amp;quot;\\#{options[:quality]}\\&amp;quot;/&amp;gt;\\n&amp;lt;embed scale=\\&amp;quot;noscale\\&amp;quot;\\nflashvars = \\&amp;quot;lcId=\\#{options[:id]}\\&amp;quot;\\nbgcolor = \\&amp;quot;\\#{options[:bgcolor]}\\&amp;quot;\\nsrc = \\&amp;quot;\\#{xml_swf_path}\\&amp;quot;\\nname = \\&amp;quot;\\#{options[:id]}\\&amp;quot;\\npluginspage = \\&amp;quot;\\#{plugin_url}\\&amp;quot;\\nquality = \\&amp;quot;high\\&amp;quot;\\ntype = \\&amp;quot;\\#{mime}\\&amp;quot;\\nwmode = \\&amp;quot;\\#{options[:wmode]}\\&amp;quot;\\nalign = \\&amp;quot;\\#{options[:align]}\\&amp;quot;\\nheight = \\&amp;quot;\\#{options[:height]}\\&amp;quot;\\nwidth = \\&amp;quot;\\#{options[:width]}\\&amp;quot;/&amp;gt;\\n&amp;lt;/object&amp;gt;\\n&amp;quot;&lt;/span&gt;\n\
861
- 51: \n\
862
- 52: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;end&lt;/span&gt;&quot;
863
- m_desc: |-
864
- &lt;p&gt;
865
- generates actual html tags
866
- &lt;/p&gt;
867
- params: ( url, swf_file, options )
868
- - visibility: public
869
- aref: M000041
870
- name: default_map_options
871
- sourcecode: &quot; &lt;span class=\&quot;ruby-comment cmt\&quot;&gt;# File lib/ziya/html_helpers/maps.rb, line 8&lt;/span&gt;\n 8: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;def&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;default_map_options&lt;/span&gt;\n 9: { \n\
872
- 10: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:width&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;400&amp;quot;&lt;/span&gt;,\n\
873
- 11: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:height&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;300&amp;quot;&lt;/span&gt;,\n\
874
- 12: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:map_type&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;:world&lt;/span&gt;,\n\
875
- 13: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:id&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;ziya_map&amp;quot;&lt;/span&gt;,\n\
876
- 14: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:code_base&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0&amp;quot;&lt;/span&gt;,\n\
877
- 15: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:align&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;top&amp;quot;&lt;/span&gt;,\n\
878
- 16: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:quality&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;high&amp;quot;&lt;/span&gt;,\n\
879
- 17: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:wmode&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;opaque&amp;quot;&lt;/span&gt;, \n\
880
- 18: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:class_id&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&amp;quot;&lt;/span&gt;,\n\
881
- 19: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:swf_path&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;/maps/map_library&amp;quot;&lt;/span&gt;,\n\
882
- 20: &lt;span class=\&quot;ruby-identifier\&quot;&gt;:use_cache&lt;/span&gt; =&lt;span class=\&quot;ruby-operator\&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;false&lt;/span&gt;\n\
883
- 21: }\n\
884
- 22: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;end&lt;/span&gt;&quot;
885
- m_desc: |-
886
- &lt;p&gt;
887
- default options
888
- &lt;/p&gt;
889
- params: ()
890
- - visibility: public
891
- aref: M000042
892
- name: gen_sw_path
893
- sourcecode: &quot; &lt;span class=\&quot;ruby-comment cmt\&quot;&gt;# File lib/ziya/html_helpers/maps.rb, line 25&lt;/span&gt;\n\
894
- 25: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;def&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;gen_sw_path&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;path&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;swf_file&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;url&lt;/span&gt; )\n\
895
- 26: &lt;span class=\&quot;ruby-identifier\&quot;&gt;path_directive&lt;/span&gt; = &lt;span class=\&quot;ruby-node\&quot;&gt;&amp;quot;#{path}/%s?data_file=%s&amp;quot;&lt;/span&gt;\n\
896
- 27: &lt;span class=\&quot;ruby-identifier\&quot;&gt;path_directive&lt;/span&gt; &lt;span class=\&quot;ruby-operator\&quot;&gt;%&lt;/span&gt; [&lt;span class=\&quot;ruby-identifier\&quot;&gt;swf_file&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;escape_url&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;url&lt;/span&gt; )]\n\
897
- 28: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;end&lt;/span&gt;&quot;
898
- m_desc: |-
899
- &lt;p&gt;
900
- generates swf path
901
- &lt;/p&gt;
902
- params: ( path, swf_file, url )
903
- - visibility: public
904
- aref: M000040
905
- name: maps_swf
906
- sourcecode: &quot; &lt;span class=\&quot;ruby-comment cmt\&quot;&gt;# File lib/ziya/html_helpers/maps.rb, line 5&lt;/span&gt;\n\
907
- 5: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;def&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;maps_swf&lt;/span&gt;() &lt;span class=\&quot;ruby-node\&quot;&gt;&amp;quot;#{maps_swf_base}?data_file=%s&amp;quot;&lt;/span&gt;; &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;end&lt;/span&gt;&quot;
908
- params: ()
909
- - visibility: public
910
- aref: M000039
911
- name: maps_swf_base
912
- sourcecode: &quot; &lt;span class=\&quot;ruby-comment cmt\&quot;&gt;# File lib/ziya/html_helpers/maps.rb, line 4&lt;/span&gt;\n\
913
- 4: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;def&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;maps_swf_base&lt;/span&gt;() &lt;span class=\&quot;ruby-value str\&quot;&gt;&amp;quot;/maps&amp;quot;&lt;/span&gt;; &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;end&lt;/span&gt;&quot;
914
- params: ()
915
- - visibility: public
916
- aref: M000043
917
- name: ziya_map
918
- sourcecode: &quot; &lt;span class=\&quot;ruby-comment cmt\&quot;&gt;# File lib/ziya/html_helpers/maps.rb, line 31&lt;/span&gt;\n\
919
- 31: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;def&lt;/span&gt; &lt;span class=\&quot;ruby-identifier\&quot;&gt;ziya_map&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;url&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;map_options&lt;/span&gt;={} )\n\
920
- 32: &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt; = &lt;span class=\&quot;ruby-identifier\&quot;&gt;default_map_options&lt;/span&gt;.&lt;span class=\&quot;ruby-identifier\&quot;&gt;merge&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;map_options&lt;/span&gt; ) \n\
921
- 33: &lt;span class=\&quot;ruby-identifier\&quot;&gt;_ziya_map&lt;/span&gt;( &lt;span class=\&quot;ruby-identifier\&quot;&gt;url&lt;/span&gt;, &lt;span class=\&quot;ruby-node\&quot;&gt;&amp;quot;#{options[:map_type]}.swf&amp;quot;&lt;/span&gt;, &lt;span class=\&quot;ruby-identifier\&quot;&gt;options&lt;/span&gt; )\n\
922
- 34: &lt;span class=\&quot;ruby-keyword kw\&quot;&gt;end&lt;/span&gt;&quot;
923
- m_desc: |-
924
- &lt;p&gt;
925
- generates necessary tags for map support
926
- &lt;/p&gt;
927
- params: ( url, map_options={} )
928
- category: Instance
929
- type: Public
930
- </pre>
931
- </div>
932
-
933
- <div class="section">
934
- <h2 class="section-header">sectitle</h2>
935
-
936
- <pre>---
937
- </pre>
938
- </div>
939
-
940
- </div>
941
-
942
- <div id="validator-badges">
943
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
944
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
945
- Rdoc Generator</a></small>.</p>
946
- </div>
947
-
948
- </body>
949
- </html>
950
-