August 16, 2011 3:17 pm in Tutorials Silex
In this section, we will create a silex plugin that will display a “hello silex !” text in the properties panel of the wysiwyg.
The plugin will be based on an index.php file initialising the plugin, on a Flex application that will be displayed in the Wysiwyg, and on a button, visible in the properties toolbox header and displaying our plugin.
This document implies a knowledge of object-oriented PHP5, ActionScript3/Flex and Javascript. It also implies that you know how to create a Silex plugin and how to use the Silex Toolbar system (i.e. ViewMenu). Read the rest of this entry →
August 16, 2011 3:16 pm in Tutorials Silex
A specific panel is an individual SWF file that will be displayed in the wysiwyg properties toolbox and loaded based on the type of the selected component. For instance, if an image is selected, the image specific panel will be displayed, if it a text, the text specific panel is displayed. Creating a specific panel is useful when you create a new component for Silex. You can associate a specific panel to this component. The resulting specific panel will then be tailored for the specific needs of the component, highlighting it’s main properties. The Specific panels are displayed in the wysiwyg in the properties toolbox when the specific plugin is selected (symbolised by the “s” button in the properties toolbox header). The Specific plugin is in charge of loading the right panel based on the selected component(s) data. The url of the panel to load is specified in the metadata of the components object coming from the SilexAdminAPI. We we will see how to add these url in the XMLDescriptor of the components. Read the rest of this entry →
August 16, 2011 3:14 pm in Tutorials Silex
This article assumes that you know how to create a plugin in Silex, you can find all the infos here: http://www.silexlabs.org/silex/docs-silex/codex-silex/silex-plugins-creation/.
A component plugin is a plugin adding components that the admin user can add to the publication and edit in the wysiwyg. For instance the BaseComponents, oofComponents and silexComponents of the base distribution are all component plugins, as their goal is to add an array of components available in the wysiwyg. For instance if you create a gallery for Silex, developed in AS2, you will need to create a plugin component to easily make it available for the user in the wysiwyg. Read the rest of this entry →
March 1, 2011 4:23 pm in Tutorials Silex
Google Analytics is a free service offered by Google that generates detailed statistics about the visitors to a website.
A Google Analytics plugin has been developped for Silex and will see in this tutorial how to use it.
Note : you can install and parameter your google analytics plugin locally, but you will obtain the google statistics only if your site (your publication) is online.
Let’s go ! Read the rest of this entry →
February 25, 2011 5:04 pm in Tutorials Silex
This tutorial will show you how to use the fullscreen mode on your publication.
Let’s go ! Read the rest of this entry →
February 25, 2011 3:20 pm in Tutorials Silex
This tutorial will show how to add new fonts to your publication.
The fonts installation is based on the same principle as new items installation.
Read the rest of this entry →
February 24, 2011 3:08 pm in Tutorials Silex
This tutorial will show you how to uninstall items from your Manager.
Read the rest of this entry →
February 23, 2011 5:01 pm in Tutorials Silex
This tutorial will show you how to install new items from your Manager.
The items can be plugins, fonts, layouts, themes, etc…
All the items can be found on the exchange platform.
In this tutorial we will install the slideshow template site.
Let’s go !
Read the rest of this entry →
February 23, 2011 3:38 pm in Tutorials Silex
To update your Silex server, go in your Manager and then follow these instructions :
Read the rest of this entry →
February 23, 2011 1:27 pm in Tutorials Silex
This tutorial will show you how to create a dynamic menu with Oof, without using icons.
You will find in this post the different steps to get there.
You can download the working dynamic menu on the exchange platform and see the final result here.
Read the rest of this entry →