Changes between Initial Version and Version 2 of Ticket #958
- Timestamp:
- Feb 23, 2008, 9:36:39 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #958
- Property Keywords context menu parameters menu item removed
-
Property
Priority
changed from
High
toNormal
- Property Owner set to Alfonso Martínez de Lizarrondo
-
Ticket #958 – Description
initial v2 2 2 3 3 What we need is the support for passing parameters from context menu item. We have implemented a list of paragraph styles in the context menu 4 4 {{{ 5 5 Style 6 6 |--- Style 1 … … 8 8 Style 3 9 9 etc. 10 11 "Style 1", "Style 2" and "Style 3" will all call a function named "SetParagraphStyle". This function will assign the current <p> paragrap to a css class name. This class name is the param we need to send to this function.10 }}} 11 "Style 1", "Style 2" and "Style 3" will all call a function named "SetParagraphStyle". This function will assign the current <p> paragraph to a css class name. This class name is the param we need to send to this function. 12 12 13 13 I can't see that the AddItem method supports parameters.