<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://portaneotemp.com/solutions/wikien/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://portaneotemp.com/solutions/wikien/feed.php">
        <title>Documentation</title>
        <description></description>
        <link>http://portaneotemp.com/solutions/wikien/</link>
        <image rdf:resource="http://portaneotemp.com/solutions/wikien/lib/images/favicon.ico" />
       <dc:date>2008-10-25T17:00:20+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://portaneotemp.com/solutions/wikien/doku.php?id=development:database&amp;rev=1224839139&amp;do=diff"/>
                <rdf:li rdf:resource="http://portaneotemp.com/solutions/wikien/doku.php?id=development:standalone&amp;rev=1222551640&amp;do=diff"/>
                <rdf:li rdf:resource="http://portaneotemp.com/solutions/wikien/doku.php?id=start&amp;rev=1222550854&amp;do=diff"/>
                <rdf:li rdf:resource="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.widgets.rss&amp;rev=1221858819&amp;do=diff"/>
                <rdf:li rdf:resource="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.widgets&amp;rev=1221083393&amp;do=diff"/>
                <rdf:li rdf:resource="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.tabs&amp;rev=1221078647&amp;do=diff"/>
                <rdf:li rdf:resource="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.pages&amp;rev=1220799206&amp;do=diff"/>
                <rdf:li rdf:resource="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.menu&amp;rev=1220624524&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://portaneotemp.com/solutions/wikien/lib/images/favicon.ico">
        <title>Documentation</title>
        <link>http://portaneotemp.com/solutions/wikien/</link>
        <url>http://portaneotemp.com/solutions/wikien/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://portaneotemp.com/solutions/wikien/doku.php?id=development:database&amp;rev=1224839139&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-24T11:05:39+02:00</dc:date>
        <dc:creator>kcyril</dc:creator>
        <title>development:database</title>
        <link>http://portaneotemp.com/solutions/wikien/doku.php?id=development:database&amp;rev=1224839139&amp;do=diff</link>
        <description>All database objects are UTF-8 encoded.
 



Tables

	*  adm_config : application configuration value
		*  parameter : configuration parameter name
		*  value : configuration parameter value
		*  datatype : type of date (str=string, int=integer, arr=array)
		*  desttype : file the parameter will be stored in (J=config.js, P=config.inc.php, A=both)</description>
    </item>
    <item rdf:about="http://portaneotemp.com/solutions/wikien/doku.php?id=development:standalone&amp;rev=1222551640&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-27T23:40:40+02:00</dc:date>
        <dc:creator>emathieu13</dc:creator>
        <title>development:standalone</title>
        <link>http://portaneotemp.com/solutions/wikien/doku.php?id=development:standalone&amp;rev=1222551640&amp;do=diff</link>
        <description>You have to follow these steps. To have an example, just look at portaneo.com homepage source code.

add ajax.js &amp; mootools libraries


&lt;script type=&quot;text/javascript&quot; src=&quot;includes/mootools.js?v=1.2&quot; &gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;includes/mootools_more.js?v=1.2&quot; &gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;includes/ajax.js?v=2.0&quot; &gt;&lt;/script&gt;</description>
    </item>
    <item rdf:about="http://portaneotemp.com/solutions/wikien/doku.php?id=start&amp;rev=1222550854&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-27T23:27:34+02:00</dc:date>
        <dc:creator>emathieu13</dc:creator>
        <title>start</title>
        <link>http://portaneotemp.com/solutions/wikien/doku.php?id=start&amp;rev=1222550854&amp;do=diff</link>
        <description>Installation

	*  Posh first installation
	*  Posh upgrade
	*  Solve frequent issues

Administration

	*  Configure your application
	*  Add new functionalities with plugins
	*  Manage the modules, the users and the portals
	*  Follow the activity of your application
	*  Communicate with your users</description>
    </item>
    <item rdf:about="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.widgets.rss&amp;rev=1221858819&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-19T23:13:39+02:00</dc:date>
        <dc:creator>emathieu13</dc:creator>
        <title>development:developer:javascript:p.app.widgets.rss</title>
        <link>http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.widgets.rss&amp;rev=1221858819&amp;do=diff</link>
        <description>object

Feed article object


Syntax

var feed1=new $p.app.widgets.rss.object(id,modUniq,modName,title,link,image,date,desc,read,source);


Properties

	*  id (integer) : feed article ID
	*  modUniq (integer) : uniq ID of the widget the feed is displayed in
	*  modName (string) : widget name the feed is linked to
	*  title (string) : feed article title
	*  link (string) : feed article link
	*  image (string) : feed article image URL
	*  date (string) : feed article date (AS displayed in feed)
	*…</description>
    </item>
    <item rdf:about="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.widgets&amp;rev=1221083393&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-10T23:49:53+02:00</dc:date>
        <dc:creator>emathieu13</dc:creator>
        <title>development:developer:javascript:p.app.widgets</title>
        <link>http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.widgets&amp;rev=1221083393&amp;do=diff</link>
        <description>object

Widget object


Syntax

var tab[0].modules[0]=new $p.app.widgets(col,pos,height,....);


Properties

	*  id : widget ID (ID from dir_item table)
	*  col : column the widget is in
	*  pos : position of the widget in the column
	*  posj : not used anymore
	*  height : widget height
	*  size : not used anymore
	*  link : widget URL
	*  name : widget title
	*  vars : widget user configuration variables
	*  minModSize : minimum widget width (or widget width if widgets not aligned)
	*  updModS…</description>
    </item>
    <item rdf:about="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.tabs&amp;rev=1221078647&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-10T22:30:47+02:00</dc:date>
        <dc:creator>emathieu13</dc:creator>
        <title>development:developer:javascript:p.app.tabs</title>
        <link>http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.tabs&amp;rev=1221078647&amp;do=diff</link>
        <description>object

Define tab object


Syntax

var newTab=new $p.app.tabs.object(id,label,type,function,lock,seq,editable,movable,icon,loadstart,status,param,pageId);


Properties

	*  id (integer) : tab Id (ID from profile table) 

	*  label (string) : tab name 

	*  type (integer) : tab type (1=customizable page, 2=HTML page, 3=javascript function, 4=redirection) 

	*  function (string) : function called on tab opening 

	*  lock (boolean) : define if the page is lockable or not 

	*  seq (integer) : pag…</description>
    </item>
    <item rdf:about="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.pages&amp;rev=1220799206&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-07T16:53:26+02:00</dc:date>
        <dc:creator>emathieu13</dc:creator>
        <title>development:developer:javascript:p.app.pages</title>
        <link>http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.pages&amp;rev=1220799206&amp;do=diff</link>
        <description>change

Open a portal page linked to a tab


Syntax

$p.app.pages.change(id,action);


Arguments

	*  id (integer) : tab ID (ID of the profile table) 

	*  action (string) : action launched on page opening

Return

none

openCreatedTab

Open a tab that has just been added</description>
    </item>
    <item rdf:about="http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.menu&amp;rev=1220624524&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-05T16:22:04+02:00</dc:date>
        <dc:creator>emathieu13</dc:creator>
        <title>development:developer:javascript:p.app.menu</title>
        <link>http://portaneotemp.com/solutions/wikien/doku.php?id=development:developer:javascript:p.app.menu&amp;rev=1220624524&amp;do=diff</link>
        <description>clean

Empty the menu


Syntax

$p.app.menu.clean();


Arguments

none


Return

none

emptyContent

Empty the menu content (not the header)


Syntax

$p.app.menu.emptyContent();


Arguments

none


Return

none

init

initialize the menu


Syntax

$p.app.menu.init();</description>
    </item>
</rdf:RDF>
