WF4.5 Hosted: How to add activites to the toolbox? - workflow-foundation-4

How do we add activities to the toolbox in a hosted workflow?
Can we add items from another class? Can the toolbox be added dynamically?

I found what I was looking for:
http://blogs.msdn.com/b/appfabric/archive/2011/08/14/how-to-create-a-custom-activity-designer-with-windows-workflow-foundation-wf4.aspx

Related

Oracle ADF - Menus

We developed a Oracle ADF web app using
jDeveloper 11.1.2.4
The following is our menu style
Observe Add KPI, Update KPI and Delete KPI. This is a simple menu list. We need to improve Look and Feel of this menu list.How to make it stylish. Like as follows .
Please help us.
Thanks In Advance.
This is rather easy to do, but to do it you might need some understanding of CSS Stylesheets.
You should start by creating your own ADF Skin in Jdeveloper and use the excellent ADF Skin Editor for changing the look and feel of your component.
Using af|menu selectors you can style it. Here is a sample
https://coderoar.blogspot.com/2018/08/oracle-adf-menu-skinning.html

Dynamics AX Add Products Filters without Retail Add On

I need to enable the filters section of the Add Products form (RetailAddProducts) when called from a Purchase Order Form. This feature is only native to Retail Catalogs as I understand it but I need to bypass this. Is this possible? If so how would I go about making this adjustment? I am still a fresh developer when it comes to Dynamics.
Thanks in advanced!
You will most likely have to change the ConfigurationKey of various elements to expose the function. This may include menu items, tables and fields of the feature.
I was able to override it by modifying the checkAndAddHierarchy method and adding some extra logic. Thanks for the pointers though.

Batch tab on a form

I need to have a batch tab on a form? How can I accomplish this?
You need to use the RunBaseBatch framework. See the link for a walkthrough. Also check Classes\Tutorial_RunbaseBatch to see a good tutorial template.
http://msdn.microsoft.com/en-us/library/cc636647.aspx

How to edit the Ajax HTML Editor, that I only need a few buttons of it?

I use the HTML Editor from ASP.NET Ajax AjaxControlToolkit http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/HTMLEditor.aspx.
Its like: http://s3.imgimg.de/uploads/2889172fdJPG.jpg
But I want to have it like: http://s3.imgimg.de/uploads/3eda09893JPG.jpg
So the default buttons are much overpowered for my users.
Is there a way to reduce the ajax HTMLEditor to this few buttons?
Or is there another controle you can help me with?
You haven't said which one you're using. I would recommend using TinyMCE: http://tinymce.moxiecode.com/
It will be easy to achieve what you want with it.
The best way to achieve this is to take advice from Ed Pitt, I did it this way and I was able to create different versions with different tools. The basic premise is to copy the HTMLEditor.Samples.cs file from the AJAX Control Toolkit source into your app and modify it to only print out the toolbars you want:
http://dot-net-web-developer-bristol.blogspot.com/2009/11/using-ajax-htmleditor-top-toolbar.html
Hope this is what you are looking for

How can I customize FCKeditor with my own buttons?

I need to modify the open-source FCKeditor (not CKeditor) to allow users to select multiple files and upload them in one go (as opposed to selecting them one at a time).
I've found a way to provide the functionality - there are ready made components that can be used.
But how do I add custom buttons with custom functionality in FCKeditor. Anyone know?
Thanks a bunch.
[Revised question]
Finally got it working. I added a generic handler. It did not interfere with the working of the control.

Resources