Alex

Results 21 comments of Alex

https://github.com/sshwsfc/xadmin/blob/master/xadmin/plugins/inline.py Inline models are managed by plugin. Use the `style` (def. stacked) attribute in your admin model class. Notice that in the link above, `style_manager` is who registers styles (you...

I partially solved this problem for both inlines and modal (quickform). If you want you can copy or use as a patch. [quickform diff](https://github.com/alexsilva/django-xadmin/commit/a8e8eddea57d2199de1e3345ec17122a1dfeff43#diff-2cfe1f0a217ecf000184ba09dc062ccb)

@lpasselin Yes. I just haven't done it yet because work on the bootstrap4 branch is still incomplete. Still needs design finishes.

Branch for `python 3`, `django 2` and `bootstrap 4` https://github.com/alexsilva/django-xadmin/tree/bs4_dj2

``` class MyPlugin(BaseAdminPlugin): def init_request(self, *args, **kwargs): return True ``` A plugin only works if it is active. Maybe that's the problem.

Works on pc: ``` package com.example.JavaDN; import org.xeustechnologies.jcl.JarClassLoader; import org.xeustechnologies.jcl.JclObjectFactory; import java.net.MalformedURLException; import java.net.URL; /** * Main */ public class Main { public static void main(String[] args){ JarClassLoader mJcl =...

I believe that the solution to this lies in the proxy (ProxyClassLoader) http://larshamren.blogspot.com.br/2012/02/android-dynamically-loading-classes.html The problem is to implement it.

> how can I download your corrections? I generated a "compiled" version v1.3.0 with the [Source](https://github.com/alexsilva/jquery-datatables-checkboxes/blob/master/js/dataTables.checkboxes.min.js)

@DPComp > > > how can I download your corrections? > > > > > > I generated a "compiled" version v1.3.0 with the [Source](https://github.com/alexsilva/jquery-datatables-checkboxes/blob/master/js/dataTables.checkboxes.min.js) > > Alex, I updated...