Changes between Version 4 and Version 5 of PloneSMS/ShortMessage
- Timestamp:
- Dec 12, 2005 8:31:18 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PloneSMS/ShortMessage
v4 v5 1 '''ShortMessage''' 1 = !ShortMessage = 2 2 {{{ 3 3 #!html … … 25 25 </tr></table> 26 26 27 <!-- =========== START OF MODULE DESCRIPTION =========== -->28 27 <h2 class="module">Module Products.ShortMessage.ShortMessage</h2> 29 30 <pre class="literalblock"> 28 }}} 29 {{{ 30 #!rst 31 31 ShortMessage is Archetypes-based content type. It has Workflow that sends Short message 32 32 upon object publishing. This module defines the following classes: 33 - `ShortMessage`, a ShortMessage type that allows you to create your own short message 34 Methods: 35 - `setDefaultGroup`: gets available user groups and set first of them to sender field 36 </pre> 33 34 - `ShortMessage`, a ShortMessage type that allows you to create your own short message 35 36 Methods: 37 - `setDefaultGroup`: gets available user groups and set first of them to sender field 38 }}} 39 {{{ 40 #!html 37 41 <hr/> 38 42