Welcome Guest Search | Active Topics | Sign In | Register

Insert Line in Web Editor Options
Arul
Posted: Monday, December 8, 2008 7:25:44 AM
Rank: Advanced Member
Groups: Member

Joined: 11/17/2008
Posts: 20
Hello All

Is there any way i can call the Insert Line Click Event from the code..
I wanted to insert a new line in the Editor Automatically

Rgds
-Arul
eo_support
Posted: Monday, December 8, 2008 9:11:34 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Hi,

You would use our client side JavaScript API to "insert HTML" (for example, an <br /> tag). You can find a sample at here:

http://www.essentialobjects.com/Demo/Default.aspx?path=Editor\_i2\_i1

Thanks!
Arul
Posted: Monday, December 8, 2008 9:26:50 AM
Rank: Advanced Member
Groups: Member

Joined: 11/17/2008
Posts: 20
nope..i wanted to insert a line like when you click on the "Insert Line"
Can i do ExecCommand of "InsertLine"
eo_support
Posted: Monday, December 8, 2008 9:31:48 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
No. Whatever you do you do with HTML. Just like when you want to insert a new line in your .aspx or HTML page, you add a corresponding HTML element. So you always deal with HTML.
Arul
Posted: Monday, December 8, 2008 9:34:59 AM
Rank: Advanced Member
Groups: Member

Joined: 11/17/2008
Posts: 20
Thanks...I have created a Javascript function in my page..how do i call it on Button Click?
eo_support
Posted: Monday, December 8, 2008 9:41:33 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Arul wrote:
I have created a Javascript function in my page..how do i call it on Button Click?


Unfortunately you need to seek other resource on that. As you can imagine, our support will not be able to cover generic programming questions, even if you had the questions while using our product. We expect our user to solve those problems by themselves. You can review our official support policy here:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1368

Thanks for understanding!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.