معرفی شرکت ها


django-rholang-editor-0.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

django rholang editor app based on ace editor
ویژگی مقدار
سیستم عامل -
نام فایل django-rholang-editor-0.1.2
نام django-rholang-editor
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده zsluedem
ایمیل نویسنده zsluedem06@gmail.com
آدرس صفحه اصلی https://github.com/zsluedem/django-rholang-editor
آدرس اینترنتی https://pypi.org/project/django-rholang-editor/
مجوز Simplified BSD
# django_rholang_editor ## Introduction [Rholang](https://developer.rchain.coop/) is a new language for writing smart contracts that run on the RChain virtual machine. You can find more in the [Rholang tutorial](https://developer.rchain.coop/tutorial) ##Usage If you want to use the django form way and post the text in the rholang-editor. You may use as below. ```python from django.forms import Form from django_rholang_editor.fields import RholangTextFormField class EditorForm(Form): rho = RholangTextFormField() ``` There is multiple way to configure the attrs of the `RholangTextFormField` ```python RholangTextFormField( default_text="", height="100px", width="100%", js_variable='editor' ) ``` `ARGS` * default_text implement the default text in the rholang text editor . * height the rholang editor widget height * width the rholang editor widget width * js_variable the js variable name of the rholang editor . You can call the `js_variable` after the editor in the html to figure others implement or other interactions with other components. ## Install 1. install using pip ```bash pip install django-rholang-editor ``` 2. Update `INSTALLED_APPS`: ```python INSTALLED_APPS = ( # ... 'django_rholang_editor', ) ```


نیازمندی

مقدار نام
- Django
==1.0.0 django-js-asset


نحوه نصب


نصب پکیج whl django-rholang-editor-0.1.2:

    pip install django-rholang-editor-0.1.2.whl


نصب پکیج tar.gz django-rholang-editor-0.1.2:

    pip install django-rholang-editor-0.1.2.tar.gz