Chris,

Thanks for the response - so at least I had not missed anything in the
documentation.

I was looking to see if JXplorer would server as an admin interface to our
directory- at least until we get the planned web UI in place.

If you think this could be more generally useful, I would be more than
happy to do a bit of testing when yo have something ready.

Thank you - Richard



On Mon, Sep 16, 2013 at 4:00 PM, Chris Betts <pega...@gmail.com> wrote:

> Hi Richard,
>
>      The HTML forms handling is a pretty ancient (2002?) part of the code
> base, and hasn't been touched in years :-).  At the time it was written the
> java html text handling was fairly primitive, so many (most!) of the things
> you can do in modern web browsers you won't be able to do in the html form.
>  In addition, a quick review of the code shows that the (then) Sun html
> editor kit was a fairly fragile piece of work, so I wouldn't necessarily
> recommend trying to be too tricky with it.
>
>     That said, there seems to be some support in the code for what you're
> trying to do: if you feel like spelunking the
> class com.ca.directory.jxplorer.viewer.HTMLTemplateDisplay allows for tags
> such as:
>  <p><dxtemplate:get-all-attributes style="list"/></p>
>         <p><dxtemplate:get-attribute name="cn" style="list"/></p>
>
> ... however the method formattedListWithModifiers() supports a list or
> table display.
>
> So... if you want to use what's there now, the best you could do would be
> provide a list of allowable values as text *next* to a text field.
>
> If you're feeling brave and don't mind doing some testing, I could try to
> extend the twelve year old code that handles this stuff and shoot you a dev
> image to play with?
>
>     - Chris
>
>
>
>
>
>
> -----
> *Dr Christopher Betts*
> Australian Cloud Identity
> http://cloudidentity.com.au
> m: 0408 533 456
>
>
> On 17 September 2013 06:24, Richard Mixon <rnmi...@custco.biz> wrote:
>
>> Hi,
>>
>> First, JXplorer is pretty impressive. Great job and thank you!
>>
>> I've read the FAQ and the Administrator Guide on creating custom HTML
>> forms. There is an example of how to create an HTML "<select" - but it has
>> a static list of options. Is there a recommended way to use data from the
>> directory to populate a HTML select?
>>
>> I'm specifically wanting to choose/adjust roles for a user ( or users
>> with a particular role).
>>
>> thank you - Richard
>>
>>
>>
>> ------------------------------------------------------------------------------
>> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
>> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
>> SharePoint
>> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>> includes
>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Jxplorer-users mailing list
>> Jxplorer-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jxplorer-users
>>
>>
>
>
> ------------------------------------------------------------------------------
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
> SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
> includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> _______________________________________________
> Jxplorer-users mailing list
> Jxplorer-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jxplorer-users
>
>


-- 
Richard Mixon
Custom Computer Creations, L.L.C.
mobile: (480) 577-6834 office: (480) 614-3442
email: rnmi...@custco.biz <mailto:rnmi...@custco.biz>
Microsoft Partner ID: 1263725
The messages and documents transmitted with this notice contain
confidential information belonging to the sender. If you are not the
intended recipient of this information, you are hereby notified that any
disclosure, copying, distribution or use of the information is strictly
prohibited. If you have received this transmission in error, please notify
the sender immediately.
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Jxplorer-users mailing list
Jxplorer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-users

Reply via email to