検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 42 for widgets (0.024 sec.)
ウィジェット — Django 4.0.6 ドキュメント 14430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ディクショナリからデータを取り出します。 Built-in widgets によって作られる HTML は、 <!DOCTYPE html> を対象と ... butes. This means, for example, that all TextInput widgets will appear the same on your web pages. ウィジェッ ... template_name' : The value of self.template_name . Widget subclasses can provide custom context values by ove ... ドを使います。 By default, returns False for hidden widgets and True otherwise. Special cases are FileInput an ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 12433
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up | next » The form rendering API ¶ Django's form widgets are rendered using Django's template engines syste ... ering process can be customized at several levels: Widgets can specify custom template names. Forms and widge ... uses a Jinja2 backend. Templates for the built-in widgets are located in django/forms/jinja2 and installed a ... directory. To use this backend, all the forms and widgets in your project and its third-party apps must have ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 11148
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eoDjango provides some specialized form fields and widgets in order to visually display and edit geolocalized ... should be transformed to. For example, if the map widget SRID is different from the SRID more generally used ... ectionField ¶ class GeometryCollectionField ¶ Form widgets ¶ GeoDjango form widgets allow you to display and ... ual map. Note that none of the currently available widgets supports 3D geometries, hence geometry fields will ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 9476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ires CSS stylesheets, and if you want to use fancy widgets, you may also need to include some JavaScript on e ... s required for any given page will depend upon the widgets that are in use on that page. This is where asset ... like stylesheets and scripts -- with the forms and widgets that require those assets. For example, if you wan ... o Admin application defines a number of customized widgets for calendars, filtered selections, and so on. The ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 9027
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 自のウィジェットを指定するには、内部の Meta クラスの widgets を使用してください。これは、フィールド名としジェッ ... uthor fields = ( 'name' , 'title' , 'birth_date' ) widgets = { 'name' : Textarea ( attrs = { 'cols' : 80 , 'r ... ows' : 20 }), } The widgets dictionary accepts either widget instances (e.g., ... ...) ) or classes (e.g., Textarea ). Note that the widgets dictionary is ignored for a model field with a non ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
モデルフォーム関数 — Django 4.0.6 ドキュメント 8655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... one , exclude = None , formfield_callback = None , widgets = None , localized_fields = None , labels = None , ... ルドを取ってフォームフィールドを返す callable です。 widgets は、ウィジェットにマッピングされたモデルフィールド ... max_num = None , fields = None , exclude = None , widgets = None , validate_max = False , localized_fields = ... form 、 fields 、 exclude 、 formfield_callback 、 widgets 、 localized_fields 、 labels 、 help_texts 、 err ...
https://man.plustar.jp/django/ref/forms/models.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 8655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of raw binary data in the database. GeoDjango form widgets ¶ GeoDjango now provides form fields and widgets f ... ango now wraps all PEP 249 exceptions. The default widgets for EmailField , URLField , IntegerField , FloatFi ... way if you employ custom model form fields and/or widgets for ManyToManyField model fields whose UIs do rely ... ties together with Django built-in form fields and widgets aren't affected but need to be aware of what's des ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 8206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orms GeoDjango forms API. django.contrib.gis.forms.widgets GeoDjango widgets API. django.contrib.gis.gdal Geo ... ms.renderers Built-in form renderers. django.forms.widgets Django's built-in form widgets. h django.http Clas ...
https://man.plustar.jp/django/py-modindex.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 8206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » PostgreSQL specific form fields and widgets ¶ All of these fields and widgets are available fr ... er bound. 目次 PostgreSQL specific form fields and widgets フィールド SimpleArrayField SplitArrayField HStore ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ordinates on SpatiaLite. The OpenLayers-based form widgets now use OpenLayers.js from https://cdnjs.cloudflar ... now also compares SRID. The OpenLayers-based form widgets now use OpenLayers 3, and the gis/openlayers.html ... updated. Check your project if you subclass these widgets or extend the templates. Also, the new widgets wor ... pped. Support for GDAL 1.7 and 1.8 is dropped. The widgets in contrib.gis.forms.widgets and the admin's OpenL ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
PREV 1 2 3 4 5 NEXT