Created
September 13, 2018 12:45
-
-
Save aclips/7ffbddba473b415d2c51a8dbd53324df to your computer and use it in GitHub Desktop.
BX js planner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//\Bitrix\Main\Page\Asset::getInstance()->addJs('/bitrix/js/crm/activity_planner.min.js'); | |
var planner = new BX.Crm.Activity.Planner(); | |
planner.showEdit({ | |
ID : activityid | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment