Questions tagged [field-description]
34 questions
1
vote
1 answer
JSON data description language
Assume there are multiple REST APIs that my application wants to access data from. Each API supports JSON responses but differ in the fields used to describe the data. So one API may use time whereas another one may use timestamp as key for the…

Nik
- 5,515
- 14
- 49
- 75
1
vote
1 answer
Use table field description on form
I would like to display a field's description on a form. How would I accomplish this? For example, table name is tblbureau, field name is Counsel with a description 'General Counsel for the Defense', form name is frmCounsel. I'd like to use a…

Susan Jack
- 11
- 1
- 2
0
votes
0 answers
Make Metatag description field required in Drupal 9
I need to ensure that the description field in Metatag module is required. How can I do that?
Tried adding this code to metatag.module (to create a custom patch later if it worked) from this article, but this is for Drupal 7. I'm working in Drupal…

user3038672
- 21
- 6
0
votes
0 answers
Magento 2.3.7-p4 wrong open external hyperlink
After upgrading Magento 2 from 2.3.0 to 2.3.7-p4, the external links in the description field are no longer displayed. Both images and videos.
For example…

Soul Rider
- 1
- 1
0
votes
1 answer
Setting command parameter descriptions in discord.py
I am making a command in a bot to create a profile for a user. It is working fine, but I would like the description of the "name" parameter to say "What would you like to be called?".
Here is the code I currently have:
import discord
from discord…

IceFire03
- 3
- 2
0
votes
0 answers
How to set the description to a given patchset in gerrit
I want to set the description to a given patchset in Gerrit with the official REST API.
When I execute the command following, Gerrit Authentication is required.
My curl is this:
curl -u userName:password -X PUT
-H "Content-Type: application/json"…

fantasy.deng
- 31
- 2
0
votes
0 answers
How do I include the field description for adding fields?
I would like to programmatically add fields to an existing table and include data types and field descriptions. I can add a fields with a data types with code:
ALTER TABLE my_existing_table ADD COLUMN my_new_field Char(10);
Using object…

Ray Joseph
- 11
- 4
0
votes
1 answer
renaming product description title with custom sentence including product name
i've been trying to write
WHY 'MY PRODUCT TITLE'
In the product description tab, i've successfully renamed it with
'MY PRODUCT TITLE'
but i can't type the remaining word
WHY
in the description title tab.
the code i used is given below:
…

Laiba
- 25
- 5
0
votes
1 answer
Adding a file description while uploading a file
I've created a basic upload form and everything works fine to upload, but I'm unable to find a way to add the file description to the page. I'd like it to go here under "Description":
uploads page
HTML Form:
0
votes
2 answers
why we use description attribute for class property in c#
i saw in some code that use Description attribute for class property and i couldn't find reason of behavior in c# codding
public class sample
{
[Description("description1")]
public string PropertyOnne{ get; set; }
}
for…

Aref Zamani
- 2,023
- 2
- 20
- 40
0
votes
1 answer
How to search twitter users by their description?
I am using twitter4j, I am interested to search a specific users by some words that exists in their description/Bio? is it possible to do that?
for example:
user that have the description: "full time developer...."
I want him to be retrieved by…

Hanéèn ZeinEldin
- 15
- 3
0
votes
1 answer
Galleria Flickr photo descriptions
I've gotten Galleria.io to return different photo albums from Flickr, but it doesn't seem to fetch the description of the photos for display. Is there a way to do this in Galleria.io?
If not, is there a way to fetch a JSON feed directly from Flickr…

skinneejoe
- 3,921
- 5
- 30
- 45
0
votes
2 answers
TFS 2015 - Description field's rich text controls
Hopefully this is a simple question... is it possible to access the same rich text formatting options as seen within Visual Studio 2015, within TFS 2015 ?
VS 2015
TFS 2015
XML from the above TFS WIT :

tmgreensee
- 39
- 7
0
votes
0 answers
How to get a method/property description? [C#]
How can I get the description of this property for example: (?)
///
/// **This indicates whether the ToolTip is Activated.**
///
private bool _visible
{
get { return rtbScript.ToolTip.Active; }
…

Sylar
- 5
- 4
0
votes
1 answer
Description shows on one page but not on the other. Same product
For some reason once I added the description to the product it shows up if you locate the product via catalog. But not when you get to the page via search.
Catalog (description present):…

Russ
- 1