Text Box?

I don't always want to be using flashy blocks to display simple information. Is there a simple text box out there that I can't find?
[135 byte] By [Simon14] at [2008-1-4]
# 1
Not at the moment but most blocks have a toString() method that outputs plain HTML.We'll look into creating a more generic HTML output block.
AndyS at 2007-10-3 > top of Msdn Tech,Popfly,Popfly Bugs and Suggestions...
# 2

I just shared a simple (probably the simplest) block called "Echo", which may partially solve your problem.

1. If you want to display all info of a block output, Popfly can do so if the output object has a toString() method.

2. If you want to display only one field of a block output, you can connect the block to "Echo", and tell Echo to echo one field.

3. If your want to make changes to the output, you may need to (a) write a block; (b) change the JavaScript directly in mashup editor (block configuration --> advanced view).

jianxu at 2007-10-3 > top of Msdn Tech,Popfly,Popfly Bugs and Suggestions...