how to add a field to a new created card
Posted: Wed Oct 30, 2013 12:53 am
Hi
I want to dynamically create a new card then add a field to it, something like
on mouseUp
create card "test"
create field "test" in card "test"
end mouseUp
This of course doesn't work. Any ideas how to do it? Should be very easy but I've just spent the last hour searching the the documentation and forums with no success.
I want to dynamically create a new card then add a field to it, something like
on mouseUp
create card "test"
create field "test" in card "test"
end mouseUp
This of course doesn't work. Any ideas how to do it? Should be very easy but I've just spent the last hour searching the the documentation and forums with no success.