-
ehelly committed revision 507 to the Plomino SVN repository, changing 1 files.
2009-09-30 08:52:43 UTC in Plomino
-
ehelly committed revision 506 to the Plomino SVN repository, changing 1 files.
2009-09-30 08:37:26 UTC in Plomino
-
ehelly committed revision 505 to the Plomino SVN repository, changing 6 files.
2009-09-30 08:09:41 UTC in Plomino
-
ehelly committed revision 503 to the Plomino SVN repository, changing 1 files.
2009-09-29 14:06:24 UTC in Plomino
-
Hello,
When you are on a document page for exemple, the variable "portal" give you the context object. (it shoult be "context", but it seems to be "portal" in some clouseau version)
002 >>> portal
003 <PlominoDocument at /plonesite/plominobase/feaf0c235533096862956fe6fe629392>
so you can access to all the method and properties of the...
2009-09-23 07:19:51 UTC in Plomino
-
This should work better :
plominoDocument.getCurrentUser().getProperty("fullname")
getCurrentUser() is a method, so you have to add the brackets.
Regards,
Emmanuelle.
2009-09-11 13:54:21 UTC in Plomino
-
ehelly committed revision 489 to the Plomino SVN repository, changing 1 files.
2009-09-09 08:04:00 UTC in Plomino
-
ehelly committed revision 488 to the Plomino SVN repository, changing 6 files.
2009-09-08 21:54:47 UTC in Plomino
-
Hello,
Plomine use the Plone default wysiwyg editor named Kupu, and sometimes it could be not so easy to use.
If you click on the "Html" button in the richtext items, you switch to the html code of you text. A paragraph is between <p>my paragraph</p>.
To go back to the wysiwyg, just click again on the "html" button.
Or else, you can use "remove...
2009-09-08 10:26:07 UTC in Plomino
-
Hello,
In plomino, you just have to set 'formula' at 'my default value'. There is no magic python there :-), juste don't forget the quotes.
regards,
Emmanuelle.
2009-09-07 13:46:42 UTC in Plomino