featurelist.org
 
U
D
9 points - posted 166 days ago by freddukes - status: Active - 3 comments watch
A simple addline in easymenu that doesn't start with an index number so we can add comments etc... an example:

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


featurelist.org

Add this feature widget to your own website by using the following code:


Add it to forums (using bbcode):