sdsdsdsd TextCMS - DROPDOWN plugin example

TextCMS Demo

Getting Started

Introduction

Plugins Demonstration

SUMMARY
NEWS
AUDIO
SLIDER
DROPDOWN

Web Sites Using TextCMS

Coming Soon

Sponsored Links

DROPDOWN plugin example

DROPDOWN is an external TextCMS plugin. In order to use it, you must load it in config.cfg. But this plugin is distributed with TextCMS and loaded by default. You can use this plugin to produce a nice looking dropdown menu. Our web site is also using this plugin for the top menu, but the top menu on our web site is not a true dropdown menu. Here is a true dropdown menu example below:


Below you can find the TextCMX code for generation of this menu:

[DROPDOWN]
	[DROPDOWN_MENU]
		Documentation
		[DROPDOWN_SUBMENU]
			Getting Started			
			[DROPDOWN_ITEM]
				[LINK art=help/index]Introduction[/LINK]
			[/DROPDOWN_ITEM]
			[DROPDOWN_ITEM]
				[LINK art=help/getting_started_install]Basic Installation[/LINK]
			[/DROPDOWN_ITEM]
		[/DROPDOWN_SUBMENU]
		[DROPDOWN_SUBMENU]
			Internal Plugins
			[DROPDOWN_ITEM]
				[LINK art=help/internal_plugin_title]TITLE[/LINK]
			[/DROPDOWN_ITEM]
			[DROPDOWN_ITEM]
				[LINK art=help/internal_plugin_link]LINK[/LINK]
			[/DROPDOWN_ITEM]
		[/DROPDOWN_SUBMENU]
	[/DROPDOWN_MENU]
	[DROPDOWN_MENU]
		Demo
		[DROPDOWN_SUBMENU]
			Getting Started			
			[DROPDOWN_ITEM]
				[LINK art=help/index]Introduction[/LINK]
			[/DROPDOWN_ITEM]
		[/DROPDOWN_SUBMENU]
		[DROPDOWN_SUBMENU]
			Plugins Demonstration
			[DROPDOWN_ITEM]
				[LINK art=demo/plugin_summary]SUMMARY[/LINK]
			[/DROPDOWN_ITEM]
			[DROPDOWN_ITEM]
				[LINK art=demo/plugin_news]NEWS[/LINK]
			[/DROPDOWN_ITEM]
		[/DROPDOWN_SUBMENU]
	[/DROPDOWN_MENU]
[/DROPDOWN]

(c) 2018-2024 TextCMS