Last page update: November 23, 2011
Main class:
Other classes:
Complete reference:
TODO
TODO
| Parameters: | other – TODO |
|---|
proxi to make actions on a client page
TODO
| Parameters: |
|
|---|
Let’s see some examples:
self.clientPage(page_id="nknnn").copyData('foo.bar','spam.egg') # copy on MY page
self.clientPage(page_id="nknnn").copyData('foo.bar','bub.egg',page_id='xxxxxx') # copy on the xxxxxx page
self.clientPage(page_id="nknnn").copyData('foo.bar','bub.egg',pageStore=True) # copy on my pageStore
self.clientPage(page_id="nknnn").copyData('foo.bar','bub.egg',page_id='xxxxxx' ,pageStore=True) # copy on the pageStore of the xxxx page
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
Standard class for webpages
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
Call a script from a table’s resources (e.g: _resources/tables/<table>/<respath>).
This is typically used to customize prints and batch jobs for a particular installation
| Parameters: |
|
|---|
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
| Parameters: | page_id – the id of the page |
|---|
TODO
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
Service method. Set user’s avatar into its connection if:
| Parameters: |
|
|---|
TODO
| Parameters: | path – TODO |
|---|
TODO
| Parameters: |
|
|---|
TODO
TODO
TODO
| Parameters: | path – TODO |
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: | service_type – TODO |
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
Get the css_icons and return it. The css_icons get is the one defined the <gui> tag of your sitesconfig.xml or in a single webpage through the css_icons webpage variable
Get the path of the css resources, that are:
| Parameters: | requires – TODO If None, get the css_requires string included in a webpage |
|---|
Get the css_theme and return it. The css_theme get is the one defined the <gui> tag of your sitesconfig.xml or in a single webpage through the css_theme webpage variable
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
TODO
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
Warning
deprecated since version 0.7
The main left content of the page
| Parameters: | parentBC – the root parent BorderContainer |
|---|
The main left top of the page
| Parameters: | pane – a ContentPane |
|---|
TODO
It creates a GnrGridStruct class that handles a struct for a grid and return it
| Parameters: | maintable – the database table to which the struct refers to. For more information, check the maintable section |
|---|
TODO
TODO
TODO
TODO
| Parameters: | record – TODO |
|---|
TODO
| Parameters: |
|
|---|
TODO
Hook method. TODO
Callback onIniting called in early stages of page initialization
| Parameters: |
|
|---|
TODO
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: | css_requires – the “css_requires” webpage variable |
|---|
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: | handler – TODO |
|---|
TODO
| Parameters: |
|
|---|
TODO
Call a script from a table’s local resources (i.e. _resources/tables/<table>/<respath>).
This is typically used to customize prints and batch jobs for a particular installation.
| Parameters: |
|
|---|
TODO
| Parameters: | locale – the current locale (e.g: en, en_us, it) |
|---|
TODO
| Parameters: | path – TODO |
|---|
TODO
| Parameters: |
|
|---|---|
| Returns: | TODO |
TODO
TODO
| Parameters: | printer_name – TODO |
|---|
TODO
TODO
| Parameters: | path – TODO |
|---|
The first method loaded in a Genro application
| Parameters: |
|
|---|
An rpc on page closure
TODO
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
Define a join condition in a given context (ctxname).
The condition attribute is used to limit the automatic selection of related records. If target_fld AND from_fld equals to ‘*’ then the condition is an additional WHERE clause added to any selection
self.setJoinCondition('mycontext',
target_fld = 'mypkg.rows.document_id',
from_fld = 'mypkg.document.id',
condition = "mypkg.rows.date <= :wkd",
condition_wkd = "^mydatacontext.foo.bar.mydate",
one_one=False)
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
Set the workdate and return it
| Parameters: | workdate – the workdate |
|---|
TODO
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO
TODO
TODO
TODO
| Parameters: |
|
|---|
TODO