file-name-field(key
, value
, ..., key
, value
)
Inserts in generated content both a text field control and a button which can be used to browse files. These controls can be used to edit the value of the element which is the target of the CSS rule. If "attribute, attribute_name
" is specified, these controls can be used to edit the value of an attribute of this target element.
Key | Value | Default | Description |
---|---|---|---|
attribute | Qualified name of attribute to be edited | No default | Without this parameter, the control is used to edit the value of the element for which the control has been generated. |
columns | Positive integer | None (the text field expands when the document view is resized) | Width of the control in characters. |
absolute | Boolean: yes|no, 1|0, "true"|"false", "on"|"off" | no | Configures the file chooser dialog box.
|
directory | Boolean: yes|no, 1|0, "true"|"false", "on"|"off" | no | Configures the file chooser dialog box.
|
save | Boolean: yes|no, 1|0, "true"|"false", "on"|"off" | no | Configures the file chooser dialog box.
|
url | Boolean: yes|no, 1|0, "true"|"false", "on"|"off" | yes | Configures the file chooser dialog box.
|
Key
, value
, ..., key
, value
may also specify style parameters.
Examples:
file-name-field(attribute, value, columns, 40, font-family, monospaced) file-name-field(absolute, yes, directory, yes, save, yes, url, no, columns, 40, font-family, monospaced)