How to add an Assistant or Staff Level in getOrgChart - orgchart

I'm analyzing OrgChart to use it in a specific project. Is there a way to add an staff or assistance level?
Thanks

You can use different color for assistance and staff. Here is an example:
http://www.getorgchart.com/Demos/Box-Color

Related

How can I implement Tree structure in mysql?

I want to implement generic cv creator web application. How to keep this information in mysql database?
For example;
Adding in education imformation part;
Someone want to add only school name unlike someone want to add extra information.
Oxford University
or
(I dont know tree's depth.)
Oxford University
Object Oriented Programming(cse241)
...
...
Database(cse314)

Can I link multiple contacts to one by programming on WP8.1?

In People Hub, user can link multiple contacts to one. Here I want to ask if there is a way or API to made it by programming?
I find a way, that is you can create some contacts with the same name and the same phonenumbers, the People Hub will link them together automatically. It may need a few time, after that, you can change their any information freely.

Openmeetings Add user/group with script

I'm playing around with openmeetings and was wondering if anyone knows how to write a script to automatically add a user or group. The idea is that I want to integrate it with a site so that any time a user registers on the site, they automatically receive an openmeetings account and are enrolled in a group.
I figure as a last ditch, I can roll up my sleaves and figure out how to manually edit the appropriate tables but I was wondering if there was either a documented way to accomplish this or a feature built into the openmeetings software for this purpose.
Thanks in advance; any help would be appreciated.
There are SOAP and REST APIs [1] to add a user. They can be easily extended to add a group.
[1] http://openmeetings.apache.org/SoapRestAPI.html

What exactly Resource manager do?

Can anybody explain me what exactly Resource manager do. Thanks in advance.
Basically, you can use this for creating internationalized applications.
It is a single point of access that allows you to retrieve internationalized data from your resource bundles.
Here are some useful official links on the matter:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/resources/ResourceManager.html
http://livedocs.adobe.com/flex/3/html/help.html?content=l10n_6.html
And some unofficial:
http://sujitreddyg.wordpress.com/2008/01/22/localizing-flex-applications
http://www.visible-form.com/blog/flex-localization-with-resource-bundles/
Cheers

html category / sub-category best view

I have a mysql database populated with categories/subcategories, and I'm on the way to build a php/html/css presentation module to show the hierarchy above mentioned.
My objective is to have a simple and clean way to list those categories, widthout getting to confuse to the client (note that there's no "level" limit to the subcategories, so there may be 1 or 100).
I'd like you guys to advise me some visual examples on how to display my categories.
Thank you in advance!
You could emulate Mac OS's Finder:
(source: novamedia.de)
How about a windows-like tree view? People are used to that.