You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<cfcomponentdisplayname="Google UD Group"extends="farcry.core.packages.types.types"output="false"bsystem="true"hint="Users can be assigned to any number of groups. Groups in turn are mapped to roles within the system which determine what a user has permission to do.">
2
+
3
+
<cfpropertyftSeq="1"ftFieldset="Google UD Group"ftLabel="Title"
4
+
name="title"type="string"default=""
5
+
hint="The title of this group"/>
6
+
7
+
<cfpropertyftSeq="2"ftFieldset="Google UD Group"ftRenderType="custom"ftLabel="Domains"
8
+
name="aDomains"type="array"
9
+
ftHint="A list of domains (one per line) that should automatically be assigned this group. '*' for all users. Strict matching to the domain part of the user's email address"/>
10
+
11
+
12
+
<cffunctionname="ftEditADomains"access="public"output="true"returntype="string"hint="his will return a string of formatted HTML text to enable the user to edit the data">
13
+
<cfargumentname="typename"required="true"type="string"hint="The name of the type that this field is part of.">
14
+
<cfargumentname="stObject"required="true"type="struct"hint="The object of the record that this field is part of.">
15
+
<cfargumentname="stMetadata"required="true"type="struct"hint="This is the metadata that is either setup as part of the type.cfc or overridden when calling ft:object by using the stMetadata argument.">
16
+
<cfargumentname="fieldname"required="true"type="string"hint="This is the name that will be used for the form field. It includes the prefix that will be used by ft:processform.">
<cffunctionname="ftValidateADomains"access="public"output="false"returntype="struct"hint="This will return a struct with bSuccess and stError">
38
+
<cfargumentname="stFieldPost"required="true"type="struct"hint="The fields that are relevent to this field type.It consists of value and stSupporting">
39
+
<cfargumentname="stMetadata"required="true"type="struct"hint="This is the metadata that is either setup as part of the type.cfc or overridden when calling ft:object by using the stMetadata argument.">
<cffunctionname="getID"access="public"output="false"returntype="uuid"hint="Returns the objectid for the specified object (name can be the objectid or the title)">
61
+
<cfargumentname="name"type="string"required="true"hint="Pass in a role name and the objectid will be returned"/>
<cfcomponentdisplayname="GUD User"hint="User model for the Google User Directory."extends="farcry.core.packages.types.types"output="false"description="">
2
+
3
+
<cfpropertyftLabel="UserID"
4
+
name="userid"type="string"default=""hint="The userid to use in FarCry"
0 commit comments