⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basic_dbexample.html.erb

📁 FusionCharts 是一个免费的图形显示组件
💻 ERB
字号:
<% @page_title="FusionCharts Free - Database Example" %>
<% @page_heading="Database Example" %>
<% @page_subheading="" %>
<%
	#In this example, we show how to connect FusionCharts to a database.
	#For the sake of ease, we've used a database which contains two tables, which are linked to each
	#other. 

	# The xml is obtained as a string from builder template.
	str_xml = render "fusioncharts/db_example/basic_factories_quantity",{:factory_data => @factory_data}

	#Create the chart - Pie 3D Chart with data from strXML
	render_chart '/FusionCharts/FCF_Pie3D.swf', '', str_xml, 'FactorySum', 650, 450, false, false do-%> 
<% end-%> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -