|
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
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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\_i1Thanks!
|
|
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"
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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.
|
|
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?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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=1368Thanks for understanding!
|
|