java.lang.Object | |
↳ | chan.content.ChanConfiguration.Posting |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
allowEmail | Set |
||||||||||
allowName | Set |
||||||||||
allowSubject | Set |
||||||||||
allowTripcode | Set |
||||||||||
attachmentCount | Maximum number of attachments. |
||||||||||
attachmentMimeTypes | Mime types of attachments. |
||||||||||
attachmentRatings | Attachment ratings. |
||||||||||
attachmentSpoiler | Set |
||||||||||
hasCountryFlags | Set |
||||||||||
maxCommentLength | Maximum number of characters in comment. |
||||||||||
maxCommentLengthEncoding | Characters encoding in comment. |
||||||||||
optionOriginalPoster | Set |
||||||||||
optionSage | Set |
||||||||||
optionSpoiler | Set |
||||||||||
userIcons | User icons. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor for |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Maximum number of attachments.
Mime types of attachments.
Attachment ratings. The first
field in pair is value, the second
one is display name.
You will receive user's selected value from rating
. The first
item in list will be selected by default.
Set true
to enable spoiler option. You will receive user's choice from
optionSpoiler
.
Set true
to enable notification that board has flags.
Maximum number of characters in comment.
Characters encoding in comment. Use this to make client count number of bytes in your encoding instead of number of chars.
Set true
to enable original poster mark. You will receive user's choice from
optionSage
Set true
to enable sage mark. You will receive user's choice from
optionSage
Set true
to enable spoiler mark. You will receive user's choice from
optionSpoiler
User icons. The first
field in pair is value, the second
one is display name.
You will receive user's selected value from userIcon
.