Changes between Initial Version and Version 2 of Ticket #958


Ignore:
Timestamp:
Feb 23, 2008, 9:36:39 PM (16 years ago)
Author:
Alfonso Martínez de Lizarrondo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #958

    • Property Keywords context menu parameters menu item removed
    • Property Priority changed from High to Normal
    • Property Owner set to Alfonso Martínez de Lizarrondo
  • Ticket #958 – Description

    initial v2  
    22
    33What 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{{{
    55Style
    66 |--- Style 1
     
    88      Style 3
    99      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.
    1212
    1313I can't see that the AddItem method supports parameters.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy