Skip to content

Instantly share code, notes, and snippets.

@aclips
Created September 13, 2018 12:45
Show Gist options
  • Save aclips/7ffbddba473b415d2c51a8dbd53324df to your computer and use it in GitHub Desktop.
Save aclips/7ffbddba473b415d2c51a8dbd53324df to your computer and use it in GitHub Desktop.
BX js planner
//\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