I m new to umbraco.. I m copying Html design which consist of textbox into rich text editor.. but its getting disappeared .. plz let me know . how to do add html design with textbox in richtext editor.
I can't see why you would ever need to put a textbox into the Rich Text Editor, can you explain exactly what you're trying to do, seems like there might be a better way to do it.
Sorry not to answer your question directly but there should be no reason to put this directly in the Rich Text Editor, if you have to let your users input it this code (why is it not in a template?) then
Create a new Macro and have this text as either XSLT or Razor and then tick the box to allow users to use this Macro in a RTE, then hit the macro button and insert the macro into the RTE.
Thanks for the reply.. i m new to umbraco.. i didn't understand about your methods.. can u give me a link for any sample to guide me thru the above points.
I have seen the tutorial video.. can i display the label and textbox thru macro.. if it is so.. how can i make user to change the text of label since both label and textbox are displayed using macro....
Textbox in rich text box editor
I m new to umbraco.. I m copying Html design which consist of textbox into rich text editor.. but its getting disappeared .. plz let me know . how to do add html design with textbox in richtext editor.
Hi,
Welcome to the forum!
I can't see why you would ever need to put a textbox into the Rich Text Editor, can you explain exactly what you're trying to do, seems like there might be a better way to do it.
Regards
Rich
I m trying to add the following html
<ul>
<li class="meetabc_search_block"><input name="" type="text" class="meetabc_search_textbox"/> </li>
<li><input name="" type="image" src="images/meetabc_search_btn.jpg"/></li>
</ul>
in the rich text box editor ... but the above thing gets disappeared once i publish it in rich text editor...
Hi,
Sorry not to answer your question directly but there should be no reason to put this directly in the Rich Text Editor, if you have to let your users input it this code (why is it not in a template?) then
Create a new Macro and have this text as either XSLT or Razor and then tick the box to allow users to use this Macro in a RTE, then hit the macro button and insert the macro into the RTE.
Rich
Hi Rich,
Thanks for the reply.. i m new to umbraco.. i didn't understand about your methods.. can u give me a link for any sample to guide me thru the above points.
Sure,
Take a look at video number 4 here http://umbraco.com/help-and-support/video-tutorials/introduction-to-umbraco/sitebuilder-introduction
Rich
Hi
I have seen the tutorial video.. can i display the label and textbox thru macro.. if it is so.. how can i make user to change the text of label since both label and textbox are displayed using macro....
is working on a reply...