renciso218 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

Provide composite block with sensible default values #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. To drag a math block into workspace
2. have to drag some values block from left panel 

To do a simple arithmetic operation we have to do drag/drop 3+ blocks and 
modify their values.

This feature can be leveraged, ex to create a web page with block we can 
provide a table with some pre-set tr, td elements. Or an ul list with pre-set 
li elements.

What is the expected output? What do you see instead?

Drag a composite block (ex: an add block + 2 number block) with sensible 
default values.

Original issue reported on code.google.com by gasolin on 10 Sep 2012 at 10:06

GoogleCodeExporter commented 8 years ago
Added in r611.
http://code.google.com/p/blockly/wiki/Toolbox#Block_Groups

Original comment by neil.fra...@gmail.com on 17 Feb 2013 at 1:51