phpDocumentor sfW3studioCMSPlugin
BaseW3sGroupEditorForEdit
[ class tree: sfW3studioCMSPlugin ] [ index: sfW3studioCMSPlugin ] [ all elements ]

Class: BaseW3sGroupEditorForEdit

Source Location: /lib/w3studioCmsCore/editor/plugins/BaseW3sGroupEditorForEdit.class.php

Class BaseW3sGroupEditorForEdit

Class Overview

Implements interfaces:

BaseW3sGroupEditorForEdit is the base class that renders the interface to edit groups on the website.

Located in /lib/w3studioCmsCore/editor/plugins/BaseW3sGroupEditorForEdit.class.php [line 24]



		
				Author(s):
		
		
		API Tags:
Abstract:  

Information Tags:

Properties

Methods

[ Top ]
Property Summary
mixed   $editorSkeleton  
mixed   $groupName  
mixed   $idGroup  

[ Top ]
Method Summary
BaseW3sGroupEditorForEdit   __construct()  
string   checkMapping()   Checks if a slot map exists between the template related to current group and the template related to the group user wants to change
string   render()   Renders the editor

[ Top ]
Properties
mixed   $editorSkeleton =
'<div id="w3s_add_group_module">
<fieldset>
<table width="100%%" border="0">
<tr>
<td>%s</td>
<td>%s</td>
</tr>
<tr>
<td>%s</td>
<td>%s</td>
</tr>
<tr>
<td></td>
<td height="30">%s</td>
</tr>
<tr>
<td><input id="w3s_id_group" type="hidden" value="%s" /></td>
<td height="30" id="w3s_template_mapping">%s</td>
</tr>
</table>
</fieldset>
</div>'
[line 29]
API Tags:
Access:  protected


[ Top ]
mixed   $groupName [line 28]
API Tags:
Access:  protected


[ Top ]
mixed   $idGroup [line 27]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 53]

  BaseW3sGroupEditorForEdit __construct( $idGroup, $groupName  )

Parameters:
   $idGroup: 
   $groupName: 

API Tags:
Access:  public


[ Top ]
checkMapping  [line 88]

  string checkMapping( The $destTemplate  )

Checks if a slot map exists between the template related to current group and the template related to the group user wants to change

Parameters:
The   $destTemplate:  id of the destionation template

API Tags:
Access:  public


[ Top ]
render  [line 65]

  string render( )

Renders the editor


API Tags:
Access:  public


Implementation of:
w3sEditor::render()

[ Top ]

Documentation generated on Tue, 11 Aug 2009 14:53:18 +0200 by phpDocumentor 1.4.0