User Profile & Activity

Niven Prasetya Member
Page
of 25
Posted: October 26, 2010 9:57 AM

Hello Kenny,

Im able to replicate your issue on my side. I have follow this issue to the developer team. I will give you any news regarding this issue as soon as I've heard any updates.

Thank you and have a nice day.

Regards,

Niven.

Hi Dave,

Yes, I'm can't give you any time frame but it should be this week. Please be patiance I will give you any news when there is an update for this issue.

Thank you and have a nice day.

Niven.

Posted: October 25, 2010 10:59 AM

Hi,

The Lightswitch is still on research. I will give an update about this as soon as I get news.

Thank you.

Niven.

Hi Dave,

I have talked with the developer team, they said all issues will be fix when we are done with the release of support site, we have been busy with the preparation of the releasing support site and documentation for ClientUI 2010.

Thank you for your understanding.

Niven.

Hello,

Can you give me more details instruction regarding the colour? Please give me a snippet code of your settings then I will try your settings on my environment.

Thank you.

Niven.

 

Hi Dave,

I have forward this issue to the developer and I still don't get any news. I will follow up this issue again and will give you any news as soon as the developer give me a reply.

Deeply apologize for the inconvenience.

 

Regards,

Niven

Posted: October 21, 2010 5:50 AM

Hello,

Yes you can do that by implementing OnAfterExecCommand client side event. This event will be invoke everytime the user trigger an action on editor.

<script language="javascript">
        function OnAfterExecCommand(controlId, operation)
        {
            var rte = ISGetObject(controlId);
            
            if (operation == "RemoveFormat")
            {
                var range = rte.GetRange();
            }
        }
    </script>

The rte.GetRange() value will be vary with each browser. So, you might want to do your own validation inside the OnAFterExecCommand event for each browser and please don't forget to put your own validation about the DIV tag.

Hope this helps.

Regards,

Niven

Posted: October 20, 2010 1:58 AM

Hi Adam,

Please correct me if I'm wrong. So you want to add a new button ad WebTextEditor which will add a <div> tag into the selected words? Is it true?

You can check our WebTextEditor sample, under WebTextEditor -> Toolbar_CustomToolbar.

Hope this helps.

 

Niven.

Posted: October 20, 2010 12:07 AM

Hello,

The automatically generate Bread Crumb menu along with the WebSlidingMenu isn't supported yet.

Could you explain more about the clickable Bread Crumb menu, is it a control or only a text?

Maybe you can check our WebEssentials sample inside the WebSlidingMenu -> MoreBooks.

Thank you.

Regards,

Niven

Hi Ellen,

Glad to hear its working well.

Please don't hesitate if you have anymore questions. We will do our best to keep assisting you.

 

Regards,

Niven

All times are GMT -5. The time now is 11:46 AM.
Previous Next