A simple addline in easymenu that doesn't start with an index number so we can add comments etc... an example:
-freddukes
mypopup = popuplib.easymenu('mypopup','_popup_choice', mymethod)
mypopup.settitle('Eat Food')
mypopup.addoption('apples','Eat Apples')
mypopup.addline('Eating apples makes you strong and healthy')
mypopup.addoption('chocolate','Eat Chocolate')
mypopup.addline('Chocolate is bad for you!')
Eat Food
--------------------
1. Eat Apples
Eating apples makes you strong and health
2. Eat Chocolate
Chocolate is bad for you
--------------------
0. Cancel
-freddukes
Add this feature widget to your own website by using the following code:
Add it to forums (using bbcode):


