This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch flexdoc in repository https://gitbox.apache.org/repos/asf/flex-site.git
commit a6efaca2bc4c74a16bee507a6218111357bc1745 Author: Josh Tynjala <[email protected]> AuthorDate: Tue Aug 5 15:16:07 2025 -0700 populate section pages --- .../{index.html => flx_p1_gettingstarted.html} | 20 ++++----- .../{index.html => flx_p2_app_architecture.html} | 23 +++++------ content/doc/flex/using/flx_p3_building_ui.html | 48 ++++++++++++++++++++++ .../flex/using/flx_p4_using_ddui_components.html | 44 ++++++++++++++++++++ .../using/{index.html => flx_p5_enhancing_ui.html} | 27 ++++++------ ...{index.html => flx_p6_enhancing_usability.html} | 25 ++++++----- .../using/{index.html => flx_p7_dev_tools.html} | 21 ++++------ .../{index.html => flx_p8_qa_automation.html} | 19 +++------ .../doc/flex/using/flx_p8a_custom_components.html | 45 ++++++++++++++++++++ .../{index.html => flx_p9_deploying_apps.html} | 17 ++------ content/doc/flex/using/index.html | 2 +- 11 files changed, 199 insertions(+), 92 deletions(-) diff --git a/content/doc/flex/using/index.html b/content/doc/flex/using/flx_p1_gettingstarted.html similarity index 55% copy from content/doc/flex/using/index.html copy to content/doc/flex/using/flx_p1_gettingstarted.html index 12902eb36..589bb2f65 100644 --- a/content/doc/flex/using/index.html +++ b/content/doc/flex/using/flx_p1_gettingstarted.html @@ -19,23 +19,17 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> -<base target="contentwin"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<title>Using Flex</title> +<title>Getting started</title> </head> <body> +<h1>Getting started</h1> <ul> -<li><a href="flx_intro_int.html">Introduction to Flex 4.6</a></li> -<li><a href="flx_p1_gettingstarted.html">Getting started</a></li> -<li><a href="flx_p2_app_architecture.html">Application architecture</a></li> -<li><a href="flx_p3_building_ui.html">Building the user interface</a></li> -<li><a href="flx_p4_using_ddui_components.html">Using data-driven UI components</a></li> -<li><a href="flx_p5_enhancing_ui.html">Enhancing the user interface</a></li> -<li><a href="flx_p6_enhancing_usability.html">Enhancing usability</a></li> -<li><a href="flx_p7_dev_tools.html">Developer tools</a></li> -<li><a href="flx_p8_qa_automation.html">Testing and automation</a></li> -<li><a href="flx_p8a_custom_components.html">Custom components</a></li> -<li><a href="flx_p9_deploying_apps.html">Deploying applications</a></li> +<li><a href="flx_mxml_mx.html">Developing applications in MXML</a></li> +<li><a href="flx_mxmlSyntax_sy.html">MXML syntax</a></li> +<li><a href="flx_usingas_ua.html">Using ActionScript</a></li> +<li><a href="flx_events_ev.html">Events</a></li> +<li><a href="flx_configuring_environment_co.html">SDK configuration</a></li> </ul> </body> </html> \ No newline at end of file diff --git a/content/doc/flex/using/index.html b/content/doc/flex/using/flx_p2_app_architecture.html similarity index 55% copy from content/doc/flex/using/index.html copy to content/doc/flex/using/flx_p2_app_architecture.html index 12902eb36..029274ba6 100644 --- a/content/doc/flex/using/index.html +++ b/content/doc/flex/using/flx_p2_app_architecture.html @@ -19,23 +19,20 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> -<base target="contentwin"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<title>Using Flex</title> +<title>Application architecture</title> </head> <body> +<h1>Application architecture</h1> <ul> -<li><a href="flx_intro_int.html">Introduction to Flex 4.6</a></li> -<li><a href="flx_p1_gettingstarted.html">Getting started</a></li> -<li><a href="flx_p2_app_architecture.html">Application architecture</a></li> -<li><a href="flx_p3_building_ui.html">Building the user interface</a></li> -<li><a href="flx_p4_using_ddui_components.html">Using data-driven UI components</a></li> -<li><a href="flx_p5_enhancing_ui.html">Enhancing the user interface</a></li> -<li><a href="flx_p6_enhancing_usability.html">Enhancing usability</a></li> -<li><a href="flx_p7_dev_tools.html">Developer tools</a></li> -<li><a href="flx_p8_qa_automation.html">Testing and automation</a></li> -<li><a href="flx_p8a_custom_components.html">Custom components</a></li> -<li><a href="flx_p9_deploying_apps.html">Deploying applications</a></li> +<!-- <li><a href="">Application development phases</a></li> --> +<!-- <li><a href="">Application structure</a></li> --> +<li><a href="flx_security2_se.html">Security</a></li> +<li><a href="flx_modular_md.html">Modular applications</a></li> +<li><a href="flx_loading_applications_la.html">Developing and loading sub-applications</a></li> +<!-- <li><a href="">Flex Ajax Bridge</a></li> --> +<li><a href="flx_passingarguments_pa.html">Communicating with the wrapper</a></li> +<li><a href="flx_rsl_rsl.html">Runtime Shared Libraries</a></li> </ul> </body> </html> \ No newline at end of file diff --git a/content/doc/flex/using/flx_p3_building_ui.html b/content/doc/flex/using/flx_p3_building_ui.html new file mode 100644 index 000000000..068eecc22 --- /dev/null +++ b/content/doc/flex/using/flx_p3_building_ui.html @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<title>Building the user interface</title> +</head> +<body> +<h1>Building the user interface</h1> +<ul> +<li><a href="flx_components_cmp.html">Visual components</a></li> +<li><a href="flx_databinding_db.html">Data binding</a></li> +<li><a href="flx_containers_intro_cn.html">Introduction to containers</a></li> +<li><a href="flx_size_position_sp.html">Laying out components</a></li> +<li><a href="flx_app_container_apc.html">Application containers</a></li> +<li><a href="flx_groups_containers_gc.html">Spark containers</a></li> +<li><a href="flx_spark_itemrenderers_sir.html">Custom Spark item renderers</a></li> +<li><a href="flx_spark_dpcontrols_sdp.html">Spark list-based controls</a></li> +<li><a href="flx_spark_datagrid_sdg.html">Spark DataGrid and Grid controls</a></li> +<li><a href="flx_layouts_lo.html">MX layout containers</a></li> +<li><a href="flx_navigators_na.html">MX navigator containers</a></li> +<li><a href="flx_controls_ctr.html">UI Controls</a></li> +<li><a href="flx_sparktextcontrols_stc.html">Spark text controls</a></li> +<li><a href="flx_textcontrols_tc.html">MX text controls</a></li> +<li><a href="flx_apollo_components_ap.html">Using the Flex AIR components</a></li> +<li><a href="flx_repeater_rp.html">Dynamically repeating controls and containers</a></li> + + +</ul> +</body> +</html> \ No newline at end of file diff --git a/content/doc/flex/using/flx_p4_using_ddui_components.html b/content/doc/flex/using/flx_p4_using_ddui_components.html new file mode 100644 index 000000000..dea034ecf --- /dev/null +++ b/content/doc/flex/using/flx_p4_using_ddui_components.html @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<title>Using data-driven UI components</title> +</head> +<body> +<h1>Using data-driven UI components</h1> +<ul> +<!-- <li><a href="">Representing data</a></li> --> +<li><a href="flx_datamodels_dm.html">Storing data</a></li> +<li><a href="flx_about_dataproviders_ab.html">Data providers and collections</a></li> +<li><a href="flx_dpcontrols_dpc.html">MX data-driven controls</a></li> +<li><a href="flx_menucontrols_mc.html">Menu-based controls</a></li> +<li><a href="flx_cellrenderer_cr.html">MX item renderers and item editors</a></li> +<li><a href="flx_celleditor_ce.html">Advanced data display with MX item editors</a></li> +<li><a href="flx_charts_intro_chi.html">Introduction to charts</a></li> +<li><a href="flx_charts_types_cht.html">Chart types</a></li> +<li><a href="flx_charts_formatting_chf.html">Formatting charts</a></li> +<li><a href="flx_charts_displayingdata_chd.html">Displaying data and labels in charts</a></li> +<li><a href="flx_charts_eventsandeffects_che.html">Events and effects in charts</a></li> +<li><a href="flx_advdatagrid_ad.html">AdvancedDataGrid control</a></li> +<li><a href="flx_olapdatagrid_ol.html">OLAPDataGrid control</a></li> +</ul> +</body> +</html> \ No newline at end of file diff --git a/content/doc/flex/using/index.html b/content/doc/flex/using/flx_p5_enhancing_ui.html similarity index 55% copy from content/doc/flex/using/index.html copy to content/doc/flex/using/flx_p5_enhancing_ui.html index 12902eb36..2609e9ee1 100644 --- a/content/doc/flex/using/index.html +++ b/content/doc/flex/using/flx_p5_enhancing_ui.html @@ -19,23 +19,24 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> -<base target="contentwin"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<title>Using Flex</title> +<title>Enhancing the user interface</title> </head> <body> +<h1>Enhancing the user interface</h1> <ul> -<li><a href="flx_intro_int.html">Introduction to Flex 4.6</a></li> -<li><a href="flx_p1_gettingstarted.html">Getting started</a></li> -<li><a href="flx_p2_app_architecture.html">Application architecture</a></li> -<li><a href="flx_p3_building_ui.html">Building the user interface</a></li> -<li><a href="flx_p4_using_ddui_components.html">Using data-driven UI components</a></li> -<li><a href="flx_p5_enhancing_ui.html">Enhancing the user interface</a></li> -<li><a href="flx_p6_enhancing_usability.html">Enhancing usability</a></li> -<li><a href="flx_p7_dev_tools.html">Developer tools</a></li> -<li><a href="flx_p8_qa_automation.html">Testing and automation</a></li> -<li><a href="flx_p8a_custom_components.html">Custom components</a></li> -<li><a href="flx_p9_deploying_apps.html">Deploying applications</a></li> +<li><a href="flx_styles_st.html">Styles and themes</a></li> +<li><a href="flx_fonts_ft.html">Fonts</a></li> +<li><a href="flx_gumboskinning_gs.html">Spark Skinning</a></li> +<li><a href="flx_skinning_sk.html">Skinning MX components</a></li> +<li><a href="flx_embed_em.html">Embedding assets</a></li> +<li><a href="flx_fxg_fx.html">FXG and MXML graphics</a></li> +<li><a href="flx_behaviors_be.html">Introduction to effects</a></li> +<li><a href="flx_spark_effects_sf.html">Spark effects</a></li> +<li><a href="flx_halo_effects_hf.html">Using MX effects</a></li> +<li><a href="flx_using_states_us.html">View states</a></li> +<li><a href="flx_transitions_tr.html">Transitions</a></li> +<li><a href="flx_dragdrop_dd.html">Drag and drop</a></li> </ul> </body> </html> \ No newline at end of file diff --git a/content/doc/flex/using/index.html b/content/doc/flex/using/flx_p6_enhancing_usability.html similarity index 55% copy from content/doc/flex/using/index.html copy to content/doc/flex/using/flx_p6_enhancing_usability.html index 12902eb36..78acd2911 100644 --- a/content/doc/flex/using/index.html +++ b/content/doc/flex/using/flx_p6_enhancing_usability.html @@ -19,23 +19,22 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> -<base target="contentwin"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<title>Using Flex</title> +<title>Enhancing usability</title> </head> <body> +<h1>Enhancing usability</h1> <ul> -<li><a href="flx_intro_int.html">Introduction to Flex 4.6</a></li> -<li><a href="flx_p1_gettingstarted.html">Getting started</a></li> -<li><a href="flx_p2_app_architecture.html">Application architecture</a></li> -<li><a href="flx_p3_building_ui.html">Building the user interface</a></li> -<li><a href="flx_p4_using_ddui_components.html">Using data-driven UI components</a></li> -<li><a href="flx_p5_enhancing_ui.html">Enhancing the user interface</a></li> -<li><a href="flx_p6_enhancing_usability.html">Enhancing usability</a></li> -<li><a href="flx_p7_dev_tools.html">Developer tools</a></li> -<li><a href="flx_p8_qa_automation.html">Testing and automation</a></li> -<li><a href="flx_p8a_custom_components.html">Custom components</a></li> -<li><a href="flx_p9_deploying_apps.html">Deploying applications</a></li> +<li><a href="flx_tooltips_tt.html">ToolTip controls</a></li> +<li><a href="flx_cursormgr_cu.html">Cursor Manager</a></li> +<li><a href="flx_validators_va.html">Validating Data</a></li> +<li><a href="flx_formatters_fm.html">Formatting Data</a></li> +<li><a href="flx_deep_linking_dl.html">Deep linking</a></li> +<li><a href="flx_printing_pr.html">Printing</a></li> +<li><a href="flx_l10n_ln.html">Localization</a></li> +<li><a href="flx_mirroring_mr.html">Mirroring and bidirectional text</a></li> +<li><a href="flx_resourcebundles_rb.html">Resource Bundles</a></li> +<li><a href="flx_accessible_ac.html">Accessible applications</a></li> </ul> </body> </html> \ No newline at end of file diff --git a/content/doc/flex/using/index.html b/content/doc/flex/using/flx_p7_dev_tools.html similarity index 55% copy from content/doc/flex/using/index.html copy to content/doc/flex/using/flx_p7_dev_tools.html index 12902eb36..b12035856 100644 --- a/content/doc/flex/using/index.html +++ b/content/doc/flex/using/flx_p7_dev_tools.html @@ -19,23 +19,18 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> -<base target="contentwin"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<title>Using Flex</title> +<title>Developer tools</title> </head> <body> +<h1>Developer tools</h1> <ul> -<li><a href="flx_intro_int.html">Introduction to Flex 4.6</a></li> -<li><a href="flx_p1_gettingstarted.html">Getting started</a></li> -<li><a href="flx_p2_app_architecture.html">Application architecture</a></li> -<li><a href="flx_p3_building_ui.html">Building the user interface</a></li> -<li><a href="flx_p4_using_ddui_components.html">Using data-driven UI components</a></li> -<li><a href="flx_p5_enhancing_ui.html">Enhancing the user interface</a></li> -<li><a href="flx_p6_enhancing_usability.html">Enhancing usability</a></li> -<li><a href="flx_p7_dev_tools.html">Developer tools</a></li> -<li><a href="flx_p8_qa_automation.html">Testing and automation</a></li> -<li><a href="flx_p8a_custom_components.html">Custom components</a></li> -<li><a href="flx_p9_deploying_apps.html">Deploying applications</a></li> +<li><a href="flx_building_overview_bu.html">Building overview</a></li> +<li><a href="flx_compilers_cpl.html">Flex compilers</a></li> +<li><a href="flx_debugging_de.html">Command-line debugger</a></li> +<li><a href="flx_logging_lg.html">Logging</a></li> +<li><a href="flx_versioning_ve.html">Versioning</a></li> +<li><a href="flx_asdoc_asd.html">ASDoc</a></li> </ul> </body> </html> \ No newline at end of file diff --git a/content/doc/flex/using/index.html b/content/doc/flex/using/flx_p8_qa_automation.html similarity index 55% copy from content/doc/flex/using/index.html copy to content/doc/flex/using/flx_p8_qa_automation.html index 12902eb36..3512feabb 100644 --- a/content/doc/flex/using/index.html +++ b/content/doc/flex/using/flx_p8_qa_automation.html @@ -19,23 +19,16 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> -<base target="contentwin"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<title>Using Flex</title> +<title>Testing and automation</title> </head> <body> +<h1>Testing and automation</h1> <ul> -<li><a href="flx_intro_int.html">Introduction to Flex 4.6</a></li> -<li><a href="flx_p1_gettingstarted.html">Getting started</a></li> -<li><a href="flx_p2_app_architecture.html">Application architecture</a></li> -<li><a href="flx_p3_building_ui.html">Building the user interface</a></li> -<li><a href="flx_p4_using_ddui_components.html">Using data-driven UI components</a></li> -<li><a href="flx_p5_enhancing_ui.html">Enhancing the user interface</a></li> -<li><a href="flx_p6_enhancing_usability.html">Enhancing usability</a></li> -<li><a href="flx_p7_dev_tools.html">Developer tools</a></li> -<li><a href="flx_p8_qa_automation.html">Testing and automation</a></li> -<li><a href="flx_p8a_custom_components.html">Custom components</a></li> -<li><a href="flx_p9_deploying_apps.html">Deploying applications</a></li> +<li><a href="flx_functest_components2_fc.html">Creating applications for testing</a></li> +<li><a href="flx_performance_pe.html">Optimizing applications</a></li> +<li><a href="flx_layoutperformance_lp.html">Improving startup performance</a></li> +<li><a href="flx_anttasks_an.html">Ant tasks</a></li> </ul> </body> </html> \ No newline at end of file diff --git a/content/doc/flex/using/flx_p8a_custom_components.html b/content/doc/flex/using/flx_p8a_custom_components.html new file mode 100644 index 000000000..527d6fa16 --- /dev/null +++ b/content/doc/flex/using/flx_p8a_custom_components.html @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<title>Custom components</title> +</head> +<body> +<h1>Custom components</h1> +<ul> +<li><a href="flx_createcomps_intro_cci.html">Custom Flex components</a></li> +<li><a href="flx_createcomps_basicas_cca.html">Custom ActionScript components</a></li> +<li><a href="flx_createevents_cre.html">Custom events</a></li> +<li><a href="flx_metadata_me.html">Metadata tags in custom components</a></li> +<li><a href="flx_compiledeploy_cd.html">Component compilation</a></li> +<li><a href="flx_mxmlcomponents_mxc.html">Simple MXML components</a></li> +<li><a href="flx_mxmlcomponents_advanced_mxa.html">Advanced MXML components</a></li> +<li><a href="flx_ascomponents_as.html">Create simple visual components in ActionScript</a></li> +<li><a href="flx_ascomponents_spark_advanced_sas.html">Create advanced Spark visual components in ActionScript</a></li> +<li><a href="flx_ascomponents_advanced_asa.html">Create advanced MX visual components in ActionScript</a></li> +<li><a href="flx_skinstyle_ss.html">Custom style properties</a></li> +<li><a href="flx_templating_tp.html">Template components</a></li> +<li><a href="flx_createformatters_cf.html">Custom formatters</a></li> +<li><a href="flx_createvalidators_cv.html">Custom validators</a></li> +<li><a href="flx_createeffects_cfx.html">Custom effects</a></li> +</ul> +</body> +</html> \ No newline at end of file diff --git a/content/doc/flex/using/index.html b/content/doc/flex/using/flx_p9_deploying_apps.html similarity index 55% copy from content/doc/flex/using/index.html copy to content/doc/flex/using/flx_p9_deploying_apps.html index 12902eb36..1d820797c 100644 --- a/content/doc/flex/using/index.html +++ b/content/doc/flex/using/flx_p9_deploying_apps.html @@ -19,23 +19,14 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> -<base target="contentwin"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<title>Using Flex</title> +<title>Deploying applications</title> </head> <body> +<h1>Deploying applications</h1> <ul> -<li><a href="flx_intro_int.html">Introduction to Flex 4.6</a></li> -<li><a href="flx_p1_gettingstarted.html">Getting started</a></li> -<li><a href="flx_p2_app_architecture.html">Application architecture</a></li> -<li><a href="flx_p3_building_ui.html">Building the user interface</a></li> -<li><a href="flx_p4_using_ddui_components.html">Using data-driven UI components</a></li> -<li><a href="flx_p5_enhancing_ui.html">Enhancing the user interface</a></li> -<li><a href="flx_p6_enhancing_usability.html">Enhancing usability</a></li> -<li><a href="flx_p7_dev_tools.html">Developer tools</a></li> -<li><a href="flx_p8_qa_automation.html">Testing and automation</a></li> -<li><a href="flx_p8a_custom_components.html">Custom components</a></li> -<li><a href="flx_p9_deploying_apps.html">Deploying applications</a></li> +<li><a href="flx_deployingoverview_dp.html">Deploying applications</a></li> +<li><a href="flx_wrapper_wr.html">Creating a wrapper</a></li> </ul> </body> </html> \ No newline at end of file diff --git a/content/doc/flex/using/index.html b/content/doc/flex/using/index.html index 12902eb36..9f48bc7ec 100644 --- a/content/doc/flex/using/index.html +++ b/content/doc/flex/using/index.html @@ -19,11 +19,11 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> -<base target="contentwin"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Using Flex</title> </head> <body> +<h1>Using Flex</h1> <ul> <li><a href="flx_intro_int.html">Introduction to Flex 4.6</a></li> <li><a href="flx_p1_gettingstarted.html">Getting started</a></li>
